Connector Guides › Connectors Guide › Connecting to Endpoints › HP NonStop SAFEGUARD Connector › Common Communication Interface (CCI) Installation for HP NonStop Safeguard
Common Communication Interface (CCI) Installation for HP NonStop Safeguard
The CCI component must be installed to enable the HP NonStop Safeguard connector to communicate with endpoint targets. You can install the CCI component by installing either Unicenter or CCISA (CCI Stand Alone). Follow these steps to install and configure CCISA:
- Locate the Provisioning Component installation media.
- Run the CCI Standalone installer under \Infrastructure
- Follow the onscreen instructions to complete the installation.
- In the ~\Program Files\CA\Identity Manager\CCI\Caiuser folder, create a CCIRMTD.RC file with the following lines:
local = <Host Name> <Host Name> 32768 STARTUP
remote = <Host Name> <Host Name> 32768 STARTUP PORT=<Port Number> RETRY=1
The first <Host Name> value in the local or remote line can be the IP address.
Note: You must set a port number. If the port has not been changed on the target, the port number is 1721.
- To improve CCI performance, add the following key to the Windows Registry:
HKEY_LOCAL_MACHINE\Software\ComputerAssociates\CA
Unicenter\CurrentVersion\Components\COM\ENV\OPT\RMTHOSTS
- Under the RMTHOSTS key, create a string value named Default, and set the HP NonStop Safeguard host name in this string value.
Note: If you do not add this key to the Registry, the CCI response time will be very long.
- Stop and then restart the CCI service.
- Open a command prompt and use the following CCI commands to start CCI and test the connection:
- To start CCI, enter ccicntrl start.
- To display the CCI status, enter ccicntrl status.
- To test the CCI connection, enter ccii.
- To stop CCI after testing the connection, enter ccicntrl stop.