Host Intrusion Detection System Release 3.0 Release Notes
Installation
Making Depots
Chapter 2
25
Get Patches for Java
Step 1. Log in as superuser (root) on the depot system; see “Create the Depot Directory” on
page 20.
Step 2. Create a directory where you can save the patches and make a depot. We’ll use
/var/tmp/javapatch.
Step 3. Open the HP Java web site http://www.hp.com/go/java,
Step 4. Click on the link patches.
Step 5. Take note of the list of patches that you need, based on your administration system; that
is, the HP-UX 11i set.
Step 6. Open the HP Support web site http://itrc.hp.com,
Step 7. Click on the link individual patches.
You must be registered before you can download patches.
Step 8. Using the instructions on the web site, download the 11i Java patches into
/var/tmp/javapatch.
Some patches may have dependency patches: patches that must be installed first. Click
the dependency links and download the dependency patches, too.
Step 9. Unpack the patch file sets:
# sh -c ’for i in /var/tmp/javapatch/PH*; do sh $i; done’
Step 10. Copy the patch file sets into your administration depot, using one of the following steps:
a. 11i Admin Depot
If your administration system is running HP-UX 11i and will not be running an
agent, copy the 11i Java patches into the ids_11i_admin depot:
# sh -c ’for i in /var/tmp/javapatch/PH*.depot; \
do swcopy -s $i \* @ /var/depot/ids_11i_admin; done’
b. 11i Admin+Agent Depot
If your administration system is running HP-UX 11i and will be running an agent,
copy the 11i Java patches into the ids_11i_admin+agent depot:
# sh -c ’for i in /var/tmp/javapatch/PH*.depot; \
do swcopy -s $i \* @ /var/depot/ids_11i_admin+agent; done’
Get the Java Software
Step 1. Log in as superuser (root) on the depot system; see “Create the Depot Directory” on
page 20.
Step 2. Open the HP Java web site http://www.hp.com/go/java,
Step 3. Click on the link SDK and RTE 1.3.1.
Step 4. Click on the link downloads.