Operating System - HP-UX
1827769 Members
2657 Online
109969 Solutions
New Discussion

Re: Determine serialno and model no of the graphic interface

 
Bo Suemuang_1
New Member

Determine serialno and model no of the graphic interface

Hi folks,

I'm trying to perform a inventory of our servers and wks. Some are placed abroad.

1) I would like to know if I can from the command prompt get the serial and model number of the computer (like A4231A)?

2) Is it possible to determine the model no of the graphic interface (like A4977A)?

best regards,
Bo Suemuang
3 REPLIES 3
Bo Suemuang_1
New Member

Re: Determine serialno and model no of the graphic interface

Sorry,

I forgot to tell you that I am running HP-UX 10.20.
Alex Glennie
Honored Contributor

Re: Determine serialno and model no of the graphic interface

2) run /opt/graphics/common/bin/graphinfo

this will list the card name eg :

HP VISUALIZE-FXE

convert to serial number by

more /usr/lib/X11/Xserver/info/screens/hp | grep "HP VISUALIZE-FXE"

A4982A

should work .... there maybe a better way but I'm not aware of it.

ps ignite's print_manifest command may also prove useful for other info.
Bo Suemuang_1
New Member

Re: Determine serialno and model no of the graphic interface

Hi Alex,

I tried it and I found:
HP VISUALIZE-FX4 on system with known model - A4553A. And HP VISUALIZE-EG Color on a sytem with unknown model. I had some problem to find matches in the file, but on the internet I found several models matching the name HP VISUALIZE-FX4 and EG. Thanks for your info but it seams that I can't exclude which is right.

best regards,
Bo Suemuang