Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I give up, I'll never be a Windows guy.
Please enlighten me: With no SnapDrive on board, how is it possible to identify the name of an iSCSI LUN on an ONTAP 9 filer?
I tried to match any sort of number from the outputs of
::> lun mapping show
::> lun show
and
::> iscsi session show
with the outputs of
PS C:\Users\admin> iscsicli
and
PS C:\Users\admin> Get-IscsiConnection
to no avail.
All I want is to find the name of the LUN/volume on Windows to find the corresponding object on the filer to modify.
Any clues?
Thanks and best regards
Peter
Solved! See The Solution
1 ACCEPTED SOLUTION
schmitz_peter has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using native MPIO you can find the serial number with something like `mplcaim -v mpio.txt`. Pop open mpio.txt to find the SN, and you should be able to match that up with the output of `lun show -fields serial-hex` on the filer. Match up the MPIO disks to system disks with `mpclaim -s -d`.
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried the MicroSoft iSCSI initiator utility in Windows. This should give you the LUN ID
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mjdalton1 wrote:
Have you tried the MicroSoft iSCSI initiator utility in Windows. This should give you the LUN ID
Hope this helps
I have, yes. Unfortunately LUN ID reported by Windows doesn't match the LUN ID on the NetApp side.
But thanks for the info.
Peter
schmitz_peter has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using native MPIO you can find the serial number with something like `mplcaim -v mpio.txt`. Pop open mpio.txt to find the SN, and you should be able to match that up with the output of `lun show -fields serial-hex` on the filer. Match up the MPIO disks to system disks with `mpclaim -s -d`.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@dkon wrote:
Using native MPIO you can find the serial number with something like `mplcaim -v mpio.txt`. Pop open mpio.txt to find the SN, and you should be able to match that up with the output of `lun show -fields serial-hex` on the filer. Match up the MPIO disks to system disks with `mpclaim -s -d`.
Yeah, that's it! Cheers.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The mpclaim approach did not work for me.
The powershell command in the following NetApp KB worked perfectly 🙂
This provides the value you can find in ONTAP for the "serial", not the "serial-hex".
