A P P E N D I X H |
Setting Up the NAFO Public Network |
This appendix contains a procedure for configuring network adapter failover (NAFO) interfaces for the public network on the cluster nodes.
Before you configure the NAFO adapters, pay attention to the following:
Before you create a NAFO group, the following requirements must be met:
1. On the node being configured, log in as superuser.
2. Note the public network adapters that are physically connected to the same subnet.
These adapters form the backup adapters for the NAFO group.
3. Create an /etc/hostname.adapter file for one of the public network adapters.
# vi /etc/hostname.adapter hostname |
4. Edit the /etc/inet/hosts file to add the IP address and host name of the public network adapter.
# vi /etc/inet/hosts IP_address hostname |
Note - If a naming service is used, this information should also exist in the naming service database. |
# pnmset -c nafoN -o create adapter [adapter ...] |
The -c nafoN option performs a configuration subcommand for the specified NAFO group. NAFO groups must be named nafoN, where N is a nonnegative integer for the group.
6. Verify the status of the NAFO group, as in the following example.
Copyright © 2002, Sun Microsystems, Inc. All rights reserved.