1834449 Members
2479 Online
110067 Solutions
New Discussion

Serial nr.

 
SOLVED
Go to solution
Telia BackOffice
Valued Contributor

Serial nr.

How do i get the serial nr from command line ?

Best Regards,
Jannik
5 REPLIES 5
Stefan Farrelly
Honored Contributor
Solution

Re: Serial nr.

echo "sel path system\ninfolog\nexit"|cstm|grep "System Serial Number"

Only works on new servers, L's, N's etc.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Robert-Jan Goossens
Honored Contributor

Re: Serial nr.

Hi,

if you have ignite installed

# print_manifest | grep "Serial number:"

Kind regards,

Robert-Jan.
Chris Wilshaw
Honored Contributor

Re: Serial nr.

If you use Predictive support, and have it configured correctly,

cd /opt/pred/bin

head -2 psaction | tail -1 | cut -c 70-80
Zeev Schultz
Honored Contributor

Re: Serial nr.

HP ISEE shows in in the main menue,in case
you don't have A,N,L-class (with system class in STM) or Ignite/Predictive.ISEE btw replaces
Predictive.Free from www.software.hp.com.

Regards
So computers don't think yet. At least not chess computers. - Seymour Cray
Zeev Schultz
Honored Contributor

Re: Serial nr.

Fix to previous:

in old servers there is no way to obtain serial
number via OS.Only HP Support customer engineers in BCH (Boot menue).ISEE/Ignite shows
you so called "Software ID" which is not a serial number.

Regards,
So computers don't think yet. At least not chess computers. - Seymour Cray