File: README

package info (click to toggle)
pcp 7.1.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 252,748 kB
  • sloc: ansic: 1,483,656; sh: 182,366; xml: 160,462; cpp: 83,813; python: 24,980; perl: 18,327; yacc: 6,877; lex: 2,864; makefile: 2,738; awk: 165; fortran: 60; java: 52
file content (26 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (4)
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
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/pmproxy

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

    # /usr/sbin/pkgrm pcp