HP Servicecontrol Manager 3.0 Troubleshooting Guide
Servicecontrol Manager Issues
WLM and PRM Are Not Available Within SCM
Chapter 3
42
WLM and PRM Are Not Available Within SCM
This issue applies to HP-UX only.
Symptom Workload Manager (WLM) and Process Resource Manager (PRM) appear to be added to
SCM, but when you try to run either tool within SCM, the tool doesn’t exist.
Fix
Step 1. Verify that WLM or PRM is installed on a managed node or the CMS.
Step 2. Run the command:
swinstall -s
node
:/var/opt/mx/depot11 CMSConfig
where
node
is the system where WLM or PRM is installed.
Step 3. Add the tool to SCM:
mxtool -a -f
tool.xml
where
tool.xml
is the name of the XML tool definition file.
Step 4. Verify that WLM or PRM is now available within SCM:
mxexec -t "
Tool Name
" -n
node
where
Tool Name
is the name of the tool and
node
is the hostname or IP address of the
target node.
X Window Tool Does Not Run For mxexec
Symptom Running an X Window tool doesn’t bring up the X Window GUI, and the mxexec
command doesn’t report an error.
Verification Verify that DISPLAY is set and exported correctly, and verify that the X Window
application is allowed access to the X Window server.
Fix •Set and export DISPLAY to reference the desired X Window server.
• Add each managed node to the X Server by executing the following command from a
terminal window on the X Server:
xhost +
node
where
node
is the hostname of the node where you want to launch the tool.
Or, to enable all nodes, run xhost +, which turns off access control.