Friday, June 28, 2013

Administrator user management in TSM 6.x

1.     Create a new TSM administrator ‘john’ with password ‘john123’
         register admin john john123
 
2.     Assign ‘policy’ privilege to new administrator
         grant authority john classes=policy

        There are following types of privileges:
        -          System
        -          Policy
        -          Storage
        -          Operator
        -          Node
 
3.    Check admin
        query admin
        query admin john f=d
 
4.    Remove privilege of administrator
        revoke authority john
 
5.    Remove administrator
        remove admin john
                 Confirm deletion of administrator by typing ‘yes’

 

No comments:

Post a Comment