Dell Warranty check
Jens_Heinz at Dell.com
Jens_Heinz at Dell.com
Wed Sep 10 04:17:27 CDT 2008
you can get the same result with:
dmidecode -s system-serial-number
with most of dmidecode versions.
Jens
-----Original Message-----
From: linux-poweredge-bounces at dell.com
[mailto:linux-poweredge-bounces at dell.com] On Behalf Of
christian.peper at kpn.com
Sent: Mittwoch, 10. September 2008 11:12
To: linux-poweredge-Lists
Subject: Re: Dell Warranty check
Jens Heinz reported on using dmidecode to fetch the service tag of a
Dell server.
I fine tuned the command a bit more and the result is a oneliner to get
the tagid of a Dell server:
dmidecode | grep -A 6 0x0100 | grep Serial You need to be root or use
sudo...
0x0100 is the DMI record that holds the tagid.
-A 6 prints the 6 lines following the header grep retrieves the actual
service tag
Hope it helps someone!
Chris
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge at dell.com
http://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
More information about the Linux-PowerEdge
mailing list