What is the command to check wwn # in linux?
Answers were Sorted based on User's Feedback
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 does df command do in linux?
How do you create a blank file in linux?
What is tty in linux command?
What is the role of case sensitivity in affecting the way commands are used?
I want to see how many interfaces(ethernet cards) are working using single command?
How do I check cores in linux?
What is option in linux command?
Does linux cp command overwrite?
how to see the system configuration in your linux system?
what is difference between $@ and $* in UNIX Shell script
How did you do the Health check in Linux?
What is ulimit command?