What is the command to check wwn # in linux?
Answer Posted / 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 |
Post New Answer View All Answers
How do I navigate in cmd?
What is mkdir?
You issue the command head * what would the resulting output be?
why context switching time should be minimum? How it depends on hardware support?
What are the basic commands for user management?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What is ps command in linux?
How do makefiles work?
How do I set permission to run in linux?
How do you copy in terminal?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What is llvm used for?
What file type is a makefile?
How to hide the partition in grub booting?
What is bash history linux?