Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anything I need to know about removing an admin from TSM

Status
Not open for further replies.
Joined
Aug 15, 2002
Messages
422
Location
US
Hi folks,

Not much in the docco, so I thought I'd pose the question here. I would like to remove an old TSM admin user from the system. This user is the reg_admin on 11 nodes when I run the query:
Code:
select count(*) from admin where reg_admin='theuser'
and 10 admin schedules when I run:
Code:
select * from admin_schedules where chg_admin='theuser'

So I guess this raises 2 questions:

1) Do I need to set the reg_admin to an existing admin? and
2) Would I have to change the admin schedules coresponding with the user?

Thank you very much.
 
I got the answer... yes I did have to update the admin scheds, but not the nodes...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top