Operating System - Linux
1753474 Members
4804 Online
108794 Solutions
New Discussion

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

Hi

The redhat and suse linux are installed on HP Proliant servers, now i want to view the serial number of that.

Ex: HP Proliant servers:

HP Proliant BL465c - AMD
ProLiant BL25p G1 - AMD
ProLiant BL680C G5 - Intel
ProLiant BL25p G1 - AMD
9 REPLIES 9
Silju
Advisor
Solution

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

HI Senthil,

On redhat system the command dmidecode will give you the hardware information. you can find the system serial number there.

Silju
Technology to empower all
Silju
Advisor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

Hi Senthil,

Given below link can be helpfull.

https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c03086307

Silju

[Note: broken link removed by Mod]

Technology to empower all
Steven E. Protter
Exalted Contributor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

Shalom,

As an alternative, if you have the PSP release installed on the system, you can pull this information from the built in web page that is configured as part of PSP.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
senthil_kumar_1
Super Advisor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

what is PSP?

Maaz
Valued Contributor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

>what is PSP
ProLiant Support Pack... you can install PSP from the Smart Start CD.

Viveki
Trusted Contributor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

Hi Senthil,

The following commands will give detailed about the information of the system, including serial numbers

For redhat -'sysreport' or 'sosreport'
For Suse - 'siga'
Matti_Kurkela
Honored Contributor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

If the HP hardware monitoring driver (= one of the sub-sets of PSP) is installed and a non-ancient version, you should also have the "hpasmcli" command.

Example of use:

# hpasmcli
(copyright message)
> show server
(server model, serial number, basic memory/CPU configuration info)
> show dimm
(detailed memory configuration info)
> help
(list of available commands)
> show
(list of available "show X" commands)

MK
MK
shiv1389
New Member

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

You can enter into the hpasmcli utility by firing :

 

hpasmcli;

then inside this utility :

 

hpasmcli > show server

 

it will give you the serial number as well as server model & processors.

 

Thanks & Regards // Shivam Gupta

 

simplylinuxfaq
Frequent Advisor

Re: How to find the serial number of the HP Proliant servers installed with Linux (Redhat and Suse)

hi folks,

 

I made a simple script to fetch the server hardware details on a linux system.... if anyone wish to use this script then download it from my blog here :

 

How To Find Hardware Details In Linux

 

Thanks,

Mssm

Thanks,
SimplyLinuxFAQ