HP-UX Workload Manager A.03.02.xx Release Notes for HP-UX 11i v1, HP-UX 11i v2, and HP-UX 11i v3

HP-UX Workload Manager Release Notes
Compatibility information and installation requirements
37
l. Add WLM (product B8843CA) to the depot.
NOTE The WLM bundle B8843CA requires a customer_id/codeword pair
to unlock it from the quarterly AR CD-ROM. Purchase of WLM
entitles you to this codeword, which can be found on the Software
Certificate you received from HP. The WLM codeword is needed to
complete the next step.
Use a line similar to the following to add WLM to your depot:
# /usr/sbin/swcopy -x customer_id=cust_id \
-x codeword=codeword \
-s mount_path \
B8843CA @ depot_path
where mount_path is the path to the CD-ROM and depot_path is the same fully
specified depot as in previous steps. For example:
# swcopy -x customer_id=xyzCorp -x codeword=123456789101bcdf \
-s /cdrom B8843CA @ /tmp/wlm_depot
m. Verify the depot:
# swverify -d \* @ depot_path
where depot_path is a fully specified pathname. For example:
# swverify -d \* @ /tmp/wlm_depot
Step 6. Disable PRM from starting automatically
If you have previously installed WLM or PRM, ensure that PRM is disabled from
starting automatically by setting the variable PRM_CONFIG to 0 in the file
/etc/rc.config.d/prm:
PRM_CONFIG=0
Step 7. (Optional) Disable PRMs remote configuration daemon
The PRM remote configuration daemon is not useful with WLM. It need not be
started. It is recommended that it be disabled.
If you have previously installed WLM or PRM, ensure that PRMs remote
configuration daemon is disabled from starting automatically by setting the
variable PRM_RMTCONF to 0 in the file /etc/rc.config.d/prm:
PRM_RMTCONF=0