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

ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?

0 Answers   HP,


What can you tell about the tar command?

0 Answers  


Brief about the command kill PID?

0 Answers  


what are the linux boot files?

9 Answers   CSS, Wipro,


What is umask 000?

0 Answers  






How do you find out the server processes running?

4 Answers   HP,


how to add linux user to group?

18 Answers  


Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?

0 Answers  


What does execute mean in linux?

0 Answers  


What is clang format?

0 Answers  


What is the command to see all the processes are working in the last 30 days?

9 Answers  


How do I check memory usage on linux?

0 Answers  


Categories