summaryrefslogtreecommitdiff
path: root/build/sun/README
blob: e36031681a4c7d685f1894053555ff535575be33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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