Sun Open Telecommunications Platform 1.1 Installation and Administration Guide

Configuring Solaris 10 Update 2

After completing installation of Solaris 10 Update 2 on the external OTP installation server or on an OTP host, you must configure Solaris 10 Update 2 as described in the following procedures before you can install the Open Telecommunications Platform on the OTP host.

ProcedureTo Update the /etc/default/nfs file

The Open Telecommunications Platform supports only NFS version 3. To ensure system integrity and availability, update the /etc/default/nfs file as follows:

  1. log in as root (su - root) to the server.

  2. Add the following line to the file /etc/default/nfs:

    NFS_SERVER_VERSMAX=3
  3. Save and close the /etc/default/nfs file.

Next Steps

Update the /etc/hosts file as described in the next procedure.

ProcedureTo Update the /etc/hosts file

The IP address and the name of the server must be added to the /etc/hosts on that server. Failure to add the IP address and name will cause Open Telecommunications Platform installation to fail.

  1. Log in as root (su - root) to the server.

  2. Verify that the /etc/hosts file has entries for loopback and the server primary and secondary Ethernet interfaces.

    1. Make certain that either of the following loopback entries is in the /etc/hosts file.

      127.0.0.1    localhost

      or

      127.0.0.1    localhost.localdomain    localhost
    2. Make certain that an entry exists for the server primary and secondary Ethernet IP address.

      For example:

      111.11.111.11 server_name_interface1.domain_name
      111.11.111.22 server_name_interface2.domain_name
      

      where:

      • 111.11.111.11 is the IP address of the primary Ethernet interface

      • server_name_interface1 is the primary name of the server being configured such as the external OTP installation server, the first OTP host, or the additional OTP host

      • 111.11.111.22 is the IP address of the secondary Ethernet interface

      • server_name_interface2 is the secondary name of the server being configured

      • domain_name is your corporate domain name

      The /etc/hosts should be similar to the following example.

      127.0.0.1    localhost.localdomain    localhost
      10.11.123.15 management-server.company.com
      10.11.123.16 management-server-port2.company.com
      
    3. Save and close the /etc/hosts file.

  3. Reboot the server.

Next Steps

Ensure port 162 is not in use as described in the next procedure.

ProcedureTo Determine Whether Port 162 is in use

The OTP system management service requires exclusive use of port 162 for SNMP trap notifications. To determine if port 162 is assigned to any process, proceed as follows:

  1. log in as root (su - root) to the server.

  2. Type grep 162 /etc/services to determine whether port 162 has been assigned to a process.

    • If only the command prompt is returned, then port 162 has not been assigned to a process. No further action is required.

    • If port 162 is assigned to a process on the server, then results similar to the following are displayed:


      # grep 162 /etc/services
      snmpd     162/udp    daemon name     #daemon description

      You must disable the daemon or the application that is using port 162. To disable a daemon, refer to the operating system documentation. To disable an application that is using the port, refer to the application documentation.

Next Steps

Enable FTP on the server as described in the next procedure.

ProcedureTo Enable FTP

To manage clustered OTP systems using the OTP system management service, you must enable the FTP service.

  1. Log in as root (su - root) to the server.

  2. Enable the FTP service by typing the command svcadm -v enable network/ftp.

    The FTP service is enabled, and starts when the server is rebooted. After the system is rebooted, you can verify whether the FTP service has start using the inetadm command:


    # inetadm | grep network/ftp
    enabled   online         svc:/network/ftp:default 
Next Steps

Label all the disks available in the new OTP host.

ProcedureTo Label All the Disks Available in the New OTP Host

The Open Telecommunications Platform requires all the available disks to be labeled prior to the Sun OTP deployment. The boot disk is already labeled and should be excluded from the procedure. For all the remaining disks, perform the following steps.

  1. Log in as root (su - root) to the server.

  2. Start the format utility. The output similar to the following will be displayed:

    # format


    Searching for disks...done
    
    
    AVAILABLE DISK SELECTIONS:
           0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@0,0
           1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@1,0
           2. c2t8d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@8,0
           3. c2t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@9,0
           4. c2t10d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@a,0
           5. c2t11d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@b,0
    Specify disk (enter its number):
  3. Select the disk that needs to be labeled by entering its number:


    Specify disk (enter its number): 3
    selecting c2t9d0
    [disk formatted]
    Disk not labeled.  Label it now?
  4. Enter y.


    Note –

    If there is no “Disk not labeled. Label it now?” prompt, it means that the disk was previously labeled and no further action is required for it. Go to step 5



    Disk not labeled.  Label it now? y
    
    
    FORMAT MENU:
            disk       - select a disk
            type       - select (define) a disk type
            partition  - select (define) a partition table
            current    - describe the current disk
            format     - format and analyze the disk
            repair     - repair a defective sector
            label      - write label to the disk
            analyze    - surface analysis
            defect     - defect list management
            backup     - search for backup labels
            verify     - read and display labels
            save       - save new disk/partition definitions
            inquiry    - show vendor, product and revision
            volname    - set 8-character volume name
            !<cmd>    - execute <cmd>, then return
            quit
    format>
  5. To label another disk enter disk and repeat steps 3 and 4. If all disks are already labeled then type quit to close the format utility.


    format> disk
    

    AVAILABLE DISK SELECTIONS:
           0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@0,0
           1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/LSILogic,sas@1/sd@1,0
           2. c2t8d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@8,0
           3. c2t9d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@9,0
           4. c2t10d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@a,0
           5. c2t11d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
              /pci@1f,700000/pci@0/pci@2/pci@0/pci@8/scsi@2/sd@b,0
    Specify disk (enter its number)[3]:
Next Steps