Host Intrusion Detection System Release 3.1 Release Notes
Installation
Making Depots
36
# 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 29.
Step 2. Open the HP Java Web site:
http://www.hp.com/go/java,
Step 3. Click the link SDK and RTE 1.3.1.
Step 4. Click the link downloads.
Step 5. Choose the SDK or RTE 1.3.1 version.
Step 6. Using the instructions on the Web site, download the software, for example, to
/var/tmp/sdk_13101os11.depot.
Step 7. Transfer the software to the administration depot using one of the following steps:
• 11i Admin Depot
If your administration system is running HP-UX 11i and will not be running an
agent, copy the 11i Java software into the ids_11i_admin depot:
# swcopy -s /var/tmp/sdk_13101os11.depot \* @\
/var/depot/ids_11i_admin
• 11i Admin + Agent Depot
If your administration system is running HP-UX 11i and will be running an
agent, copy the 11i Java software into the ids_11i_admin+agent depot:
$ swcopy -s /var/tmp/sdk_13101os11.depot \* @\
/var/depot/ids_11i_admin+agent
Install OpenSSL
In addition to Java, you must also install OpenSSL on your system. OpenSSL A.00.09.07 is
the latest version of OpenSSL, available at http://www.software.hp.com.
Following are the steps to install the OpenSSL A.00.09.07-d software:
Step 1. Log in as superuser (root).