Managed Option Set?

odyssey

ADSM.ORG Member
Joined
May 24, 2006
Messages
48
Reaction score
0
Points
0
Website
http
How do I configure the Option Set of all my servers to be managed by my Configuration Server?
 
I'm not sure i get your question...Do you want to know how to simply edit your client option set on your TSM server?

using the command line you can do "define clientopt option_set_name option", something like "define clientopt NTOptions subdir "YES""
 
You need to issue the following

c.gif
DEFine PROFASSOCiation <profile_name> CLOptsets=<cloptset name>
 
When I look at the Configuration Manager:

tsm: SERVER1>q profile f=d

Configuration manager: SERVER1
Profile name: DEFAULT_PROFILE
Locked?: No
Description:
Server administrators: ** all objects **
Policy domains: ** all objects **
Administrative command schedules: ** all objects **
Server Command Scripts: ** all objects **
Client Option Sets:
Servers: ** all objects **
Server Groups: ** all objects **

Configuration manager: SERVER1
Profile name: REMOTE_PROFILE
Locked?: No
Description: Remote Backup Servers
Server administrators: ** all objects **
Policy domains: ** all objects **
Administrative command schedules: ** all objects **
Server Command Scripts: ** all objects **
Client Option Sets: ** all objects **
Servers: SERVER1 SERVER2
Server Groups:

At the managed server:

tsm: MS>q subscrip

Configuration Profile name Last update
manager date/time
--------------- --------------- --------------------
SERVER1 REMOTE_PROFILE

tsm: MS>q profile

Configuration Profile name Locked?
manager
--------------- --------------- -------
SERVER1 DEFAULT_PROFILE No

tsm: MS>q profile f=d

Configuration manager: SERVER1
Profile name: DEFAULT_PROFILE
Locked?: No
Description:
Server administrators: ** all objects **
Policy domains: ** all objects **
Administrative command schedules: ** all objects **
Server Command Scripts: ** all objects **
Client Option Sets:
Servers: ** all objects **
Server Groups: ** all objects **


I think it looks weird. I'm sure I deleted the DEFAULT_PROFILE from the managed server, but according to the documentation this is not possible. Weird thing is that now the REMOTE_PROFILE seems to be gone locally.

How can I see the profassociations?

Bottom line, according to the Configuration Manager, all servers should be updated with it's Option Set, but they don't!
 
Back
Top