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
What is finger command in linux?
What is the symbol of linux?
What is p command?
How do I run a shell script?
What does umask 077 mean?
How to write the output of a command to a file?
What is bc command in unix?
What is netstat command in linux?
What does in makefile do?
What does grep grep do?
Explain about system and user utilities?
What is the use of ls command?
Why makefile is used in linux?
What is command line in unix?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?