You use the mfwkadm command-line utility to administer the mfwk agent. For example, you can start, stop, and restart the agent, and set up new and view current performance monitoring jobs performed by the agent. Detailed instructions on using this utility are available in the mfwkadm man page. In addition, the agent runs inside the CAC. For information on the CAC, refer to the cacaoadm and cacao man pages. This section provides instructions for locating these man pages.
Table 17–2 lists the paths to the man pages.
Table 17–2 mfwkadm and CAC man page paths
Component |
Solaris Path |
Linux Path |
---|---|---|
/opt/SUNWmfwk |
/opt/sun/mfwk |
|
/opt/SUNWcacao/man |
/opt/sun/man |
On the command line, check your MANPATH environment variable to see if the correct paths are already there.
If the correct path is not there, append the location of the mfwkadm utility and CAC man pages to your MANPATH environment variable.
For example, on Solaris:
MANPATH=/usr/dt/man:/usr/man:/opt/SUNWmfwk:/opt/SUNWcacao/man |
On Linux, update /etc/man.config with the path to the man pages.
Verify that the man pages are accessible.
For example:
man mfwkadm |