UNIX クライアント

インストール時にリレーを UNIX クライアントに割り当てるには、以下の手順を実行します。

  1. 次の行を含む besclient.config ファイルを /var/opt/BESClient/ の下に作成します。
    [Software\BigFix\EnterpriseClient]
    EnterpriseClientFolder = /opt/BESClient
    
    [Software\BigFix\EnterpriseClient\GlobalOptions]
    StoragePath = /var/opt/BESClient
    LibPath = /opt/BESClient/BESLib
    
    [Software\BigFix\EnterpriseClient\Settings\Client\__RelayServer1]
    effective date = [Enter current date and time in standard format]
    value = http://relay.domain.com:52311/bfmirror/downloads/
    
    [Software\BigFix\EnterpriseClient\Settings\Client\__RelayServer2]
    effective date = [Enter current date time in standard format]
    value = http://relay2.domain.com:52311/bfmirror/downloads/
    
    [Software\BigFix\EnterpriseClient\Settings\Client\__RelaySelect_Automatic]
    effective date = [Enter current date time in standard format]
    value = 0
  2. このディレクトリーとファイルが root によって所有されており、他のユーザーが書き込めない設定になっていることを確認します。そのような設定であれば、UNIX クライアント・インストーラーを実行してクライアントをインストールするときに、以下のように設定されている /var/opt/BESClient/besclient.config がインストーラーによって再作成されたり、上書きされたりすることがなくなります。
    [Software\BigFix\EnterpriseClient]
    EnterpriseClientFolder = /opt/BESClient
    
    [Software\BigFix\EnterpriseClient\GlobalOptions]
    StoragePath = /var/opt/BESClient
    LibPath = /opt/BESClient/BESLib
  3. effective date = [Enter current date and time in standard format] で、日時を設定します。例えば、日時の標準形式は次のようになります。
    Wed, 06 Jun 2012 11:00:00 -0700 
    effective date = {now} は、{} 大括弧がインライン関連度の使用を暗黙指定し、now がキーワードであるため指定できません。
  4. value = http://relay.domain.com:52311/bfmirror/downloads/ で、relay.domain.com が目的のリレーになるように変更します。
ヒント: 特定の Linux クライアントに対してリレーを手動で割り当てることで、besclient.config の現在のコンテンツを取得して検証した後、特定の行を besclient.config ファイルからコピーして、他のシステムで使用できます。
注: BigFix リレーを選択する際に問題があるクライアントのトラブルシューティングについて詳しくは、「https://hclpnpsupport.hcltech.com/csm?id=kb_article&sysparm_article=KB0023298 」を参照してください。