Creating an Administrator user for IBM Storage Copy Data Management
Before you can establish the system as a connection endpoint in IBM® Storage Copy Data Management, you need to configure a user with the Administrator role on the IBM Storage Virtualize system. For auditing, it is recommended that you create a new Administrator user to configure the Safeguarded Copy function. Users with this role are limited in how they can manage and interact with Safeguarded Copy operations. The IBM Storage Copy Data Management uses this role to create FlashCopy® mappings between the source volumes and the Safeguarded backups on the system.
To create new Administrator user for IBM Storage Copy Data Management, complete these steps:
- In the management GUI, select .
- On the Create User Group page, enter a name of the user group, and select Administrator for the role.
- Click Create.
- In the list of user groups, select the user group that you created and select Create Users.
- On the Create Users page, enter the name of the user, and select Local.
- Enter and confirm a password.
- Click Create.
Using the command-line interface (CLI)
To create new Administrator user for IBM Storage Copy Data Management , complete these steps:
- To configure a user with an Administrator role, you need to create a user group. Enter the
following
command.
where group_name specifies the unique user group name and Administrator specifies the role for all users that belong to this user group.mkusergrp -name group_name -role Administrator
- After creating user group, create a local user to access a system. Enter the following
command.
where user_name specifies unique username. The group_name | group_id specifies the ID or name of the user group that was created in the previous step. The parameter -password specifies the password to be associated with the user.mkuser -name user_name -usergrp group_name | group_id -password