Environment
Situation
Resolution
By default, the check_requirements.sh file is in the C:\Program Files\NetIQ\UNIX Agent Manager\deploy on the computer where UNIX Agent Manager is installed.
To update the file, add the new patch to the beginning of the applicable line. For example, on HP-UX 11i, if you installed patch PHKL_45827 which superceded PHKL_41709, you would edit the section of the file that lists the required HP 11i patches so that it looks like this:
#Required HPUX Packages for running the VigilEntAgent on 11.11 - See ENG309500
HPUX_11_11=`cat <<HERE
patch,PHCO_40310;PHCO_38279;PHCO_37369;PHCO_36184;PHCO_35743
patch,PHCO_31923
patch,PHNE_35865;PHNE_29445;PHNE_27796
patch,PHKL_45827; PHKL_41709;PHKL_41587;PHKL_41409;PHKL_34805
patch,PHSS_42253;PHSS_41713;PHSS_41214;PHSS_40549;PHSS_39749;PHSS_39077;PHSS_38154;PHSS_37517;PHSS_37516;PHSS_35385;PHSS_35383;PHSS_35381;PHSS_35379;PHSS_33037;PHSS_33035;PHSS_33033;PHSS_32864;PHSS_30970;PHSS_30968;PHSS_30966;PHSS_30049
HERE`