summaryrefslogtreecommitdiff
path: root/build/sun/README
diff options
context:
space:
mode:
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