0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

10. After you receive your token ~Installing a QRadar data gateway in IBM Cloud~

Last updated at Posted at 2022-05-17

「~Installing a QRadar data gateway in IBM Cloud~」の記事に関する前提事項を「0. はじめに ~Installing a QRadar data gateway in IBM Cloud~」に記載しています。まだお読みでない方は必ずご一読ください。


※インストール作業を実施した時期より後に、以下の手順が公式ガイドに追加されていました。
本手順では下記は実施していません。

To mitigate a known issue with an intermittent connection, type the following command on the newly added data gateway:

mkdir /etc/systemd/system/tunnel-monitor.service.d/; printf "[Service]\nExecStart=\nExecStart=/bin/true\n" > /etc/systemd/system/tunnel-monitor.service.d/override.conf; chmod 644 /etc/systemd/system/tunnel-monitor.service.d/override.conf; systemctl daemon-reload

  1. Data gateway のインストール作業を続けます。
    Data gateway で以下のコマンドを実行します。
     /opt/qradar/bin/setup_qradar_host.py mh_setup interactive -p

  2. [Gateway Setup] ウィザードが表示されます。
    [I will continue it manually following installation] にチェックを入れ、[Next] をクリックします。

  3. 処理が行われ、しばらくして再びコマンドプロンプトが表示されます。
    この時点ではまだ QRoC コンソール [Deployment Management] には Data gateway は表示されません。

  4. Data gateway にて再度以下のコマンドを実行します。
     /opt/qradar/bin/setup_qradar_host.py mh_setup interactive -p

  5. [Gateway Setup] 画面で、今回は [Configure the connection now] にチェックを入れ、[Next] をクリックします。

  6. [Deployment Configuration] ウィザードが表示されるので、以下の通り入力し、[Next] をクリックします。
    ・[Console host name:]:手順 1 でコピーしたコンソールホスト名
    ・[Console authorization token:]:手順 1 でコピーしたトークン

  7. [Internet Access] ウィザードでは [A direct connection] にチェックを入れ、[Next] をクリックします。

  8. 自動で処理が続きます。途中で Data gateway の root パスワードを問われるので、7. Install the DGW and set the admin password. ~Installing a QRadar data gateway in IBM Cloud~
    の手順 8 で設定したパスワードを入力してエンターキーを押します。

  9. その後、数十分程度処理が続きます。

  10. [Deployment was succeddful:] という表示とともに、初期セットアップが完了します。
    以下の表示を確認します。
    Deployment was successful:
          Initiating Deployment: []
          Deployment in Progress: []
          Deploy Timed Out: []
          Succeeded: [<IP アドレス>,<IP アドレス>]
          Failed due to Error: []
    Deploy complete

  11. QRoC コンソール [管理] タブ > [QRoC Self Serve] > [Deployment Management] に Data gateway の情報が表示されていることを確認します。
    また、Data gateway の行の [Host Status] が [ACTIVE] であることを確認します。
    (参考)稼働確認の際には、以下の情報も参考にできます。
    QRadar: QRadarサービスの再起動や予期せぬ停止後のヘルスチェック・リスト
    (参考)QRoC コンソール [管理] タブ > [QRoC Self Serve] > [Host Token Management] では、使用したトークンが使用済みの表示に変更されています。


「~Installing a QRadar data gateway in IBM Cloud~」では、公式ガイドの手順番号毎に記事を作成しています。
0. はじめに ~Installing a QRadar data gateway in IBM Cloud~
1. Download the .vhd image file. ~Installing a QRadar data gateway in IBM Cloud~
2. Upload the .vhd image file. ~Installing a QRadar data gateway in IBM Cloud~
3. Import the .vhd image. ~Installing a QRadar data gateway in IBM Cloud~
4. Configure network settings and create the instance. ~Installing a QRadar data gateway in IBM Cloud~
5. After the instance has a Start Date, configure storage for the instance. ~Installing a QRadar data gateway in IBM Cloud~
6. Attach storage to your instance. ~Installing a QRadar data gateway in IBM Cloud~
7. Install the DGW and set the admin password. ~Installing a QRadar data gateway in IBM Cloud~
8. Upgrade the DGW to the same version of QRadar as your Console. ~Installing a QRadar data gateway in IBM Cloud~
9. generate a token ~Installing a QRadar data gateway in IBM Cloud~
10. After you receive your token ~Installing a QRadar data gateway in IBM Cloud~
補足1. iptables への SSH アクセス許可設定追加 ~Installing a QRadar data gateway in IBM Cloud~
補足2. オブジェクトストレージ削除 ~Installing a QRadar data gateway in IBM Cloud~

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?