HP StorageWorks Command View SDM Installation and User Guide (T1086-96023, February 2005)

70 Installing Command View SDM
Note Do not modify any parameter that is not listed in the table.
The UserAccountsManager.bat file
User accounts are organized into groups, and a set of permissions are
assigned to each group using JAAS. To manage the user accounts, you must
have super user privileges. Use the script file
(UserAccountsManager.bat) located in the home directory. This is the
directory where the CIM Object Manager is installed.
UserAccountsManager.bat file is titled UserAccountsManager.sh in HP-
UX and Linux.
In Windows, the script file is located in the following directory:
C:\Program Files\Hewlett-Packard\SMI-S\cimom.
In HP-UX and Linux, the script file is located in the following directory:
/opt/SMI-S/cimom
To find the list of switch options supported, run this script file with the -h option.
To list the available groups and users, execute this command:
$ UserAccountsManager -LG
Note The -LG parameter is the only input you can use to list the
available groups and users. Currently the available groups are
Administrator and User. There are no commands to add or
remove the groups. User accounts in the Administrator group
have complete control of all operations. User accounts in the
User group can only execute read-only operations.
To add a user, execute this command:
$ UserAccountsManager -AU -G <Group> -U <UserName> -P
<Password>
where:
G is the group name for the user.
U is the user name.
P is password for the user.
Example:
$ UserAccountsManager -AU -G Administrator -U Tom -P
Vanilla2