Operating System - HP-UX
1758586 Members
1862 Online
108872 Solutions
New Discussion

Requirements for the installation of agent OVOW

 
uadm26
Super Advisor

Requirements for the installation of agent OVOW

Hi,
I need to check if all it's fine:
For "Operating System Patches:"
cmd=`swlist -l bundle |grep Patches`

For "PHSS_26946 HP aC++ -AA runtime libraries (aCC A.03.37)"
cmd=`swlist -l product| grep PHSS_26946`

For "PHSS_26560 ld(1) and linker tools cumulative patch"
cmd_out=`swlist -l product| grep PHSS_26560`

For "PHSS_28568 s700_800 11.11 ONC/NFS General Release/Performance Patch"
cmd_out=`swlist -l product| grep PHSS_28568`

For "Software DCE-RPC"
cmd_out=`what /opt/dce/bin/dce_config`

For "DCE/9000 Kernel Thread Support"
cmd_out=`swlist -l fileset | grep -i dce| grep -i kernel`

For "Internet Services"
cmd_out=`swlist -l fileset | grep -i InternetSrvcs`

For "LAN/9000"
cmd_out=`swlist -l product Networking`

For "SNMP Agent for MIB Monitoring"
cmd_out=`swlist -l fileset | grep -i snmp`

For "Native Language Support (NLS) Package"
cmd_out=`swlist -l fileset | grep -i OS-Core.NLS-AUX`

Thanks for all
1 REPLY 1
spex
Honored Contributor

Re: Requirements for the installation of agent OVOW

Hi Joel,

From a quick glance, your commands look fine to me. My only piece of advice is to make sure that you don't exclude output due to an overly-constrained grep pattern.

Not sure if this is what you were looking for...

PCS