Sun Open Telecommunications Platform 2.0 Developer's Guide

ProcedureTo Prepare the Sun OTP Hosts

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

  2. Install the remote agent on the Sun OTP host.

    /opt/SUNWotp/cli/setupRemoteAgent -c RAW|SSH mediadir

    mediadir is the fully qualified path name to the Open Telecommunications Platform installation source directory. The media directory is the path where the installation DVD is mounted.

    Repeat this step on each Sun OTP host. All the remote agents on the cluster must use the same connection type (SSH or RAW).

  3. (Applicable for SSH connection type) Configure SSH for the remote agent.

    1. Set a password for the n1spsotp user in the global zone on the Sun OTP host.

      /usr/bin/passwd n1spsotp

  4. (Applicable for SSH connection type) Initialize the SSH keys.

    1. Log in as spsotp user (su - spsotp) to the Sun OTP provisioning server.

    2. Append the ssh public key of spsotp user from the Sun OTP provisioning server to authorized ssh keys located in the home directory of n1spsotp user on each Sun OTP host.

      cat /var/otp/.ssh/id_rsa.pub | ssh n1spsotp@hostname "tee >> /export/home/n1spsotp/.ssh/authorized_keys2"

      hostname is the host name of Sun OTP host.