IBM Tivoli Storage Manager, Version 7.1

USEREXIT

The USEREXIT option specifies a user-defined exit that will be given control to manage an event.

Syntax

Read syntax diagramSkip visual syntax diagram
                                  (1)   
>>-USEREXIT--+-Yes-+--module_name------------------------------->
             '-No--'                    

                                     (2)   
>--Windows operating systemsDLL_name---------------------------->

                                     (3)   
>--Windows operating systemsfunction---------------------------><

Notes:
  1. module_name is available only on AIX, HP-UX, Linux, Solaris, and z/OS.
  2. DLL_name is available only on Windows.
  3. function is available only on Windows.

Parameters

Yes
Specifies that event logging to the user exit receiver begins automatically at server startup.
No
Specifies that event logging to the user exit receiver does not begin automatically at server startup. When this parameter has been specified, you must begin event logging manually by issuing the BEGIN EVENTLOGGING command.
AIX operating systems HP-UX operating systems Linux operating systems Sun Solaris operating systems module_name
Specifies the module name of the user exit.

AIX operating systems HP-UX operating systems Linux operating systems Sun Solaris operating systems This is the name of a shared library containing the exit. The module name can be either a fully qualified path name or just the module name itself. If it is just the module name, it is loaded from the current directory.

Windows operating systems DLL_name
Specifies the DLL name that contains the user-exit function.
Windows operating systems function
Specifies the name of the user-exit function in the DLL.

Examples

Windows operating systems
userexit yes dllname.dll dllmodulename
AIX operating systems HP-UX operating systems Linux operating systems Sun Solaris operating systems
userexit yes fevent.exit


Feedback