Sponsored Content
Full Discussion: serial number for E3500
Top Forums UNIX for Advanced & Expert Users serial number for E3500 Post 35390 by Optimus_P on Thursday 10th of April 2003 11:25:00 AM
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.

 

9 More Discussions You Might Find Interesting

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

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

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

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

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

[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

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

8. Solaris

Anyone know how to get Serial number with 1 command?

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

9. 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
sredird(8)							      sredird								sredird(8)

NAME
sredird - RFC 2217 serial port server SYNOPSIS
sredird [-i] log-level serial-device lock-file [poll-interval] DESCRIPTION
This manual page documents briefly the sredird, program. This program when run through inetd will use the RFC 2217 extensions to TELNET to implement serial commands over the TCP connection and interface to a specified serial port. OPTIONS
An optional first parameter is '-i' to enable compatability with Cisco IOS. The first mandatory parameter is the log level for use in syslog. The next mandatory parameter is the device node for the serial device, it must be a fully qualified path. The final mandatory parameter is the file name for the lock file to be used to prevent multiple instances of sredird from talking to the serial port at the same time, or to allow sharing a port between modem and sredird. EXAMPLE
Here is a configuration line for running it from inetd: sredir stream tcp nowait root /usr/sbin/tcpd /usr/sbin/sredird 5 /dev/modem /var/lock/LCK..modem AUTHOR
This man page was written by Russell Coker <russell@coker.com.au>. May be freely used and distributed without restriction under the terms of the GPL. The sredird program was written by Denis Sbragion <d.sbragion@infotecna.it> and Jeffrey Altman <jaltman@columbia.edu>. Russell Coker <;russell@coker.com.au> 2.2.0 sredird(8)
All times are GMT -4. The time now is 08:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy