Configuración de almacenamiento de sistema operativo

Report.Windows.Server.10.0.OperatingSystemStorageConfiguration (LinkedReport)

Informe de almacenamiento del sistema operativo Microsoft Windows

Knowledge Base article:

Resumen

Cómo funciona este informe

El informe de configuración de almacenamiento del sistema operativo muestra las siguientes propiedades descubiertas:

El informe busca datos si los objetos proporcionados son del tipo

Disco lógico de Windows Server 2016 y versiones posteriores

Buscar objetos que contengan “C:”

El informe muestra una matriz que detalla todas las propiedades encontradas.

Cómo usar este informe

Cuando se ejecuta desde el espacio de informes:

En la segunda columna de resultados de la búsqueda se muestra el tipo de los objetos mostrados. Asegúrese de que selecciona objetos del tipo Disco lógico de Windows Server 2016 y versiones posteriores.

Cuando se ejecuta desde el espacio de supervisión:

Para crear una vista de estado o rendimiento, seleccione el tipo “Disco lógico de Windows Server 2016 y versiones posteriores”.

Parámetros que se proporcionan

Selección de fecha/hora: permite seleccionar una fecha relativa o fija, el intervalo de tiempo y la zona horaria.

Objeto: permite agregar objetos para los que ejecutar este informe

Element properties:

BaseMicrosoft.SystemCenter.DataWarehouse.Report.CustomConfiguration
TargetMicrosoft.Windows.Server.10.0.LogicalDisk
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="Report.Windows.Server.10.0.OperatingSystemStorageConfiguration" Target="ServervNext!Microsoft.Windows.Server.10.0.LogicalDisk" Accessibility="Public" Visible="true" Base="ReportLibrary!Microsoft.SystemCenter.DataWarehouse.Report.CustomConfiguration">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="4">
<Controls>
<Control columnSpan="1" rowSpan="2" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control columnSpan="2" rowSpan="2" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.MonitoringObjectXmlPicker">
<ReportParameters>
<ReportParameter name="ObjectList">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.ObjectList</Prompt>
</ReportParameter>
<ReportParameter name="ManagementGroupId" binding="GroupList"/>
</ReportParameters>
<Properties>
<Property name="TypeFilter">
<Value>Microsoft.Windows.Server.10.0.LogicalDisk</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<Parameters>
<Parameter Name="Properties">
<Value>

&lt;Data&gt;
&lt;Columns&gt;
&lt;Column Visible ="True"&gt;
&lt;ID&gt;$MPElement[Name="Windows!Microsoft.Windows.LogicalDevice"]/Name$&lt;/ID&gt;
&lt;/Column&gt;
&lt;Column Visible ="True"&gt;
&lt;ID&gt;$MPElement[Name="WindowsServer!Microsoft.Windows.Server.LogicalDisk"]/FileSystem$&lt;/ID&gt;
&lt;/Column&gt;
&lt;Column Visible ="True"&gt;
&lt;ID&gt;$MPElement[Name="Windows!Microsoft.Windows.LogicalDevice"]/Description$&lt;/ID&gt;
&lt;/Column&gt;
&lt;Column Visible ="True"&gt;
&lt;ID&gt;$MPElement[Name="WindowsServer!Microsoft.Windows.Server.LogicalDisk"]/Size$&lt;/ID&gt;
&lt;/Column&gt;
&lt;/Columns&gt;
&lt;/Data&gt;

</Value>
</Parameter>
</Parameters>
</LinkedReport>