Sun Cluster 3.0 Installation Guide

How to Configure Public Network Management (PNM)

Perform this task on each node of the cluster.


Note -

All public network adapters must belong to a Network Adapter Failover (NAFO) group. Also, each node can have only one NAFO group per subnet.


  1. Have available your completed "Public Networks Worksheet" from Sun Cluster 3.0 Release Notes.

  2. Become superuser on the node being configured for a NAFO group.

  3. Create the NAFO group.


    # pnmset -c nafo_group -o create adapter [adapter ...]
    -c nafo_group

    Configures the NAFO group nafo_group

    -o create adapter

    Creates a new NAFO group containing one or more public network adapters

    Refer to the pnmset(1M) man page for more information.

  4. Verify the status of the NAFO group.


    # pnmstat -l
    

    Refer to the pnmstat(1M) man page for more information.

Example--Configuring PNM

The following example creates NAFO group nafo0, which uses public network adapters qfe1 and qfe5.


# pnmset -c nafo0 -o create qfe1 qfe5
# pnmstat -l
group  adapters       status  fo_time    act_adp
nafo0  qfe1:qfe5      OK      NEVER      qfe5
nafo1  qfe6           OK      NEVER      qfe6

Where to Go From Here

If you want to change any private hostnames, go to "How to Change Private Hostnames". Otherwise, to update the /etc/inet/ntp.conf file, go to "How to Update Network Time Protocol (NTP)".