Sun Open Telecommunications Platform 1.0 Installation and Administration Guide

ProcedureTo Set Up the OTP System Management and Application Provisioning Services

  1. Log in as root (su - root) to the standalone OTP host.

  2. Create the standalone OTP host management and provisioning state file.

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

    2. Type cp templates/setupManagementServicesOnStandalone.dat /var/tmp/setupManagementServicesOnStandalone.dat

  3. Edit the file /var/tmp/setupManagementServicesOnStandalone.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 where management interface name is bge0 or bge1 or ce0 or ce1 depending on the interface you have chosen for the management interface, and on the platform type.

    • provisioningInterface=provisioning interface name where provisinoing interface name is bge0 or bge1 or ce0 or ce1 depending on the interface you have chosen for the provisioning interface, and on the platform type.

    • logicalHost=logical host name where logical host name is an unused logical host name on the same subnet as the standalone OTP host. If a logical host name that exists on a different subnet is specified, installation fails.

    • logicalIPAddress=logical host IP address where logical host IP address is an unused IP address to be assigned to logicalHost

    Save and close the file.

    The single-node management and provisioning state file should be similar to the following:

    mediaDirectory=/net/otpinstall/otp1.0
    managementInterface=bge0
    provisioningInterface=bge0
    logicalHost=otpclient1-logicalhostname
    logicalIPAddress=10.11.55.170
  4. Set up the management and provisioning services.

    Type /opt/SUNWotp10/CLI/setupManagementServicesOnStandalone /var/tmp/setupManagementServicesOnStandalone.dat.

    The setupManagementServicesOnStandalone script performs the following tasks:

    • Installs the Java Web console

    • Installs the OTP system management service high availability agent

    • Installs the OTP application provisioning service high availability agent

    • Installs patches required by the Open Telecommunications Platform

    • Installs and configures the OTP system management service

    • Installs and configures the OTP application provisioning service

    The setupManagementServicesOnStandalone 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 high availability on the standalone OTP host as described in the next procedure.