Monday, May 16, 2016

Identify LUN IDs in Windows Server 2012 R2

Each iSCSI disk has a unique LUN ID.
To View the LUN ID of  a disk, you can use the diskpart command.
Here are the steps to view the LUN ID of a disk:

To View the disks:

list disk

    Select a disk

select disk


    View the LUN ID of the disk

detail disk


You can use some wmi command also to get the details
Get-WmiObject Win32_DiskDrive | Select Name, SCSIBus,SCSILun

No comments:

Post a Comment

Thanks for showing interest in tech-jockey.

Content of this blog has been moved to GITHUB

Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...