Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get system properties and softwares

Status
Not open for further replies.

pho01

Programmer
Mar 17, 2003
218
US
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,
 
'glance' will show some good info, and 'top' will return processor info. Not sure if this helps for what you are looking for.

H
 
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



 
how do i know what class is an hp-ux server?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top