ADSM-L

Re: System Object / Mgmt. Classes / Policy Sets / Backup Groups - - What's the best way??

2003-01-31 14:05:05
Subject: Re: System Object / Mgmt. Classes / Policy Sets / Backup Groups - - What's the best way??
From: "Hart, Charles" <charles.hart AT MEDTRONIC DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 31 Jan 2003 13:02:51 -0600
I was looking to add an include to an existing Client OptSet.  When I use the 
upd client opt there does not seem to be a parameter to tie the mgmt class to 
the ClientOpt set.  Any other Ideas??   

Cinda Mullen <cmullen AT ASCENSIONHEALTH DOT ORG> posted to the "RE: System 
Object / Mgmt. Classes / Policy Sets / Backup Groups - - What's the best way??" 
Thread that stated they did the include on the Server side.


To issue this command, you must have system privilege or unrestricted policy
privilege.

Syntax

>>-UPDate CLIENTOpt--option_set_name--option_name--------------->

>--current_sequence_number--new_sequence_number----------------><

-----Original Message-----
From: Richard Cowen [mailto:richard_cowen AT CNT DOT COM]
Sent: Friday, January 31, 2003 11:36 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: System Object / Mgmt. Classes / Policy Sets / Backup Groups
- - What's the best way??


tsm: ORCAV5>help def clientopt

DEFINE CLIENTOPT
DEFINE CLIENTOPT (Define an Option to an Option Set)
Use this command to add a client option to an option set.
For details about the options and the values you can specify, refer to
Backup-Archive Clients Installation and User's Guide.
Privilege Class
To issue this command, you must have system privilege or unrestricted policy
privilege.
Syntax
>>-DEFine CLIENTOpt--option_set_name--option_name--option_value-->

   .-Force--=--No------.
>--+-------------------+--+----------------------+-------------><
   '-Force--=--+-No--+-'  '-SEQnumber--=--number-'
               '-Yes-'



Parameters
  option_set_name (Required)
  Specifies the name of the option set.
  option_name (Required)
  Specifies a client option to add to the option set.
  Notes:
    To add an INCLUDE or EXCLUDE statement to a client option set, the
correct
    syntax is:
define clientopt option_set_name inclexcl "include c:\proj\text\devel.*".

-----Original Message-----
From: Hart, Charles [mailto:charles.hart AT MEDTRONIC DOT COM]
Sent: Friday, January 31, 2003 12:01 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: System Object / Mgmt. Classes / Policy Sets / Backup Groups
- - What's the best way??


I've read through this thread and need to implement as our retention for
WIn2k is 180 Current and Deleted.  I have created the separate management
class and pointed it to the copy group etc.  My question is what is the
proper syntax to add the client opt to an existing client option set on the
TSM server side as it would be impossible to have our Intel platform admins
make a dsm.opt change to 200+ WIn2k boxes.

I tried the following syntax but get no where.  Someone had mentioned they
did do the Server side inclexcl statement.

upd clientopt INCLUDE.SYSTEMOBJECTS ALL SYSTEM_OBJECTS
        Invalid option sequence number - SYSTEMOBJECT.

upd cliento intel INCLEXCL SYSTEMOBJECT SYSTEM_OBJECTS 0
        ANR2023E UPDATE CLIENTOPT: Extraneous parameter - 0.

upd clientopt intel INCLUDE.SYSTEMOBJECTS ALL SYSTEM_OBJECTS
ANR2195E UPDATE CLIENTOPT: Invalid option sequence number - ALL.

Thank You!!!!