cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Identify LUN for each dt.entity.disk on a windows server

AlanFoley
Participant

Hi All

I have a simple DQL Disk query which provides basic Disk info - I need more 🙂

fetch dt.entity.disk
| fieldsAdd belongs_to[dt.entity.host]
| filter belongs_to[dt.entity.host] =="HOST-xx"
| filterOut startsWith(entity.name,"\\")

I would like to know if the following info is accessible within Dynatrace

1. On a windows server to be able to identify the Logical Unit Number (LUN) for each drive as seen by the OS

2. Identify if the windows drive is physically on the server or is a mapped drive (excluding \\servername\folder type mappings)

If the info above is not accessible by default in Dynatrace how could it best be extracted within Dynatrace

Yes I can run a PowerShell script against each server to extract this but ideally I want to be able to consume this within Dynatrace

Any suggestions?

Appreciate the help

Thanks

Alan

0 REPLIES 0

Featured Posts