Schedlogname

The schedlogname option specifies the path and file name where you want to store schedule log information.

Use this option only when you want to store schedule log information. This option applies only when the scheduler is running.

If this option is not used, the dsmsched.log file is created in the same directory as the dsmerror.log file.

When you run the schedule command, output from scheduled commands appears on your screen. Output is also sent to the file you specify with this option. If any part of the path you specify does not exist, the client attempts to create it.

Supported Clients

This option is valid for all clients. The IBM Spectrum Protect API does not support this option.

Options File

Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systemsPlace this option in the client system-options file (dsm.sys) within a server stanza. You can set this option on the Scheduler tab, in the Schedule Log text box, in the Preferences editor.

Windows operating systemsPlace this option in the client options file (dsm.opt). You can set this option on the Scheduler tab, in the Schedule Log text box, in the Preferences editor.

Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systems
Note: Set the DSM_LOG environment variable to name a directory where the log is to be placed. The directory specified must have permissions which allow write access from the account under which the client is run. The root directory is not a valid value for DSM_LOG.
Windows operating systems
Note: Set the DSM_LOG environment variable to name a directory where the log is to be placed. The directory specified must have permissions which allow write access from the account under which the client is run.

Syntax

Read syntax diagramSkip visual syntax diagramSCHEDLOGName filespec

Parameters

filespec
Specifies the path and file name where you want to store schedule log information when processing scheduled work. If any part of the path you specify does not exist, the client attempts to create it.

Windows operating systemsIf you specify a file name only, the file is stored in your current directory. The default is the current working directory with a file name of dsmsched.log.

Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systemsIf you specify a file name only, the file is stored in your current directory. The default is the current working directory with a file name of dsmsched.log. The dsmsched.log file cannot be a symbolic link.

Mac OS X operating systemsFor Mac OS X, if you specify a file name only, the file is stored in your default folder. The default directories are:
~/Library/Logs/tivoli/tsm
/Library/Logs/tivoli/tsm 

Examples

Options file:
Mac OS X operating systems
SCHEDLOGN /Users/user1/Library/Logs/schedlog.jan
Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systems
schedlogname /home/mydir/schedlog.jan
Windows operating systems
schedlogname c:\mydir\schedlog.jan
Mac OS X operating systemsCommand line:
Mac OS X operating systems-schedlogname=/Users/user1/Library/Logs/schedlog.jan
Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systemsCommand line:
Mac OS X operating systemsOracle Solaris operating systemsLinux operating systemsAIX operating systems-schedlogname=/home/mydir/schedlog.jan
Windows operating systemsCommand line:
Windows operating systems-schedlogn=c:\mydir\schedlog.jan

This option is valid only on the initial command line. It is not valid in interactive mode.