Sponsored Content
Full Discussion: Can not find Machine SN
Operating Systems Solaris Can not find Machine SN Post 302994235 by os2mac on Monday 20th of March 2017 03:57:42 PM
Old 03-20-2017
so if you have the current explorer tools installed it includes a tool called sneep which does exactly that

Code:
# /opt/SUNWsneep
FML010101X
#

if not you can use the eeprom command:

Code:
# eeprom |grep -i ChassisSerialNumber
nvramrc=." ChassisSerialNumber FML0101010X " cr

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to find which machine ...

Hi friend, pls let me know .. 1)How to fine which UNIX machine Ex . whether it is 32 bit processor OR 64 bit processor .. 2) HP-ux is machine or Architectural ? pls replay as soon as possible .. Thanks.. (3 Replies)
Discussion started by: premnathk
3 Replies

2. Programming

trying to find number of caches on a machine

I am trying to find the number of caches on a machine programatically. #include <stdio.h> #include <malloc.h> int main(void) { int *ptr,*ptr1,i,j; j=0; i=1; printf("Changing allocation with brk()\n"); while(1) { for(j=0;j<i;j++) { ptr =... (1 Reply)
Discussion started by: jacques83
1 Replies

3. Shell Programming and Scripting

How to Find JRE installed in linux machine..?

Hi all, Im new to linux... Im in need to write a shell script to check wthr JRE in linux machine... Wtz de best way to find thru BASH?? Plz help me out to solve this issue... Thanks (3 Replies)
Discussion started by: XivaX
3 Replies

4. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

5. UNIX for Advanced & Expert Users

how to find out if a port is available on a remote machine?

hi, I can ping into another unix machine, but I cannot seem to access a certain application. I think it might be because I am now allowed to connect to the port (because of firewall configuration). How can I find out if I have access to a port on another machine? thanks (2 Replies)
Discussion started by: JamesByars
2 Replies

6. AIX

How to Find if AIX machine is LPar or not

Hi, I want to know if there is any command which will tell me if an AIX machine is a LPar or not. I am using "lparstat -i" but it does not work on all AIX machines. Is there any generic command by whose output I will come to know if it is an LPar or not? Please help. Thanks, Vineet (3 Replies)
Discussion started by: vineetd
3 Replies

7. UNIX for Dummies Questions & Answers

How can I find one file in other machine?

Hi all, I logged in one machine. I want to find one file in other machine. However, I don't know exactly which and where the machine is. I used nmap command to search all available hosts in this network range. I got two available machines through this action. But I still can't find the file I want... (8 Replies)
Discussion started by: w062611
8 Replies

8. AIX

find nim server of a machine

Hi, i would like to know how can i find , in a client machine , the nim server. the nim server that this machine have , if the machine have it Thanks :confused: (1 Reply)
Discussion started by: prpkrk
1 Replies

9. Windows & DOS: Issues & Discussions

find wwn in windows machine ?

Hi guys .. How to can I know the HBA WWN address in the windows machine ? Pls advice with command ... (1 Reply)
Discussion started by: roooooot
1 Replies
eeprom(8)						       System Administration							 eeprom(8)

NAME
eeprom - reads and writes 24Cxx EEPROMs connected to I2C serial bus. SYNOPSIS
eeprom [-d dev] [-a adr] [-p pgs] [-w] [-y] [-f file] DESCRIPTION
eeprom can be used for reading from / writing to i2c-eeproms like the popular 24C16, 24C08, 24C04, etc. In contrast to eeprommer which supports 24C256-type eeproms (24C16s) this tool works with 1-byte addresses! NOTE
Don't forget to load your i2c chipset and the i2c-dev drivers. Pages/addresses: eeproms with more than 256 bytes appear as if they were several eeproms with consecutive addresses on the bus so we might as well address several separate eeproms with increasing addresses PARAMETERS
dev device, e.g. /dev/i2c-0 (def) adr base address of eeprom, eg 0xA0 (def) pgs number of pages to read, eg 8 (def) -w write to eeprom (default is reading!) -y suppress warning when writing (default is to warn!) -f file copy eeprom contents to/from file (default for read is test only; for write is all zeros) SEE ALSO
eeprog(8) eepromer(8) AUTHOR
Christian Vogel <chris@hedonism.cx> i2c-tools Jul 2013 eeprom(8)
All times are GMT -4. The time now is 03:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy