How do I configure the Unix Agent to communicate with the Management Server? (NETIQKB40909)

  • 7740909
  • 02-Feb-2007
  • 21-Aug-2007

Resolution

goal
How do I configure the Unix Agent to communicate with the Management Server?

fact
AppManager 5.x

fact
IBM - AIX

fact
Red Hat Linux

fact
Sun Solaris

fix
To configure the Unix Agent to communicate with the Management Server, follow the steps below:
  1. Stop the daemon using the appropriate command below:
    AIX
    /etc/nqmdaemon stop

    SunOS
    /etc/init.d/nqmdaemon stop

    Linux
    /etc/init.d/nqmdaemon stop

    HP/UX
    /sbin/init.d/nqmdaemon stop

  2. Delete everything in /usr/netiq/UnixAgent/db.
  3. Edit /usr/netiq/UnixAgent/conf/nqmcfg.xml.
  4. In the line:

    <CONFIGURATION NAME="myserver" ?

    change the NAME attribute to either:

    •  the Management Server IP address
    • or the Management Server hostname

    Note: Do not remove the quotes.

  5. Start the agent using the appropriate command below:
    AIX
    /etc/nqmdaemon start

    SunOS
    /etc/init.d/nqmdaemon start

    Linux
    /etc/init.d/nqmdaemon start

    HP/UX
    /sbin/init.d/nqmdaemon start

  6. Delete the Unix object from the AppManager Operator Console.
  7. Add the Unix object to the AppManager Operator Console by selecting Discover Unix Objects Automatically.


    note
    If you use the hostname of the Management Server in the /usr/netiq/UnixAgent/conf/nqmcfg.xml file, the Unix operating system must be able to resolve the hostname to an IP address.

    Additional Information

    Formerly known as NETIQKB40909