PRIMECLUSTER Global Disk Services Configuration and Administration Guide 4.1 (Solaris(TM) Operating System) |
Contents |
Chapter 3 Starting and Exiting GDS Management View | > 3.1 Preparation for Starting GDS Management View | > 3.1.1 Deciding the User Group |
You can register a user name to a user group with a command. Type an appropriate user group such as sdxroot, and execute the following command.
When registering an existing user to a user group
When registering a group to "Primary Group"
# usermod -g Group name(you wish to register) User name |
When registering a group to "Secondary Group"
# usermod -G Group name(you wish to register) User name |
When registering a new user to a user group
When registering a group to "Primary Group"
# useradd -g Group name(you wish to register) User name |
When registering a group to "Secondary Group"
# useradd -G Group name(you wish to register) User name |
Registering a User to the wvroot Group
A user registered to the wvroot group will have the equivalent permission as a user assigned to the system administrator group. Only users responsible for the entire system should be registered to this group.
Contents |