configCGSharedLib.py batch script
We can use the configCGSharedLib.py Jython script to assign the shared library to the job scheduler.
Purpose
The configCGSharedLib.py script is provided with the product. The configCGSharedLib.py script assigns the shared library to the job scheduler.
Location
At installation, the configCGSharedLib.py script is copied onto the installation target in the app_server_root/bin directory.
Usage
To run the configCGSharedLib.py script with the wsadmin utility, use this command:
wsadmin -lang jython -f configCGSharedLib.py <option>
We might have to modify wsadmin to wsadmin.sh or wsadmin.bat, depending on the operating system environment.
To see a list of all available operations, use the following command:
wsadmin -lang jython -f configCGSharedLib.py --help
Related tasks
Configure the job scheduler Administer the batch environment
Job scheduler System Programming Interfaces (SPI)