- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How I get the serial number from a Hardware Appliance?
I want to get the serial number from Hardware Appliance. How can I do it? Can I use a function from Authentication Manager 8.2?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
as root on command line run
dmidecode | more
and you'll see it
this example is a Dell R210, Intel appliances will have serial numbers also
<snip>
Handle 0x0100, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: PowerEdge R210
Version: Not Specified
Serial Number: 21WMMS1
UUID: 44454C4C-3100-1057-804D-B2C04F4D5331
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: Not Specified
<snip>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
as root on command line run
dmidecode | more
and you'll see it
this example is a Dell R210, Intel appliances will have serial numbers also
<snip>
Handle 0x0100, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: PowerEdge R210
Version: Not Specified
Serial Number: 21WMMS1
UUID: 44454C4C-3100-1057-804D-B2C04F4D5331
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: Not Specified
<snip>
