 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
ccmtr(8)
NAME
ccmtr - Translates and loads a cluster configuration map (provided on
Production Server configurations only)
SYNOPSIS
/usr/sbin/ccmtr [-L] [-v|-V] [-d] [-f output-file] file ...
FLAGS
-L Loads the cluster configuration map into the kernel.
-v Displays the ccmtr command version and exits.
-V Displays the ccmtr command version and continues processing.
-d Generates output to help debug the cluster.
-f output-file
Specifies the name of an output file. If you do not specify this flag,
output is sent to stdout.
PARAMETER
file
Specifies the name of the cluster configuration map file to be
translated and loaded (typically /etc/CCM)).
DESCRIPTION
The ccmtr command compiles a cluster configuration map file (/etc/CCM) and
loads it into the kernel.
See CCM(4) for an example of the /etc/CCM file format.
EXAMPLES
The following command parses the /etc/CCM file, translates it, and places
its output in the map.tmp file.
% ccmtr -f map.tmp cluster.h /etc/CCM
The following command parses and loads the /etc/CCM file.
/usr/sbin/ccmtr -L /etc/CCM
FILE
/etc/CCM Cluster configuration map file.
RELATED INFORMATION
Commands: asemgr(8), cluster_map_create(8), cmon(8)
File: CCM(4)
 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|