MS SQL を使用したスタンドアロンの Web レポートのインストール

Web レポートのフレッシュ・インストールを実行すると、HTTPS 構成は自動的にポート 8083 で使用可能になります。

インストールが正常に完了した後に、_WebReports_HTTPServer_UseSSLFlag 設定の値を 0 に変更することによって、HTTP 構成に切り替えることができます。詳しくは、「Web レポートでの HTTPS のカスタマイズ」を参照してください。

BigFix Web レポートを運用環境にインストールするには、以下の手順を実行します。

  1. サーバー・パッケージを解凍したシェルからインストール・ディレクトリーに移動して、
    • ServerInstaller_ms_11.0.xxx-rhe7.x86_64
    以下のコマンドを入力します。
    ./install.sh 
  2. 2」を入力して正規版をインストールします。評価版では、コンポーネントを個別にインストールすることはできません。
  3. 「使用許諾契約」を読んだ後、「1」を入力して同意し、操作を続行します。
    注: BigFix サーバーがすでにインストールされている場合、「使用許諾契約」は表示されません。
  4. Web レポート・コンポーネントだけをインストールする場合は、「3」を入力します。
    Select the BigFix features that you want to install:
    [1]  All components (server, client, Web Reports and WebUI)
    [2]  Server and client only 
    [3]  Web Reports only 
    [4]  WebUI and client only 
    [5]  Server, WebUI and client only 
    [6]  Web Reports, WebUI and client only 
    [7]  Server, Web Reports and client only 
    Choose one of the options above or press <Enter> to accept the default value: [1]
  5. ローカル・データベースを使用するには、1 を入力します。
    Select the database:
    [1]  Use a local database
    [2]  Use a remote database
    Choose one of the options above or press  <Enter>  to accept the default: [1]
    ローカル・データベース名は BESReporting です。
  6. Web レポート・サーバーのファイルを保管する場所を入力します。
    Choose the WebReports server's root folder:
    Specify the location for the WebReports server's root folder or 
    press  <Enter>  to accept the default: /var/opt/BESWebReportsServer 
  7. Web レポート・サーバーのポート番号を入力します。
    Web Reports will be automatically configured to use HTTPS. 
    Choose the Web Reports server HTTPS port number.
    Specify the port number or press <Enter> to accept the default value: 8083
    
  8. ローカル・ファイアウォールが稼働している場合は、後で構成を行うために「2」を入力します。
    Firewall configuration
    The firewall of the operating system is active on the local server. 
    To enable the communication using the specified ports you can:
    [1]  Configure the firewall now
    [2]  Configure the firewall later
    Choose one of the options above or press <Enter> to accept the default value: [2]
    
  9. マストヘッド・ファイル (デフォルトは /etc/opt/BESServer/actionsite.afxm) を指定します。
    Deployment masthead
    Specify the masthead file (masthead.afxm or actionsite.afxm) for your deployment 
    or press <Enter> to accept the default value: /etc/opt/BESServer/actionsite.afxm
    
  10. Web レポートのインストール先となるマシンの DNS 名または IP アドレスを指定します。この名前はライセンスに保存され、クライアントが BigFix サーバーを識別するために使用されます。ライセンスの作成後に変更することはできません。
    WebReports server DNS name
    Enter the DNS name of your BigFix WebReports server 
    or press <Enter> to accept the default: 'hostname'
  11. Web レポート・コンポーネントのインストールに使用するユーザー名を指定できます。root ユーザーまたは別の既存のユーザーを選択できます。
    Use root user for WebReports
    If you specify true, WebReports service will run with root privileges.
    [1]  True
    [2]  False
    Choose one of the options above or press <Enter> to accept the default value: [2]
    オプション 2 を選択した場合、root 以外のユーザーを指定できます。このユーザーは、特定の権限を持つ必要も、Web レポートのインストール・ユーザーとして使用されるための特定の権限があるグループに属している必要もありません。
    WebReports non-root user name
    Specify the name of the non-root user for WebReports (the user must already exists).
    注: 以前のバージョンからアップグレードしている場合、Web レポート・サービス・ユーザーは、アップグレードの前と同じままとなります。
  12. BES Web レポート・コンポーネント用の SQL Server のリモート・ホストを入力します。
    Specify the hostname or IP of the remote SQL Server system:
    hostname
    
  13. BES Web レポート・コンポーネント用の SQL Server のリモート・ポートを入力します。
    Specify the remote SQL Server port number or press <Enter> to accept the default value: 
    1433
  14. BES Web レポート・コンポーネント用の SQL Server のリモート管理ユーザーを入力します。
    Specify the username for the remote SQL Server administrative user or press <Enter> to accept the default value: 
    sa
  15. BES Web レポート・コンポーネント用の SQL Server のリモート管理ユーザーのパスワードを入力します。
    Specify the password of the remote SQL Server administrative user:
    password
    Enter the password again for verification:
    password
    

これで BigFix Web レポートのインストールが完了しました。

/var/log ディレクトリー内にある BESinstall.log でインストール・エラーを確認でき、また、BESAdminDebugOut.txt ファイルで BESAdmin コマンド・ライン・トレースを確認できます。