#config
#config
To give another user called “Peter” access to the same host:
#config
#config
To edit any of the user element values, use the same approach as when adding user elements, that is, use the
To delete the user called John, use the
# ./delete-node config.users.user2
The following command will synchronize the live system with the new configuration:
# config -r users
14.4Adding and removing user Groups
The console server is configured with a few default user groups (even though only two of these groups are visible in the Management Console GUI). To find out how many groups are already present:
# config -g config.groups.total
Assume this value is six. Make sure you number any new groups you create from seven and up.
To add a custom group to the configuration with Group name=Group7, Group description=MyGroup and Port access= 1,5 you’d issue the commands:
#config
#config
#config
#config
#config
Assume we have an RPC device connected to port 1 on the console manager, and the RPC is configured. To give this group access to RPC outlet number 3 on the RPC device, run the two commands below:
#config
#config
If more groups are given access to this power outlet, then increment the 'config.ports.port1.power.outlet3.groups.total' element accordingly.
To give this group access to network host 5:
#config
#config
To give another group called 'Group8' access to the same host:
#config
#config
To delete the group called Group7, use the following command:
#rmuser Group7
_____________________________________________________________________
| Page 220 |