Habilitación de dpat utilizando dtk, Deshabilitación de dpat utilizando dtk – Dell POWEREDGE R720XD Manual del usuario

Página 4

Advertising
background image

Habilitación de turbo utilizando WSMAN

Para habilitar turbo utilizando WSMAN, utilice el siguiente contenido para
set_controlled_turbo.xml:

<p:SetAttribute_INPUT xmlns:p=
"http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService">

<p:Target>BIOS.Setup.1-1</p:Target>

<p:AttributeName>ControlledTurbo</p:AttributeName>

<p:AttributeValue>Enabled</p:AttributeValue>

</p:SetAttribute_INPUT>

Deshabilitación de turbo utilizando WSMAN

Para deshabilitar turbo utilizando WSMAN, utilice el siguiente contenido
para set_controlled_turbo.xml:

<p:SetAttribute_INPUT xmlns:p=
"http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService">

<p:Target>BIOS.Setup.1-1</p:Target>

<p:AttributeName>ControlledTurbo</p:AttributeName>

<p:AttributeValue>Enabled</p:AttributeValue>

</p:SetAttribute_INPUT>

Habilitación de DPAT utilizando DTK

Ejecute el siguiente comando para habilitar DPAT utilizando DTK:

Syscfg -controlledturbo=enable

Deshabilitación de DPAT utilizando DTK

Ejecute el siguiente comando para deshabilitar DPAT utilizando DTK:

Syscfg -controlledturbo=disable

Advertising