Safeguard Reference Manual (G06.29+, H06.08+, J06.03+)

Table Of Contents
Group Commands
Safeguard Reference Manual 520618-030
7 - 8
ALTER GROUP Command
5. The following command adds a group definition record for the group named
MYGROUP2, which is assigned the group number 102. Wild -card character, *.*,
is used to add all users and aliases in the Guardian user name format to the group.
No descriptive text is included.
=ADD GROUP MYGROUP2, NUMBER 102, MEMBER *.*
6. The following command adds a group definition record for the group named
MYGROUP3, which is assigned the group number 103. Wild-card character, ?, is
used to add users and aliases whose names are three characters long, begin with
the letter t, and end with the letter r, to the group. No descriptive text is included.
=ADD GROUP MYGROUP3, NUMBER 103, MEMBER t?r
7. The following command adds a group with OWNER-LIST which contains only one
local user in the OWNER-LIST. The group does not exist.
=ADD GROUP TEST, NUM 100, OWNER-LIST 81,1
8. The following command adds a group with OWNER and OWNER-LIST attribute.
The group does not exist.
=ADD GROUP TEST, NUM 100, OWNER 40,5,OWNER-LIST 81,1;81,2
9. The following command adds a group with OWNER-LIST which contains both local
users and remote users and also includes node-num in the user specification. The
group does not exist.
=ADD GROUP TEST, NUM 100, OWNER-LIST 81,1;\*.81,1;\ABC.81,2
ALTER GROUP Command
The ALTER GROUP command changes one or more attributes in an existing group
definition record.
The owner of a group definition record, the owner’s group manager, and the super ID
can alter that group record.
[ NAME ] name-list
specifies the name of the group or group
s to be altered.
name-list
specifies one or more groups for which definition records are to be altered. The
name-list can contain up to 32 entries.
Note. The OWNER-LIST attribute is only supported by systems running J06.14 and later
J-series RVUs and H06.25 and later H-series RVUs.
ALTER GROUP { [ NAME ] name-list | NUMBER num-list } [ , ]
[ group-attribute [ , group-attribute ] ] ...