Wednesday, May 30, 2012

Finding WWN of HBA on Linux

/usr/sbin/hbanyware/hbacmd listhbas

[root@hqiqlrajdb01 ~]# /usr/sbin/hbanyware/hbacmd listhbas


Manageable HBA List

Port WWN : 10:20:00:00:c9:cc:52:08

Node WWN : 20:00:00:00:c9:cc:52:08

Fabric Name: 20:29:00:35:73:a1:15:01

Flags : 8010fe0d

Host Name : testdb01

Mfg : Emulex Corporation

Serial No. : 5CJKL11490ZD

Port Number: 0

Mode : Initiator


Port WWN : 10:00:99:00:c9:cc:52:09

Node WWN : 20:00:90:00:c9:cc:52:09

Fabric Name: 00:00:00:00:00:00:00:00

Flags : 8000fe0d

Host Name : testdb01

Mfg : Emulex Corporation

Serial No. : 5ZF11490ZD

Port Number: 1

Mode : Initiator




Thursday, May 3, 2012

TimeZone change (Permanent without reboot) on RedHat Linux 5.7.

Today I would like to share Time Zone chane on RHEL 5.7 - Simple
But need to have the info on time & quick. Four commnds! :-)

cd /etc
rm localtime
ln -s /usr/share/zoneinfo/America/New_York localtime
date

Thats it!

Thanks.