dumpIMPState.py script
Use the dumpIMPState.py script to record the state of various Intelligent Management processes. Use this script for problem diagnosis and debugging purposes when requested by IBM support. The detailed state of the on demand router, the deployment manager, and application server processes are displayed when using this script.
For transitioning users: The WebSphere Virtual Enterprise command that equates to dumpIMPState.py is dumpXdState.py. If we are making the transition from WebSphere Virtual Enterprise, we can continue to use the dumpXdState.py command, which operates the same as the dumpIMPState.py command.trns
The dumpIMPState.py script must be run from the app_server_root\bin directory using wsadmin.sh. To automatically detect active Intelligent Management processes and write their state information to a file, use the following command:
cd app_server_root/bin
wsadmin.sh -lang jython -f dumpIMPState.py --auto > /path/to/outputfile.txt
Options
- --auto
- Export information for all of the Intelligent Management processes into the specified text file. This option exports a large amount of data, for example, a small topology might result in a text file that is over 2500 kilobytes.
- --dom
- Domain. The default is *, or all domains.
- --dmgr=deployment_manager_name
- Export information for the deployment manager specified in the option.
- --help
- Display the help for this script.
- --odr=odr_name
- Export information for the ODR specified in the option. The output is similar to output from the dumpOdrState.jacl script, but includes additional information from internal processes.
- --svr=server
- Export information for the server specified in the option.
The following example automatically detects Intelligent Management processes and writes their state information to the file file1:
wsadmin.sh -lang jython -f dumpIMPState.py --auto > file1
The dumpIMPState.py script dumps the state of various Intelligent Management processes by invoking the managed beans (MBean) of those processes. The dumped information is written to the output file name specified on the command line. Provide this file to IBM support for diagnosis and debugging of problems.
Create ODRs Configure the autonomic request flow manager Get started with wsadmin scripting Intelligent Management: administrative roles and privileges dumpOdrState.jacl script