HP Servicecontrol Manager 3.0 User's Guide
Installing HP Servicecontrol Manager
Adding Managed Nodes
Chapter 2
39
Step 8. Log on to one of the managed nodes as root.
NOTE Step 8 to step 11 will need to be completed on each managed node separately.
Step 9. Install the SCM DTF agent and WBEM software on the managed node:
• For HP-UX (all versions):
swinstall -s server:directory B8339BA.SysMgmtAgent B8465BA
where server is the hostname of the depot server and directory is the location of
the depot files on the depot server.
NOTE You must have appropriate permissions to execute the following bin files. Use the
chmod +x command to change the file permissions.
• For Red Hat Linux 7.2 or 7.3:
SCM.3.0_RH.7.2_7.3_mxagent.bin
• For SuSE Linux 8.0:
SCM.3.0_SuSE.8.0_mxagent.bin
Step 10. Configure the managed node:
/opt/mx/bin/mxagentconfig -a -n cms -p password
where cms is the hostname of the CMS and password is the MxConfigPassword that you
verified earlier.
Step 11. Configure WBEM and start the cimserver on the managed node:
/opt/wbem/sbin/cimconfig -s enableRemotePrivilegedUserAccess=true -p
/opt/wbem/sbin/cimserver
Step 12. Repeat step 8 to step 11 for the remaining managed nodes.
Step 13. Return to the CMS, and log on as root.
Step 14. Add the new nodes to the management domain:
/opt/mx/bin/mxnode -a -i node1 node2 node3...
where node1 node2 node3... is the list of hostnames or IP addresses for the nodes you
added.
Step 15. Add the new nodes to the Managed Nodes node group:
/opt/mx/bin/mxngroup -m -g "Managed Nodes" -n node1 node2 node3...
where node1 node2 node3... is the list of hostnames or IP addresses for the nodes you
added.
Step 16. Verify the new nodes by testing the configuration:
/opt/mx/bin/mxexec -t df -n node1 node2 node3...