To see if Performance Manager's Digital UNIX Metrics Server (pmgrd) is running, issue the following command:
# ps awx | grep pmgrd
If the daemon is running, you should see output similar to the following:
329 ?? S < 0:16.02 bin/pmgrd 292 ttyp1 S + 0:00.03 grep pmgrd
If pmgrd is not running, it failed to start or has crashed, see the pmgrd log file, /var/opt/pm/log/pmgrd.log, for the cause. To start pmgrd from the Performance Manager GUI:
To start pmgrd, in a root account, issue the pmgrd command with the start argument:
# /usr/opt/pm/scripts/pmgrd start
If pmgrd is not starting at boot time, ensure that the boot-time startup files exist: /sbin/rc2.d/K47pmgrd, and /sbin/rc3.d/S47pmgrd. If they are missing, re-install the Performance Manager Daemons & Base subset (see the Performance Manager Installation Guide).
For more information, see the pmgrd(8) reference page.