Verify that SCM 2.5 is running on the system.
swlist B8339BA
If SCM 2.5 isn’t running, start it.
/sbin/init.d/ServCtlMgr start
Back-up your SCM data by copying the output of the mx
commands into a file.
mxnode -ln > /directory/mxnode.scm25
mxngroup -ln > /directory/mxngroup.scm25
mxauth -lf > /directory/mxauth.scm25
mxuser -lf > /directory/mxuser.scm25
mxtool -lf > /directory/mxtool.scm25
mxrole -lt > /directory/mxrole.scm25
where directory is a directory that won’t be deleted during
the installation upgrade.
Install the software on the CMS by following the instructions
in the section “Installing Servicecontrol
Manager on HP-UX”.
 |
 |  |
 |
 | CAUTION: When upgrading the CMS, do not install the SCM software
with other products at the same time. |
 |
 |  |
 |
Check the swagent.log file on the CMS for errors:
/var/adm/sw/swagent.log
Remove Debian 2.2 managed nodes if applicable. Debian
is no longer a supported operating system.
Remove the agent software on each managed
node:
rpm -e mxagent
Remove the agent from the CMS configuration:
mxnode -r -n node
where node is the hostname of the managed node.
Upgrade existing HP-UX managed nodes:
Upgrade the SCM software on
each HP-UX node and install the WBEM agent:
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.
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.
Configure WBEM
and start the cimserver on each managed node:
/opt/wbem/sbin/cimconfig -s enableRemotePrivilegedUserAccess=true -p
/opt/wbem/sbin/cimserver
Remove and add existing Linux managed nodes:
Remove any existing SCM software from the
Linux managed nodesTitle not available.
Follow the steps in “Removing Servicecontrol
Manager”.
Add the Linux nodes by following the instructions in “Adding Managed Nodes”. This step can be
performed in conjunction with adding new managed nodes in the following
step.
Add new managed nodes by following the
instructions in “Adding Managed Nodes”.