HP-UX Host Intrusion Detection System Version 4.2 Release Notes

NOTE: You must be registered before you can download patches.
5. Using the instructions on the Web site, download the patches listed in Table 2-5 (for HP-UX
11iv2) into /var/tmp/idspatch_11i.
NOTE: Note the following:
Some patches might have dependency patches; patches that must be installed first. Click
the dependency links and download the dependency patches as well.
Some patches might be superseded. You can choose the patch listed in Table 2-5 (for
HP-UX 11iv2), or the superseded patch.
6. Unpack the patch file sets into their separate depots:
# sh -c for i in /var/tmp/idspatch_11i/PH*; do sh $i; done
7. Copy the patches to your agent and administration depots as appropriate:
a. 11 i Agent Depot
If any of your agent systems is running HP-UX 11iv2, copy the 11i IDS-KRN product
and IDS agent subproducts into the ids_11i_agent depot:
# sh -c for i in /var/tmp/idspatch_11i/PH*.depot;
do swcopy -x enforce_dependencies=false -s $i *
@ /var/depot/ids_11i_agent; done
11i Admin Depot
No need to copy any patches if your administration system is not running an agent.
b. 11i Admin and Agent Depot
If your administration system is running HP-UX 11iv2 and is running an agent, copy
the patch depots into the ids_11i_admin+agent depot:
# sh -c for i in /var/tmp/idspatch_11i/PH*.depot;
do swcopy -x enforce_dependencies=false -s $i *
@ /var/depot/ids_11i_admin+agent; done
Patch Required for HP-UX 11i v2
You must install the patch listed in Table 2-5 on all HP-UX 11i v2 PA-RISC and Itanium-based
systems that will run the HIDS agent software.
Table 2-4 Patch Required for HP-UX 11i v2 HIDS Agent Systems
DescriptionPatch
s700_800 11.23 HIDS cumulative patchPHKL_34798
IMPORTANT: You must install all the patches before or at the same time you install HIDS on
HP-UX 11iv2.
Making Depots 23