HP Insight Cluster Management Utility v7.1 User Guide

cmu_add_to_user_group(8)
NAME
cmu_add_to_user_group -- Add nodes to user groups.
SYNOPSIS
# /opt/cmu/bin/cmu_add_to_user_group <-h | -t user_group nodename>
# /opt/cmu/bin/cmu_add_to_user_group <-t user_group nodename -f
nodenamefile>
DESCRIPTION
Add nodes to user groups.
OPTIONS
-h
show help
-t user_group
add nodes to this user group
-f nodenamefile
file containing the list of nodes to add to the user group
EXAMPLES
To add one node to the user group group1:
# /opt/cmu/bin/cmu_add_to_user_group -t group1 cn0003
To add a list of nodes to the user group group1 from the file nodenamefile:
# /opt/cmu/bin/cmu_add_to_user_group -t group1 -f nodenamefile
Where nodenamefile contains:
cn0001
cn0002
cn0003
cn0004
152