How do I confirm which Management Server my UNIX agent is communicating with? (NETIQKB34284)

  • 7734284
  • 02-Feb-2007
  • 12-Oct-2007

Environment

AppManager 6.0.2
AppManager 6.0.1
AppManager for Unix V2
AppManager 5.x

Resolution

For versions 5.x to 6.0.2:

To confirm which Management Server the UNIX agent is communicating with, the user can check the following file:

netiq/UnixAgent/conf/nqmcfg.xml

Inside the file, under <BODY> the user will see the Management server name (or IP) and also the port number that is set to (default 9001)

For versions 6.5 and higher:

To confirm which Management Server the UNIX agent is communicating with, the user can check the following file:

netiq/UnixAgent/data/Config_1/NqmComms.xml

Inside the file, there will be a section similar to this for each management server:

  <SERVER>
    <NAME>YourMSName</NAME>
    <PORT>9001</PORT>
    <WEIGHT>1</WEIGHT>
  </SERVER>

Additional Information

Formerly known as NETIQKB34284