| 1. |
Explain Step By Step Procedure To Setup User Authorization On Symmetrix Array? |
|
Answer» User-to-role MAPPINGS have to be created: (Create a command file with the FOLLOWING entry (ex: rolemap.txt)) Assign user H: Host username to role Monitor; Assign user D: ENG username to role Admin; (Execute the above file) Symauth -sid 4282 -F rolemap.txt commit. (ROLES: None, Monitor, Storage admin, admin, Auditor, SecurityAdmin) Enable the user authorization: Symauth -Sid 4282 enable. User-to-role mappings have to be created: (Create a command file with the following entry (ex: rolemap.txt)) Assign user H: Host username to role Monitor; Assign user D: Eng username to role Admin; (Execute the above file) Symauth -sid 4282 -f rolemap.txt commit. (Roles: None, Monitor, Storage admin, admin, Auditor, SecurityAdmin) Enable the user authorization: Symauth -Sid 4282 enable. |
|