How to check the LUNS in Solaris?
“luxadm probe” also used to scan FC luns but i am happy to use cfgadm. 1. List the connected HBA. 2….Scanning FC/SAN LUNS in Solaris.
| Scanning FC/SAN LUNS | ||
|---|---|---|
| 5 | ls -lrt /dev/rdsk |grep s2|tail | To get the new LUN’s information |
What is Luxadm?
The luxadm program is an administrative command that manages both the Sun StorEdge A5000 and SPARCstorage Array disk arrays. luxadm performs a variety of control and query tasks, depending on the command-line arguments and options used.
What is Cfgadm command?
The cfgadm command is used to take a component offline. The benefit of using the cfgadm command is that you can add, remove, or replace components while the system is running. An added benefit is that the cfgadm command guides you through the steps needed to add, remove, or replace system components.
How do I find my WWN number in Solaris 10?
Step 1 Run the fcinfo hba-port command to the HBA WWN in Solaris 10. Manufacturer: QLogic Corp. Manufacturer: QLogic Corp. Step 2 Run the prtpicl -v -c scsi-fcp |grep -i wwn command to view the HBA WWN in Solaris 8 and 9.
How do I scan new LUNs?
Follow the steps below to scan the new LUN in OS and then in multipath.
- Rescan SCSI hosts: # for host in ‘ls /sys/class/scsi_host’ do echo ${host}; echo “- – -” > /sys/class/scsi_host/${host}/scan done.
- Issue LIP to FC hosts:
- Run rescan script from sg3_utils:
How do I eject a disk in Solaris 10?
Remove disk on Solaris 10
- c1t1d0
- Determine the correct Ap_Id label for the hard drive that you want to remove.
- Unconfigure the hard drive that you intend to remove.
- Check that the device is now unconfigured:
How do I use Fcinfo on Windows?
Steps
- If it is not already installed, download and install the fcinfo.exe program from the Microsoft Download Center.
- Open a command prompt and enter the following command: fcinfo /ports /details.
- Record the value of the Port WWN field for each HBA port.
How do I find my wwn number in Linux?
Here is a solution to find WWN number of HBA and scan the FC Luns.
- Identify the number of HBA adapters.
- To get the WWNN (World Wide Node Number) of HBA or FC card in Linux.
- To get the WWPN (World Wide Port Number) of HBA or FC card in Linux.
- Scan the newly added or rescan the existing LUNs in Linux.