errorprog
The errorprog option specifies a program to which you want to send a message if a severe error occurs during space management processing.
The errorprog option specifies a program to which you want to send a message if a severe error occurs during space management processing.
The program is started only in case of very severe errors such as DMI or file system errors. Also, only processes that do not have an output channel, such as daemons, use this option. Use the full path to specify the program. The error message is sent to the standard input of the program.
Options File
Place this option at the beginning of the dsm.sys file before any server stanzas.
Syntax
Parameters
- program-name
- Specifies the path and file name of the program to which you want
to send a message if a severe error occurs during space management
processing. Some examples:
errorprog /usr/bin/cat >/tmp/tsm_severe_errors.txterrorprog /usr/bin/perl /root/dsmseverror.pl