How to get LDEV number of Disk in Windows 2008 R2??

Nikhil Desai 21 Reputation points
2020-10-13T12:27:26.073+00:00

Hi,

How to get details of Ldev number of disk windows server 2008 r2 ent. Plz suggest

Regards,
Nikhil Desai

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,171 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
631 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,666 Reputation points
    2020-10-13T12:46:37.187+00:00

    Hi @Nikhil Desai ,

    With "LDEV" you mean "Logical Device"? I don't believe there's any built-in function to check this within Windows Server, you can check if your storage vendor has any software which likely may find this, or any third-party tools.

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon


  2. Xiaowei He 9,871 Reputation points
    2020-10-14T05:45:21.89+00:00

    Hi,

    From Windows side, we may use the below commands to get the disk's detailed information.

    – CMD > Diskpart

    – List disk [Disk number from Diskpart is equal to the disk number from disk management GUI]

    – CMD > Diskpart > select disk X

    – CMD > Diskpart > select disk X > Detail disk

    However, if we want to get more deep information about the disk, we need to combine with Storage vendor's command. For example:

    – powermt display dev=all

    – Powermt Pseudo name is equal to the disk number from Diskpart. Lun number from Powermt HW path is equal to the LUN ID from Diskpart. This will help you to map devices and find interesting info for the specific SAN disk.

    https://epicentras.wordpress.com/2015/06/16/how-to-find-san-disk-uid-logical-device-id-on-windows-server/

    (Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.)

    Thanks for your time!
    Best Regards,
    Anne

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.