Defining a machine group from the command line
Follow this procedure for defining a machine group from the command line.
To define a machine group, enter:
nim -o define -t mac_group -a add_member=MemberName GroupName
For example, to create a
machine group named
MacGrp1
containing previously defined
machines Standalone1
, Standalone2
, and Standalone3
,
enter: nim -o define -t mac_group -a add_member=Standalone1 \
-a add_member=Standalone2 -a add_member=Standalone3 \
-a comments="Machines for Department d03" MacGrp1