When the UltraPath is not installed on a host, perform the following operations to query the mapping between host disks and LUNs.
Querying the Mapping Between Host Disks and LUNs (Windows)
Step 1 On the storage system, obtain the WWN of the LUN mapped to the host.
1. Log in to the command-line interface (CLI) of the storage system as a super administrator.
2. Run show initiator initiator_type=? [ wwn=? | iscsi_iqn_name=? ] to show the host corresponding to the WWN or iSCSI IQN.
admin:/>show initiator initiator_type=FC wwn=21000024ff53b640
WWN : 21000024ff53b640
Running Status : Online
Free : Yes
Alias : suse2_01
Host ID : 2
Multipath Type : Default
In the preceding command output, the value of Host ID is the host corresponding to the WWN.
3. Run show host lun host_id=? command to view all LUNs mapped to the host.
host_id=? represents the ID of a host.
admin:/>show host lun host_id=2
LUN ID LUN Name
------ ------------
34 lun_0000
35 lun_0001
36 lun_0002
The value of LUN ID is the ID of a LUN mapped to the host in the storage system.
4. Run the show lun general lun_id=? command to view the WWN of the LUN mapped to the host.
Step 2 On the host, obtain the WWN of the LUN corresponding to a disk.
1. Log in to the Windows application server as an administrator.
2. Press Windows+R (if the operation is performed remotely, perform it in full screen mode) to open the Run dialog box.
3. Enter diskmgmt.msc and press Enter.
4. In the displayed Disk Management window, right-click the disk you want to query, and choose Properties.
5. On the Details tab page, set Property to Device Instance Path. Value below Property is the serial number of the disk.
NOTE
The serial number is an ASCII character. You can obtain the WWN of the LUN corresponding to the disk by seeing the ASCII table.
Step 3 Check whether the WWN of the LUN mapped to the host and that of the host disk are the same. If they are, the LUN is just the one corresponding to the host disk.