単一のサーバでの複数の SDC (Secure Domain Connector)プロセスの設定
casp1032jp
セキュア ドメイン コネクタ(SDC)をインストールするための前提条件
単一のマシンでの複数の SDC の設定(Linux の場合)
以下の手順に従います。
- SpectroSERVER 側のインストールからインストールされた SDC_Install_<platform>.tgz ファイルを抽出します。
- このセットアップ用に選択された Linux サーバ上で Secure Domain Connector サービスがすでに実行されている場合は、停止します。
- 抽出された sdmc ディレクトリを SDConnector マシンにコピーします。
- 「root」ユーザとして「install.bin」を実行して SDC をインストールします。
- /opt/CA に移動し、SDMConnector フォルダ全体のコピーを作成します。注:SDMConnector フォルダは、使用する SDMconnector のインスタンス数と同じ回数だけコピーします。
- 各 SDC ホーム(デフォルトでは /opt/CA/SDMConnector/)に移動し、次に bin ディレクトリに移動します。
- SDMConnector の各インスタンスに対して、sdc.rc ファイルを以下のように編集します。icmp_listen_ip=<IP address for the instance>snmp_comm_ip=<IP address for the instance>snmp_comm_port=<Port for communication>snmp_trap_ip=<IP address for the instance>snmp_trap_port=<Port for SNMP traps>snmp_trap_port_enabled=yessnmp_trap_max_time_to_live_sec=120max_snmp_traps_per_sec=300snmpv3_default_auth_protocol=md5snmpv3_default_priv_protocol=dessnmpv3_engine_id=<Leave this property blank>
- ファイルを以下のように編集します。-accept <IP address for the SDM>-bind <IP address for the SDC instance>
- コマンド「./SdmConnectorService.exe --start」を使用して、SDMConnector の各インスタンスを起動します。
- SpectroSERVER ホスト マシンの<SPECROOT>/SDM ディレクトリに移動し、テキスト エディタを使用して ファイルを編集し、SDMConnector の各インスタンスの remoteconnect エントリを以下のように追加します。-remoteconnect <IP address for the instance 1> -remoteconnect <IP address for the instance 2>
このサーバで設定したのと同じ数の Secure Domain Connector を使用できるようになりました。すべての SDC インスタンスは、設定した IP の SDM にバインドされます。
単一のマシンでの複数の SDC の設定(Windows の場合)
以下の手順に従います。
- SpectroSERVER 側のインストール(Build Folder\sdmc\nt)からファイルを抽出するか、またはinstall.exesetupnt.exe で[Install Secure Domain Connector (Secure Domain Connector のインストール)]を使用します。
- Secure Domain Connector サービスを停止します(Windows サーバ上の services.msc に移動し、サービスを停止します) (このセットアップ用に選択された Windows サーバ上でサービスがすでに実行されている場合)。
- 抽出された sdmc ディレクトリ(SDMConnectorフォルダ)を SDConnector マシンのにコピーします。C:\Program Files\CA
- C:\Program Files\CA\に移動し、SDMConnector フォルダ全体のコピーを作成します。注:SDMConnector フォルダは、使用する SDMconnector のインスタンス数と同じ回数だけコピーします。
- 各 SDC ホーム()に移動し、次にC:\Program Files\CA\SDMConnector\ディレクトリに移動します。C:\Program Files\CA\SDMConnector\bin
- 同じディレクトリ内で、SDMConnector の各インスタンスに対してsdc.rcファイルを以下のように編集します。icmp_listen_ip=<IP address for the instance>snmp_comm_ip=<IP address for the instance>snmp_comm_port=<Port for communication>snmp_trap_ip=<IP address for the instance>snmp_trap_port=<Port for SNMP traps>snmp_trap_port_enabled=yessnmp_trap_max_time_to_live_sec=120max_snmp_traps_per_sec=300snmpv3_default_auth_protocol=md5snmpv3_default_priv_protocol=dessnmpv3_engine_id=<Leave this property blank>internal_name=<The name you specify here will be displayed in the Spectrum OneClick View>display_name=<The name you specify here will be SDC connector/service name in the server you have installed>
- に移動し、C:\Program Files\CA\SDMConnector\binSdmConnectorService.exe -installを使用して SDC をインストールします。
- sdc.configファイルを以下のように編集します。-accept <IP address for the SDM>-bind <IP address for the SDC instance>
- 以下のいずれかの操作を実行して、SDMConnector の各インスタンスを起動します。
- コマンド “./SdmConnectorService.exe --start”/ を使用
- SdmConnectorService.exe をダブルクリック
- Spectroserver マシン<C:\win32app\Spectrum\SDM>に移動し、sdm.configファイルを編集して、SDMConnector の各インスタンスの remoteconnect エントリを以下に指定されているように追加します。-remoteconnect <IP address for the instance 1> -remoteconnect <IP address for the instance 2>
- このサーバで設定したのと同じ数の Secure Domain Connector を使用できるようになりました。すべての SDC インスタンスは、設定した IP の SDM にバインドされます。