Activer dpat à l'aide de dtk, Désactiver dpat à l'aide de dtk – Dell POWEREDGE R720XD Manuel d'utilisation

Page 4

Advertising
background image

Activer turbo à l'aide de WSMAN

Pour activer turbo à l'aide de WSMAN, utilisez le contenu suivant pour
set_controlled_turbo.xml :

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

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

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

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

</p:SetAttribute_INPUT>

Désactiver le mode turbo à l'aide de WSMAN

Pour activer le mode turbo à l'aide de WSMAN, utilisez le contenu suivant
pour set_controlled_turbo.xml :

<p:SetAttribute_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-sc
hema/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>

Activer DPAT à l'aide de DTK

Exécutez la commande suivante pour activer DPAT à l'aide de DTK :

Syscfg -controlledturbo=enable

Désactiver DPAT à l'aide de DTK

Exécutez la commande suivante pour désactiver DPAT à l'aide de DTK :

Syscfg -controlledturbo=disable

Advertising