serial number for E3500


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users serial number for E3500
# 1  
Old 04-09-2003
serial number for E3500

just wanted to know the serial number of my machine E3500 with Solaris 8 installed.Does any one who what's the command that i can use when the OS is running?( not with the Banner Command!)
# 2  
Old 04-09-2003
There is no command to get the serial number of a SUN server (E3500 or any other) at either the boot prompt or after booting.

The banner command at the ok prompt give you the MAC address - once booted, you can see the MAC as root by running the ifconfig -a.

Or you might be looking for hostid (which is the command also).
# 3  
Old 04-10-2003
on aix its uname.
Code:
HOSTNAME:/root# uname -x
AIX HOSTNAME 43414860 3 4 000296754C00

In this case i know the serial is 29675. please note the serial number does not include the 4c00.

supposeidly for solaris it is uname -X but i dont think it works properly.
Code:
# uname -X
System = SunOS
Node = HOSTNAME
Release = 5.8
KernelID = Generic_108528-18
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

you can read 'man -s 2 sysinfo'
Code:
SI_HW_SERIAL
           Copy into the array pointed to by  buf a string  which
           is  the  ASCII representation of the hardware-specific
           serial number of the physical  machine  on  which  the
           function  is  executed.  Note  that this may be imple-
           mented in Read-Only Memory, using  software  constants
           set  when  building  the operating system, or by other
           means, and may contain non-numeric characters.  It  is
           anticipated that manufacturers will not issue the same
           "serial number" to more than one physical machine. The
           pair   of  strings  returned  by   SI_HW_PROVIDER  and
           SI_HW_SERIAL  is  likely  to  be  unique  across   all
           vendor's SVR4 implementations.

# 4  
Old 04-10-2003
"uname -X" and sysinfo() were added to Solaris to make it compatible with System V Release 4. That stuff is only on SVR4 systems. And it can't really obtain a serial number on Solaris.

Sun does have a command called "hostid". The string that it outputs is often used for software licenses.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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. Solaris

Anyone know how to get Serial number with 1 command?

Solaris8 Anyone help? (27 Replies)
Discussion started by: frustrated1
27 Replies

3. Linux

Device serial number

Hey! I'm trying to figure out a sollution for a problem I have at my company with an Iomega MiniMax 500 GB USB disk. If i run cat /proc/bus/usb/devices I get this information: T: Bus=01 Lev=02 Prnt=04 Port=00 Cnt=01 Dev#= 5 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00... (2 Replies)
Discussion started by: noratx
2 Replies

4. Solaris

[help] how to get serial number of cpu or other hardware

hi experts, hi all, need help, how to get serial number of cpu or other hardware using command? does anybody know using what syntax? thank you wu (8 Replies)
Discussion started by: bucci
8 Replies

5. 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

6. Solaris

Sun 280r serial number

is there a command i can run at the ksh that will give me the serial number on solaris? solaris 8, and 9 280r servers (16 Replies)
Discussion started by: BG_JrAdmin
16 Replies

7. Solaris

Display Serial Number

Hello, I am running Solaris 9 and I need to display the serial number of my machine. How can I do this? Here is my machine info: SunOS birch 5.9 Generic_118558-09 sun4u sparc SUNW,Sun-Fire-V240 Thank you, David (5 Replies)
Discussion started by: dkranes
5 Replies

8. AIX

how to find serial number

hi how to find ( server machine )serial number throught the command in AIX thanks for your replay (3 Replies)
Discussion started by: chomca
3 Replies

9. Shell Programming and Scripting

Tape Serial Number

Hello Experts, I've got a shell script that makes the backup of the files that i want. I also have this script showing the amount of files backed up and in witch folders they are. It's only missing one thing. I got all the information beeing stored in a text file and all i've got to do is to... (6 Replies)
Discussion started by: jorge.ferreira
6 Replies
Login or Register to Ask a Question