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 run a shell script?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is make command in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
How do I create a .txt file?
Brief about FTP hostname?
What is p command?
How do you create a blank file in linux?
What does && mean in linux?
What is cpu utilization linux?
What is a makefile in linux?
What is the difference between command ‘ping’ and ‘ping6’?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is du command in linux?