Instructions for installing Performance Co-Pilot (PCP) from a Solaris package

If PCP is delivered as a Solaris package, there will be a package
datastream file in this directory named pcp-<version_number>

There will also be tar files in the sibling ../tar directory:

pcp-<version_number>-<build>.src.tar.gz		all of the source
pcp-<version_number>-<build>.tar.gz		a binary distribution

To install or upgrade, run the following commands as "root":

    # /usr/sbin/pkgadd -d pcp-* all

To start pmcd (and enable persistent restart after reboot)

    # /usr/sbin/svcadm enable pcp/pcp

Similarly (if needed) ...

    # /usr/sbin/svcadm enable pcp/pmie
    # /usr/sbin/svcadm enable pcp/pmwebd
    # /usr/sbin/svcadm enable pcp/pmproxy

To remove PCP, run the following command as "root":

    # /usr/sbin/pkgrm pcp
