Go to main content

Administering an Oracle® Solaris Cluster 4.4 Configuration

Exit Print View

Updated: November 2019
 
 

How to Check the Network Bind Address

If you receive a System Error message when you try to view information about a node other than the node running Oracle Solaris Cluster Manager, check whether the common agent container network-bind-address parameter is set to the correct value of 0.0.0.0.

Perform the following steps on each node of the cluster.

  1. Determine the network bind address.
    phys-schost# cacaoadm list-params | grep network
    network-bind-address=0.0.0.0

    If the network bind address is set to anything other than 0.0.0.0, you will need to change it to the desired address.

  2. Stop and start cacao before and after the change.
    phys-schost# cacaoadm stop
    phys-schost# cacaoadm set-param network-bind-address=0.0.0.0
    phys-schost# cacaoadm start