HP Insight Cluster Management Utility v7.1 User Guide

cmu_change_active_logical_group(8)
NAME
cmu_change_active_logical_group -- Change the active logical group for a node.
SYNOPSIS
# /opt/cmu/bin/cmu_change_active_logical_group <-h | -t logical_group
nodename1 [nodename2] [...]
# /opt/cmu/bin/cmu_change_active_logical_group < -t logical_group nodename
-f nodenamefile >
DESCRIPTION
Change the active logical group for a node or a group of nodes.
OPTIONS
-h
show help
-t logical_group
add nodes to this logical group
-f nodenamefile
file containing the list of nodes to add to the logical group
EXAMPLES
To flag cn0001 active in logical group rh6u0_x86_64:
# /opt/cmu/bin/cmu_change_active_logical_group -t rh6u0_x86_64 cn0001
To flag a list of nodes as "active" in logical group sles11sp1_x86_64:
# /opt/cmu/bin/cmu_change_active_logical_groups -t sles11sp1_x86_64 -f
nodenamefile
Where nodenamefile contains:
cn0001
cn0002
cn0003
cn0004
153