Where is the AppManager for Unix startup script located? (NETIQKB13345)

  • 7713345
  • 02-Feb-2007
  • 17-Oct-2007

Resolution

goal
Where is the AppManager for Unix startup script located?

goal
How do I stop and restart the AppManager agent on a Unix server?

fact
AppManager 5.x

fact
AppManager for Unix V1

fact
AppManager for Unix V2

fix

The UnixAgent is started and stopped through the nqmdaemon script.  This script determines the user environment to invoke the nqmagt daemon. The nqmdaemon script is in different locations depending on which operating system is being used.  Here are the default locations:

Solaris
 /etc/init.d/nqmdaemon 

 HP-UX
 /sbin/init.d/nqmdaemon

 Linux
 /etc/init.d/nqmdaemon

 AIX
 /etc/nqmdaemon

To Stop and Start the nqmdaemon:
1.  Change to the appropriate directory as stated above
2.  ./nqmdaemon stop
3.  ./nqmdaemon start



note
The nqmdaemon script can only be invoked by the UnixAgent's "owner". This user is specified during installation, and is reflected in the nqmdaemon script itself under the parameter NIQ_OWNER.

Additional Information

Formerly known as NETIQKB13345