Sun Open Telecommunications Platform 1.0 Installation and Administration Guide

ProcedureTo Set Up System Management and Application Provisioning Services on the Additional OTP Hosts

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.

Before You Begin
  1. Log in as root (su - root) to the additional OTP host.

  2. Create the additional OTP host system management and application provisioning state file.

    1. Change directory to /opt/SUNWotp10/CLI.

    2. Type templates/setupManagementServicesOnOtherHosts /var/tmp/setupManagementServicesOnOtherHosts.dat.

  3. 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
  4. 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.

Next Steps

Enable the high availability agent as described in the next procedure.