Log on to the CMS as root.
Verify the location of the SCM agent software.
You located and/or downloaded this software at the same time
that you located the CMS software during the CMS install process.
View the agent configuration password (MxConfigPassword):
mxpassword -l
Remember this password because it is used to validate communication
between the CMS and managed node during the adding managed nodes
procedure. Change the password to something easier to remember if
desired:
mxpassword -m -x MxConfigPassword=new_password
where new_password is the new password.
By default, SCM expects a WBEM username of guest and a password of guest. The expected username and password information
is accessible on the CMS using the mxnodesecurity command.
An account with the expected WBEM username and password must
exist on each managed node. Change the default username and password
if desired:
/opt/mx/bin/mxnodesecurity -a -p wbem -c username:password
where username is the new username and password is the new password.
By default, SCM expects an SNMP username of public and a password of public. The expected username and password information
is accessible on the CMS using the mxnodesecurity command.
An account with the expected username and password must exist
on each managed node. Change the default username and password if
desired:
/opt/mx/bin/mxnodesecurity -a -p snmp -c username:password
where username is the new username and password is the new password.
By default, all new nodes are added to the Managed Nodes node group. Verify that this node group exists:
mxngroup
If the Managed Nodes node group isn’t listed, you
need to create the node group:
mxngroup -a -g “Managed Nodes”
By default, all new nodes inherit the Managed Node node group authorizations. Identify the authorizations
for this node group:
mxauth -lt
By default, root should be authorized with the Master Role for this node group. To authorize root with the Master Role for the Managed Nodes node group:
mxauth -a -g ”Managed Nodes” -R “Master Role” -u root
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. |
 |
 |  |
 |
Install the SCM DTF agent and
WBEM software on the managed node:
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
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 the managed node:
/opt/wbem/sbin/cimconfig -s enableRemotePrivilegedUserAccess=true -p
/opt/wbem/sbin/cimserver
Repeat step 8 to step 11 for the remaining managed nodes.
Return to the CMS, and log on
as root.
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.
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.
Verify the new nodes by testing the
configuration:
/opt/mx/bin/mxexec -t df -n node1 node2 node3...
where node1 node2 node3... is the list of hostnames or IP addresses for the
nodes you added.