ProbablyDown
MIS
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:
and 10 admin schedules when I run:
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.
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'
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.