summaryrefslogtreecommitdiff
path: root/build/sun/README
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /build/sun/README
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'build/sun/README')
-rw-r--r--build/sun/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/build/sun/README b/build/sun/README
new file mode 100644
index 0000000..e360316
--- /dev/null
+++ b/build/sun/README
@@ -0,0 +1,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