OTP system management and application provisioning services must be set up on each additional OTP host. Perform the following procedure on each additional OTP host.
The OTP CLI package must be installed on the host as described in To Install the OTP CLI Package to the Clustered OTP System Hosts.
The OTP high availability framework must be set up and configured on the first OTP host as described in To Set Up the OTP High Availability Framework on the First OTP Host
The additional OTP hosts must be added to the clustered OTP system as described in To Add Additional OTP Hosts to the Clustered OTP System
The OTP high availability framework must be set up and configured on the additional OTP host as described in To Set Up the OTP High Availability Framework on the Additional OTP Hosts
Shared storage must be set up on the clustered OTP systems as described in To Create Clustered OTP System Shared Storage
System management and application provisioning services must be set up on the on the first OTP host as described in To Set Up OTP System Management and Application Provisioning Services on the First OTP Host
Log in as root (su - root) to the additional OTP host.
Create the additional OTP host system management and application provisioning state file.
Edit the file /var/tmp/setupManagementServicesOnOtherHosts.dat as follows.
mediaDirectory=OTP_Installation_directory: The fully qualified path name of the Open Telecommunications Platform installation directory, for example: /net/otpinstall/otp1.0.
logicalHost=logical host name: An unused logical host name on the same subnet as the first OTP host. If a logical host name that exists on a different subnet is specified, cluster installation fails.
logicalIPAddress=logical host name IP address: An unused IP address assigned to the host logical name that is on the same subnet as the first OTP host.
Save and close the file.
The system management and application provisioning manager state file should be similar to the following:
mediaDirectory=/net/otpinstall/otp1.0 logicalHost=otpclient2-logicalhostname logicalIPAddress=10.11.55.182
Set up the OTP system management and application provisioning services.
Type /opt/SUNWotp10/CLI/setupManagementServicesOnOtherHosts /var/tmp/setupManagementServicesOnOtherHosts.dat.
The setupManagementServicesOnOtherHosts script performs the following tasks:
Installs the Java Web console
Installs Open Telecommunications Platform patches
Installs the OTP high availability framework agent
Installs the OTP system management services
Installs the OTP application provisioning services on shared storage
Installs J2SE patches
The setupManagementServicesOnOtherHosts installation process logs to the file /var/tmp/OTPInstaller.log. You can use the tail -f command during installation to view the log file.
Enable the high availability agent as described in the next procedure.