Operating System - HP-UX
1753752 Members
5613 Online
108799 Solutions
New Discussion юеВ

Re: how to find the HW inventory of rx server

 
SOLVED
Go to solution
Shehan
Super Advisor

how to find the HW inventory of rx server

Hi

I want to find the HW inventory of the rx2660 server which is running hp-ux v3.

How can I get the HW/SW inventory of this server from OS mode?

Regards
Nirukshitha
9 REPLIES 9
vishnu.khandare
Respected Contributor
Solution

Re: how to find the HW inventory of rx server

Hi Nirukshitha,

from the swlist u will get all the softwares installed on the OS.
And from ioscan -fn will list u all the hardware installed.
By using ioscan with other parameters u can get more details of each means cpu, disk etc.


Hope this solves ur query.

Regards
Vishnu Khandare
You should deserve before U desire!!!!

Re: how to find the HW inventory of rx server

Qucik and dirty method is to use print_manifest:

/opt/ignite/bin/print_manifest


HTH

Duncan

I am an HPE Employee
Accept or Kudo
James R. Ferguson
Acclaimed Contributor

Re: how to find the HW inventory of rx server

Hi:

From a hardware perspective, you should find this helpful:

# machinfo

Add '-v' and/or '-m' for extra details.

Regards!

...JRF...
No├й
Valued Contributor

Re: how to find the HW inventory of rx server

Hi.

The cfg2html application is the best if you want a complete server inventory:

http://www.cfg2html.com/cfg2html_hpux_4.97-20110519-25655.depot

Regards.
Shehan
Super Advisor

Re: how to find the HW inventory of rx server

Hi All
I want to get the HW inverntoy for memory,CPU,HDD,Cards , others in the server including partnumbers,serial number and quantity. What is best possible method to get those details on operating system.

Regards
Nirukshitha
Bill Hassell
Honored Contributor

Re: how to find the HW inventory of rx server

Use cstm for the most complete list of the hardware:

echo "selclass qualifier all;info;wait;infolog" | /usr/sbin/cstm

This is all on 1 line.


Bill Hassell, sysadmin
Sajjad Sahir
Honored Contributor

Re: how to find the HW inventory of rx server

Print_manifest is the best command
just see the out put of it.

thanks and regards

Sajjad Sahir
Ismail Azad
Esteemed Contributor

Re: how to find the HW inventory of rx server

Hi Shehan,

Just keep in mind you would need the optional product Ignite-UX installed for print_manifest.

Regards
Ismail Azad
Read, read and read... Then read again until you read "between the lines".....
Bill Hassell
Honored Contributor

Re: how to find the HW inventory of rx server

> Print_manifest is the best command

You won't see the serial numbers for I/O cards (when they are electronically readable) using print_manifest. While Ignite is optional, it must be considered as mandatory for any HP-UX installation.


Bill Hassell, sysadmin