What is the command to check wwn # in linux?

Answers were Sorted based on User's Feedback



What is the command to check wwn # in linux?..

Answer / maneeshkumar

Emulex HBA Adaptor.

Find the WWPN.
Step1:
Confirm if the HBA is Emulex.
# lspci
......
0e:00.0 Fibre Channel: Emulex Corporation Zephyr LightPulse
Fibre Channel Host Adapter (rev 02)
17:00.0 Fibre Channel: Emulex Corporation Zephyr LightPulse
Fibre Channel Host Adapter (rev 02)
#

Step2:
# cd /sys/class/fc_host/
# ls -l
total 0
drwxr-xr-x 3 root root 0 Oct 14 20:57 host0
drwxr-xr-x 3 root root 0 Oct 14 20:57 host1
# cat port_name
0x10000000c97a37cf
#

Is This Answer Correct ?    4 Yes 1 No

What is the command to check wwn # in linux?..

Answer / gaurav

lspci

Is This Answer Correct ?    1 Yes 1 No

What is the command to check wwn # in linux?..

Answer / srinu12

# systool -c fc_host -v | grep "port_name"

Is This Answer Correct ?    0 Yes 1 No

What is the command to check wwn # in linux?..

Answer / anuj thakur

#fcinfo

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Linux Commands Interview Questions

How will you execute a java program inside a kornshell script?

1 Answers   HP,


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  


What is build process?

0 Answers  


Explain about chmod options filename?

0 Answers  


What is dos and its commands?

0 Answers  






What is the command to see on which port which service is running?

0 Answers  


How does diff command work?

0 Answers  


you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.

0 Answers  


How do make computer faster?

0 Answers  


I have Laptop. I want to assign DHCP ip address, but in my Laptop having Wireless and with wire NIC cards, it is possible to assign reserve ip address for both NIC card, but same host name?

4 Answers   AOL,


What is the use of mv command in linux?

0 Answers  


Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?

0 Answers  


Categories