Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cmviewconf(1m) [hpux man page]

cmviewconf(1m)															    cmviewconf(1m)

NAME
cmviewconf - view Serviceguard cluster configuration information SYNOPSIS
cmviewconf [-o output_file] DESCRIPTION
cmviewconf collects and displays the cluster configuration information, in ASCII format, from the binary configuration file for an existing cluster. Optionally, the output can be written to a file output_file. This command can be used as a troubleshooting tool to identify the configuration of a cluster. To view cluster information, a user must be superuser(UID=0), or have an access policy of MONITOR allowed in the cluster configuration file, or have a policy of PACKAGE_ADMIN in a package's configuration file. See access policy in cmquerycl(1m) or cmmakepkg(1m). NOTE: When this command is run by an authorized user who is not the superuser(UID=0), only those entries that match the user running the command and the node where the command is run are displayed. Options cmviewconf supports the following options: -o output_file Log configuration information to a specified output file. If this option is not specified, the information will be directed to stdout. RETURN VALUE
cmviewconf returns the following value: 0 Successful completion. 1 Command failed. EXAMPLES
To dump the contents of the binary configuration file to the file /tmp/viewconf.log: cmviewconf -o /tmp/viewconf.log To dump the contents of the binary configuration file to the screen: cmviewconf AUTHOR
cmviewconf was developed by HP. SEE ALSO
cmquerycl(1m), cmmakepkg(1m), cmcheckconf(1m), cmviewcl(1m), cmscancl(1m). Requires Optional Serviceguard Software cmviewconf(1m)

Check Out this Related Man Page

cmruncl(1m)															       cmruncl(1m)

NAME
cmruncl - run a high availability cluster SYNOPSIS
cmruncl [-f] [-v] [-n node_name...] [-t | -w none] DESCRIPTION
cmruncl causes all nodes in a configured cluster or all nodes specified to start their cluster daemons and form a new cluster. To start a cluster, a user must either be superuser(UID=0), or have an access policy of FULL_ADMIN allowed in the cluster configuration file. See access policy in cmquerycl(1m). This command should only be run when the cluster is not active on any of the configured nodes. This command verifies the network configu- ration before causing the nodes to start their cluster daemons. If a cluster is already running on a subset of the nodes, the cmrunnode command should be used to start the remaining nodes and force them to join the existing cluster. If node_name is not specified, the cluster daemons will be started on all the nodes in the cluster. All nodes in the cluster must be available for the cluster to start unless a subset of nodes is specified. Options cmruncl supports the following options: -f Force cluster startup without warning message and continuation prompt that are printed with the -n option. -v Verbose output will be displayed. -t Test only. Provide an assessment of the package placement without affecting the current state of the nodes or packages. The -w option is not required with the -t option as -t does not validate network connectivity, but assumes that all the nodes can meet any external dependencies such as EMS resources, package subnets, and storage. -n node_name... Start the cluster daemon on the specified subset of node(s). -w none By default network probing is performed to check that the network connectivity is the same as when the cluster was config- ured. Any anomalies are reported before the cluster daemons are started. The -w none option disables this probing. The option should only be used if this network configuration is known to be correct from a recent check. RETURN VALUE cmruncl returns the following value: 0 Successful completion. 1 Command failed. EXAMPLES
Run the cluster daemon: cmruncl Run the cluster daemons on node1 and node2: cmruncl -n node1 -n node2 AUTHOR
cmruncl was developed by HP. SEE ALSO
cmquerycl(1m), cmhaltcl(1m), cmhaltnode(1m), cmrunnode(1m), cmviewcl(1m), cmeval(1m). Requires Optional Serviceguard Software cmruncl(1m)
Man Page