Configure Multiple SDC (Secure Domain Connector) processes on a Single Server
casp1032
Prerequisites for installing Secure Domain Connector (SDC)
Configure multiple SDCs in a single machine (For Linux):
Follow these steps:
- Extract the SDC_Install_<platform>.tgz file installed from the SpectroSERVER-side installation.
- Stop Secure Domain Connector Service if already running on the linux server chosen for this setup.
- Copy the extracted sdmc directory to SDConnector machine.
- As `root` user, install SDC by running 'install.bin'.
- Go to /opt/CA and make copies of the entire SDMConnector folder.Copy the SDMConnector folder as many times as the number of instances of SDMconnectors you would like to have.
- Go to each SDC home (default /opt/CA/SDMConnector/) and change directory to bin.
- Edit the sdc.rc file as below for each instance of SDMConnector: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>
- Edit the file, as follows:-accept <IP address for the SDM>-bind <IP address for the SDC instance>
- Start each instance of SDMConnector using the command “./SdmConnectorService.exe --start”.
- Navigate to<SPECROOT>/SDM directory on the SpectroSERVER host machine and using a text editor, edit the file to add a remoteconnect entry for each instance of SDMConnector as below:-remoteconnect <IP address for the instance 1> -remoteconnect <IP address for the instance 2>
You now have as many Secure Domain Connectors as you have configured on this server. All the SDC instances are bound to the SDM whose IP you have configured.
Configure multiple SDCs in a single machine (For Windows):
Follow these steps:
- Extract theinstall.exeBuild Folder\sdmc\nt) or use thesetupnt.exe > Install Secure Domain Connector.
- Stop the Secure Domain Connector Service (Navigate to services.msc on the Windows server and stop the service. (If the service is already running on the Windows server chosen for this setup).
- Copy the extracted sdmc directory (SDMConnectorfolder) to SDConnector machineC:\Program Files\CA
- Navigate toC:\Program Files\CA\and make copies of the entire SDMConnector folder.Copy the SDMConnector folder as many times as the number of instances of SDM connectors you would like to have.
- Go to each SDC home (C:\Program Files\CA\SDMConnector\C:\Program Files\CA\SDMConnector\bin
- In the same directory, edit thesdc.rcfile for each instance of SDMConnector, as follows: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>
- Navigate toC:\Program Files\CA\SDMConnector\binSdmConnectorService.exe --install.
- Edit thesdc.configfile as follows:-accept <IP address for the SDM>-bind <IP address for the SDC instance>
- Start each instance of SDMConnector by performing one of the following:
- Use the command “./SdmConnectorService.exe --start”/
- Double-click the SdmConnectorService.exe.
- Navigate to the Spectroserver machine<C:\win32app\Spectrum\SDM>, edit thesdm.configfile to add a remoteconnect entry for each instance of SDMConnector as specified below:-remoteconnect <IP address for the instance 1> -remoteconnect <IP address for the instance 2>
- You now have as many Secure Domain Connectors as you have configured on this server. All the SDC instances are bound to the SDM whose IP you have configured.