JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster 3.3 3/13 Hardware Administration Manual     Oracle Solaris Cluster 3.3 3/13
search filter icon
search icon

Document Information

Preface

1.  Introduction to Oracle Solaris Cluster Hardware

2.  Installing and Configuring the Terminal Concentrator

3.  Installing Cluster Interconnect Hardware and Configuring VLANs

4.  Maintaining Cluster Interconnect Hardware

5.  Installing and Maintaining Public Network Hardware

6.  Maintaining Platform Hardware

7.  Campus Clustering With Oracle Solaris Cluster Software

8.  Verifying Oracle Solaris Cluster Hardware Redundancy

Testing Node Redundancy

How to Test Device Group Redundancy Using Resource Group Failover

Testing Cluster Interconnect Redundancy

How to Test Cluster Interconnects

Testing Public Network Redundancy

How to Test Public Network Redundancy

Index

Testing Public Network Redundancy

This section provides the procedure for testing public network redundancy.

How to Test Public Network Redundancy

If you perform this test, you can verify that IP addresses failover from one adapter to another adapter within the same IPMP group.

Before You Begin

To perform this procedure, become superuser or assume a role that provides solaris.cluster.read RBAC authorization.

  1. Create a logical hostname resource group which is the failover hostname to use the IPMP groups on the system.

    Use the following command:

    # clresourcegroup create lhtestgroup
    # clreslogicalhostname create -g lhtestgroup logicalhostname
    # clresourcegroup online lhtestgroup
    logicalhostname

    The IP address that is hosted on the device on which an IPMP group is configured.

  2. Determine the adapter on which the logicalhostname exists.
    # ifconfig -a
  3. Disconnect one public network cable from the adapter you identified in Step 2.
  4. If there are no more adapters in the group, skip to Step 7.
  5. If there is another adapter in the group, verify that the logical hostname failed over to that adapter.
    # ifconfig -a
  6. Continue to disconnect adapters in the group, until you have disconnected the last adapter.

    The resource group (lhtestgroup) should fail over to the secondary node.

  7. Verify that the resource group failed over to the secondary node.

    Use the following command:

    # clnode status lhtestgroup
  8. Reconnect all adapters in the group.
  9. From the initial primary node, return ownership of the resource group to the initial primary node.
    # clresourcegroup switch -n nodename lhtestgroup

    In these commands, nodename is the name of the original primary node.

  10. Verify that the resource group is running on the original primary node.

    Use the following command:

    # clnode status lhtestgroup