IBM Tivoli Storage Manager, Version 7.1

Managedservices

The managedservices option specifies whether the Tivoli® Storage Manager client acceptor service manages the scheduler, the Web client, or both.

Restriction: You cannot use the dsmcad for scheduling when you set the sessioninitiation option to serveronly.
The client acceptor daemon serves as an external timer for the scheduler. When the scheduler is started, it queries the server for the next scheduled event. The event is either executed immediately or the scheduler exits. The client acceptor daemon restarts the scheduler when it is time to execute the scheduled event.
Note:
  1. AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems If you set the schedmode option to prompt, the server prompts the client acceptor daemon when it is time to run the schedule. The scheduler connects to and disconnects from the server when the client acceptor daemon is first started.

    The dsmc schedule command cannot be used when both schedmode prompt and commmethod V6Tcpip are specified.

  2. Mac OS X operating systems For Mac OS X, if you do not specify the managedservices option, the client acceptor daemon manages both the scheduler program and the web client, by default.
  3. Windows operating systems Set the passwordaccess option to generate in your client options file (dsm.opt) and generate a password, so Tivoli Storage Manager can manage your password automatically.
  4. AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Set the passwordaccess option to generate in your dsm.sys file and generate a password, so Tivoli Storage Manager can manage your password automatically.

Using the client acceptor daemon to manage the scheduler service can provide the following benefits:

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems

Supported Clients

This option is valid for all clients. The Tivoli Storage Manager client API does not support this option.

Options File

Windows operating systems Place this option in the client options file (dsm.opt). You can set this option on the Web Client tab of the Preferences editor.

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Place this option in the client system-options file (dsm.sys) within a server stanza. You can set this option on the Web Client tab of the Preferences editor.

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems

Syntax

Read syntax diagramSkip visual syntax diagram
>>-MANAGEDServices--mode---------------------------------------><

Parameters

mode
Specifies whether the client acceptor daemon manages the scheduler, the Web client, or both.
Windows operating systems webclient
Specifies that the client acceptor daemon manages the Web client.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems webclient
Specifies that the client acceptor daemon manages the Web client. This is the default for UNIX and Linux. Both webclient and schedule are the defaults for Mac OS X.
Mac OS X operating systems Windows operating systems schedule
Specifies that the client acceptor daemon manages the scheduler. Both webclient and schedule are the defaults for Mac OS X.
Mac OS X operating systems none
For Mac OS X, specifies that the client acceptor daemon not manage the Web client or schedules. Set managedservices to none to enable the dsmc schedule command.

Examples

Windows operating systems Options file:
The following are examples of how you might specify the managedservices option in your client options file (dsm.opt).
Task
Specify that the client acceptor daemon manages only the Web client.
   managedservices webclient
Task
Specify that the client acceptor daemon manages only the scheduler.
   managedservices schedule
Task
Specify that the client acceptor daemon manages both the Web client and the scheduler.
   managedservices schedule webclient
Note: The order in which these values are specified is not important.
Mac OS X operating systems AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Options file:
The following are examples of how you might specify the managedservices option in your client system-options file (dsm.sys).
Task
Specify that the client acceptor daemon manages only the Web client.
   managedservices webclient
Task
Specify that the client acceptor daemon manages only the scheduler.
   managedservices schedule
Task
Specify that the client acceptor daemon manages both the Web client and the scheduler.
   managedservices schedule webclient
Note: The order in which these values are specified is not important.
Mac OS X operating systems Task
For Mac OS X, to use the dsmc schedule command, specify:
managedservices none
Command line:
Does not apply.


Feedback