Adding new members to machine groups from the command line
Follow this procedure for adding new members to machine groups from the command line.
To add a member to a machine group, enter:
nim -o change -a add_member=MachineName GroupName
For example, to add the diskless
client,
diskless5
, to the machine group, diskless_grp
,
enter the following command: nim -o change -a add_member=diskless5 diskless_grp
Alternatively, you could have specified group members
in both the define and change operations by using sequenced
member attributes, such as -a member1=Standalone1 -a member2=Standalone2
and
so forth.