Labels

hpunix (63) marathi kavita (52) linux (21) solaris11 (11) AWS (5) numerology (5)
Showing posts with label serial number. Show all posts
Showing posts with label serial number. Show all posts

Thursday, June 3, 2021

How to find serial number of cell nodes - Exadata or SSC

 How to find serial number of cell nodes:


In Exadata box or solaris supercluster (SSC) we may have multiple storage cell nodes attached. 

If we have 10-12 storage cells nodes then instead of login to each and every cells we can find out the serial number by using below command:


1. In Solaris super cluster:

#dcli -g /opt/oracle.supercluster/bin/cell_group -l root "dmidecode -s system-serial-number"

where # cat /opt/oracle.supercluster/bin/cell_group  --> will list number of cell nodes attached to the SSC machine

2. In Exadata servers:

#dcli -g /opt/oracle.SupportTools/onecommand/cell_group -l root "dmidecode -s system-serial-number"

where # cat /opt/oracle.SupportTools/onecommand/cell_group  --> will list number of cell nodes attached to the Exadata machine

Thank U

- Kiiran B Jaadhav

Tuesday, August 11, 2020

How To get ZFS storage serial number + ZFS

How To get ZFS storage serial number, model number and OS details: 

Login to ZFS

zfsc1:> configuration version show

or 

zfsc1:> maintenance hardware show


Regards,

Kiran Jaddhav


Thursday, July 31, 2014

How to Display server serial number + HPUX

How to get Server serial number

When we call HP support for logging a case they ask us serial number to check contract etc...Here is how you can display HP-UX 11i system serial number from command line:

1. Using cstm, if we have cstm installed :
#echo "sc product system;info;wait;il" | cstm | grep -i "system serial"

2.If there is no cstm istalled, try running print_manifest:

#/opt/ignite/bin/print_manifest |grep –i ‘serial number’

Running print_manifest displays HP-UX system serial number along with othe system properties

3. On HP-UX (integrity) severs you can run machinfo to display serial number,this command available only on Itanium based HP-UX

#machinfo |grep serial

4. # getconf MACHINE_SERIAL


Thanks...
Kalyanjit