Previous Topic: Configure AIMs with NodeCfgUtil in Dialog ModeNext Topic: Support Agent


Configure AIMs with NodeCfgUtil in Command Mode

NodeCfgUtil.exe lets you modify the AIM configurations for IBM PowerVM, IBM PowerHA, Solaris Zones, VMware vCenter, VMware vCloud, Microsoft Clusters, Cisco UCS, Citrix XenServer, Citrix XenDesktop, RHEV, Active Directory and Exchange Server (ADES), or Huawei GalaX. The utility writes a configuration file for the corresponding AIM to the sysedge_InstallLpath\plugins\AIPCommon directory. You can also use the NodeCfgUtil utility to edit or remove existing entries.

When you use the utility in command mode, you can only add managed nodes to an AIM configuration.

Note: Run NodeCfgUtil.exe as Windows Administrator.

This command has the following format:

(1) nodecfgutil -help
(2) nodecfgutil {lpar|zone|mscs} -u user -p password -h {pvmname|hostname|cluster_name}
(3) nodecfgutil {vc|ucs} -u user -p password -h hostname -t port -c protocol
(4) nodecfgutil ades -u user -p passwd -d domainname -e entity -o option
(5) nodecfgutil {xen|vcloud|xenserver} -u user -p passwd -h hostname 
(6) nodecfgutil {powerha|kvm} -u user -p password -h {cluster_name|hostname} [-t port]
(7) nodecfgutil galax -u usercertificate -p password -h hostname [-t port] [-c protocol]
-help

Displays usage information about the console.

lpar|ucs|vc|zone|mscs|ades|xen|vcloud|powerha|kvm|galax|xendesktop

Specifies the virtual or physical environment.

-u user|usercertificate

Specifies the name of an administrative user or the user certificate, accordingly.

-p password

Specifies the password of that user.

-h hostname

Specifies the name of the server that is managed through the corresponding AIM.

-d domainname

Specifies the name of the domain that is monitored through the ADES AIM.

-h pvmname

Specifies the name of the IBM PowerVM server (HMC or IVM) that is managed through the LPAR AIM.

- h cluster_name

Specifies the name of the cluster.

-t port

(Optional) Specifies the port number.

-c protocol

(vCenter, UCS only) Specifies the protocol (HTTP, https).

Return codes: 0 success, -1 failure

-e entity

Specifies the managed entity.

0

Specifies the Active Directory for monitoring.

1

Specifies the Exchange Server for monitoring.

2

Specifies both the Active Directory and Exchange Server for monitoring.

-o option

Specifies the option for providing management.

0

Specifies the entire domain for monitoring.

1

Specifies a specific host of the domain for monitoring.

Follow these steps:

  1. Open a command prompt on the system on which the AIM is installed.

    The command prompt appears.

  2. Enter one of the following commands:
    (1) nodecfgutil -help
    (2) nodecfgutil {lpar|zone|mscs} -u user -p password -h {pvmname|hostname|cluster_name}
    (3) nodecfgutil {vc|ucs} -u user -p password -h hostname -t port -c protocol
    (4) nodecfgutil ades -u user -p passwd -d domainname -e entity -o option
    (5) nodecfgutil {xen|vcloud|xenserver} -u user -p passwd -h hostname 
    (6) nodecfgutil {powerha|kvm} -u user -p password -h {cluster_name|hostname} [-t port]
    (7) nodecfgutil galax -u usercertificate -p password -h hostname [-t port] [-c protocol]
    

    (1) Displays the usage information about the console.

    (2) Authenticates and stores the passed credentials for Solaris Zones, IBM PowerVM, or MSCS.

    (3) Authenticates and stores the passed credentials for vCenter or Cisco UCS.

    (4) Authenticates and stores the passed credentials for Active Directory and Exchange Server (ADES).

    (5) Authenticates and stores the passed credentials for Citrix XenServer, Citrix XenDesktop, or VMware vCloud.

    (6) Authenticates and stores the passed credentials for IBM PowerHA or Red Hat Enterprise Virtualization (KVM).

    (7) Authenticates and stores the passed credentials and user certificate for HUAWEI Galax.