Index Index for
Section 8
Index Alphabetical
listing for C
Index Bottom of
page

cnxmgrd(8)

NAME

cnxmgrd - Connection manager's cluster director daemon (provided on Production Server configurations only)

SYNOPSIS

/usr/sbin/cnxmgrd [-c] [-m monitor_timeout] [-t tcp|udp] [-v] -x cl_ip_name

FLAGS

-c Specifies that the configuration should be verified after each membership change. This flag is for debugging purposes only. -m monitor_timeout Specifies a timeout value (in seconds) that is used for Remote Procedure Call (RPC) requests between cnxmgrd and cnxmond daemons. -t tcp|udp Identifies the transport used to communicate with agents. TCP is recommended. -v Provides detailed diagnostic messages. The default is nonverbose. -x cl_ip_name Specifies the IP name of the cluster interconnect (as defined by the CLUSTER_NET configuration variable in the /etc/rc.config file).

DESCRIPTION

The connection manager's cluster director daemon (cnxmgrd) runs on a single member system. It forms a new cluster by adding systems as they request membership or recovers an existing cluster based on membership information from the latest configuration. The cnxmgrd daemon is started by the cnxmond daemon, which is started on all cluster nodes by the /sbin/init.d/clumember script. At any given time, only one node runs the cnxmgrd daemon, although any node in the cluster is capable of running it. If the member running the cnxmgrd daemon fails, the monitor daemon (cnxmond) on another member becomes active, acquires the Memory Channel spinlock, and becomes the director (that is, it starts the cnxmgrd daemon).

FILES

/usr/sbin/cnxmgrd Specifies the command path.

RELATED INFORMATION

cnxagentd(8), cnxmond(8), cnxpingd(8), cnxset(8), cnxshow(8)

Index Index for
Section 8
Index Alphabetical
listing for C
Index Top of
page