How I get the Dell Service Tag on Dell Servers running Linux
Dell servers support running Linux and there is cool command that you can run to find the Dell Service Tag. This is helpful if your Data center is located remotely and for placing hardware call to Dell you need to find the Dell server Service Tag number. I had a situation one time when I had to place a call with Dell to replace the disk drive, server was running RHEL5 AS. Running dmidecode saved me a trip to my datacenter. This magic command is located under /usr/sbin directory.
|
[root@paymentl ~]# which dmidecode /usr/sbin/dmidecode |
For locating the Service tag from command line run dmidecode command with pipe (|) and grep for serial number, on Dell servers Service Tag number is 7 dight alphanumeric number. Here is how i find the service Tag from the command line on my poweredge servers.
|
[root@paymentl ~]# dmidecode |grep -i “serial number” Serial Number: 614KLC1 |
News Tags:
- ,get dell service tag linux,linux get dell service tag,find dell service tag linux,linux find dell service tag,dell service tag check,redhat dell service tag,find dell service tag in linux,dell service tag redhat,service tag linux,centos dell service tag,dell service tag finder,dell service tag linux,how to check service tag in linux,service tag command line,dell service tag esxi,get dell service tag from linux,find service tag dell linux,dell get service tag linux,linux dell get service tag,how to get dell service tag from linux,dell service tag,dell linux get service tag,linux dell tag,how to find Dell service tag in linux,linux dell service tag command line,esxi dell service tag,linux tag number dell,rhel dell service tag,dell find service tag linux,dell service tag centos
{ 4 comments… read them below or add one }
You sir just saved me a trip to the datacentre. You are a legend.
Worked good, thanks
Great. Just what I needed. Now my online assets can track themselves.
/usr/sbin/dmidecode -s system-serial-number
{ 1 trackback }