Getting serial number in Solaris Sparc servers 11


 
Thread Tools Search this Thread
Operating Systems Solaris Getting serial number in Solaris Sparc servers 11
# 1  
Old 02-19-2015
Oracle Getting serial number in Solaris Sparc servers 11

How to get the serial number in Sparc servers without using any STB tools like sneep.

The below link gives details about the solaris package, but i need to get the serial number like the smbios command.

How to get SUN server serial number ? - UnixArena

For Non-sparc servers, the below command is working fine.

smbios -t SMB_TYPE_SYSTEM

Kindly let me know is there any other way to get the serial number
# 2  
Old 02-19-2015
Try this:

Code:
ipmitool sunoem getval /SYS/product_serial_number

This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 02-19-2015
It's actually hw specific. So... whatever solution you use, it won't work across all machine types. Just saying. Should be fine for anything <6 years though.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help about bind serial number

Hello folks. Please let me understand the bind serial number. I am confuse. 13011321 ---------- Post updated at 08:32 AM ---------- Previous update was at 07:55 AM ---------- Thanks problem is solved. (1 Reply)
Discussion started by: learnbash
1 Replies

2. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

3. Solaris

Serial number

Hi Solarizer ;) I have face the difficulties of gathering information about the serial number of sun machine. i think its can do so easy while the machine is just one or two. But i have to administrate hundreds of sun machine. Any body knows how to gather this information by the command ? ... (4 Replies)
Discussion started by: tpx99
4 Replies

4. Solaris

Server Serial Number from Solaris

This may be an off the wall question but is there anyway in Solaris to snag the serial number of a Sun box? I'm not sure if you can do this but it would save me a long drive to the data center to get the serial number to renew support... (8 Replies)
Discussion started by: kingdbag
8 Replies
Login or Register to Ask a Question