HP Insight Cluster Management Utility v7.1 User Guide

cmu_add_logical_group(8)
NAME
cmu_add_logical_group -- Add logical groups.
SYNOPSIS
# /opt/cmu/bin/cmu_add_logical_group <-n | -i | -f filename | -s>
# /opt/cmu/bin/cmu_add_logical_group <-n name -d devicename>
# /opt/cmu/bin/cmu_add_logical_group <-n name -d diskless -I golden_node_ip
-k kernel_version>
DESCRIPTION
Add HP Insight CMU logical groups.
OPTIONS
-h|--help
show help
-s|--help-file-syntax
show help for file syntax
-i|--interactive
specify logical group(s) information is provided interactively
-f|--filename inputfile
input logical group(s) from inputfile
-n|--name
logical group name
-d|--device
device name (e.g. cciss/c0d0 or diskless)
(diskless only) -k|--kernel
kernel version (e.g. 2.6.18-194.el5)
(diskless only) -I|--goldenip
golden_node_ip
EXAMPLES
To create the logical group "test" with device "cciss/c0d0":
# /opt/cmu/bin/cmu_add_logical_group -n test -d cciss/c0d0
To create a list of logical groups from file logical_group_file:
# /opt/cmu/bin/cmu_add_logical_group -f logical_group_file
To create a diskless logical group from golden node IP address 1.2.3.4 running kernel version
2.6.18-194.el5:
# /opt/cmu/bin/cmu_add_logical_group -n dl_group -d diskless -I 1.2.3.4
-k 2.6.18-194.el5
149