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
Log in as root (su - root) to the first OTP host.
Create the OTP system management and application provisioning manager state file.
Edit the file /var/tmp/setupManagementServicesOnFirstHost.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.
managementInterface=management interface name: The name of the first OTP host management port, for example bge1.
provisioningInterface=provisioning interface name: The name of the first OTP host provisioning port, for example bge0
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 on the same subnet as the first OTP host.
Save and close the file.
mediaDirectory=/net/otpinstall/otp1.0 managementInterface=bge0 provisioningInterface=bge0 logicalHost=otpclient1-logicalhostname logicalIPAddress=10.11.55.172
Set up the system management and application provisioning services.
Type /opt/SUNWotp10/CLI/setupManagementServicesOnFirstHost /var/tmp/setupManagementServicesOnFirstHost.dat.
The setupManagementServicesOnFirstHost 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 setupManagementServicesOnFirstHost installation process logs to the file /var/tmp/OTPInstaller.log. You can use the tail -f command during installation to view the log file.
Set up system management and application provisioning services on theadditional OTP hosts as described in the next procedure.