0

Some examples in other systems

ospatches in HPUX-IA64 is "swlist -l fileset"
ospatches in Linux is "/sbin/ifconfig -a"
Network Configuration in Linux is "/sbin/ifconfig -a"

I want a equivalent ospatches and Network conf command for HPUX-PARISC.

j0k
  • 22,600
  • 28
  • 79
  • 90
AabinGunz
  • 12,109
  • 54
  • 146
  • 218

1 Answers1

1

As for patches on HP-UX PA-RISC 11.23:
swlist -a patch_state *,c=patch

or for lots of information about the installed patches:
swlist -v patch_state *,c=patch

Update
Actually swlist is in /usr/sbin
/usr/sbin/swlist -a patch_state *,c=patch