On an HPUX, what command(s) do I use to give me a list of all applications installed on the systems as well as the system properties, such as disk capacity, hardware information, etc...
Thanks,
swlist -l fileset will give you information about software and patches that have been installed using swinstall. It will not show software (like Oracle or patches) that have been installed with their own installation routine.
pvdisplay -v /dev/dsk/cXtXdX will show you information about physical disks on the system.
ioscan will give you info about all the hardware on the system, including processors, memory, disks, etc. Do a man ioscan for switches you can use to get specific info.
Check out this FAQ for additional commands you can use for things like kernel parameters: faq51-1184
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.