HP Servicecontrol Manager 3.0 Troubleshooting Guide

Servicecontrol Manager Issues
Tools Only Available On HP-UX 11i v2 Managed Nodes
Chapter 3
40
mxtool -lf -t "
Tool Name
" > toolname.xml
where
Tool Name
is the name of the non-trusted user's tool.
Step 2. Edit the tool definition file to remove the owner element, and commit the changes using
the mxtool modify option from the command line:
mxtool -m -f toolname.xm
Tools Only Available On HP-UX 11i v2 Managed Nodes
Symptom Several tools may be unavailable for integration into SCM if you are running a version of
HP-UX earlier than HP-UX 11i v2 (B.11.23) on your central management server. The
XML tool definition files for these tools may have only shipped with HP-UX 11i v2.
Fix On the CMS:
Step 1. Change to the tools directory that contains the XML tool definition files:
cd /var/opt/mx/tools
Step 2. Establish an FTP connection with a managed node running HP-UX 11i v2.
Step 3. Get the necessary XML tool definition files from the managed node and close the FTP
connection:
cd /var/opt/mx/tools
get
tool.xml
quit
where
tool.xml
is the filename of the XML tool definition file for the tool you want to
install.
Step 4. Add the tool to SCM:
mxtool -af
tool.xml
where
tool.xml
is the filename of the XML tool definition file for the tool you want to
install.