Users Guide

2. Configure la contraseña del BIOS en el sistema si ya no está configurada con el siguiente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P
5985 –u <user name> –p <password> –y basic –v –V –k “AttributeName=Trusted Platform
Module” –k “AttributeValue=1” –k “AuthorizationToken=<password>”
3. Active la seguridad de TPM con el siguiente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P
5985 –u <user name> –p <password> –y basic –v –V –k “AttributeName=Trusted Platform
Module Activation” –k “AttributeValue=2” –k “AuthorizationToken=<password>”
4. Reinicie el sistema.
5. Active el TPM con el siguiente comando:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”,
CreationClassName=”DCIM_BIOSService” –N root/dcim/sysman –h <system IP/name> –P 5985 –u
<user name> –p <password> –y basic –v –V –k “AttributeName=AdminPwd” –k
“AttributeValue=” –k “AuthorizationToken=<password>”
Cambio de la secuencia de inicio
Para cambiar la secuencia de inicio, siga los pasos que se indican a continuación:
:
1. Compruebe el tipo de orden de inicio (heredado o UEFI) usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_BootConfigSetting get
ElementName/format:list.
Comando de PowerShell: gwmi -namespace root\dcim\sysman -class dcim_BootConfigSetting -Property
ElementName.
2. Compruebe el tipo de orden de inicio (heredado o UEFI) actual usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_ElementSettingData.IsCurrent=1
get SettingData /format:list .
Comando de PowerShell: gwmi -namespace root\dcim\sysman -class dcim_elementSettingData -Filter
"IsCurrent=1" -Property SettingData.
3. Cambio de orden de inicio usando el siguiente comando:
Comando de WMIC: wmic /namespace:\\root\dcim\sysman path dcim_bootconfigsetting call
ChangeBootOrder /?:full .
Comando de PowerShell: (gwmi -namespace root\dcim\sysman -class
dcim_bootconfigsetting).getmethodparameters("ChangeBootOrder") .
NOTA:
La instancia dcim_BootConfigSetting debe representar la configuración de inicio que desea cambiar,
ya sea de tipo 1 (heredada) o de tipo 2 (UEFI).
Los argumentos son:
Authorization Token: esta es la contraseña de inicio o de administrador.
Source: esta es la lista de orden de inicio extraída de la propiedad dcim_OrderedComponent.PartComponent. El nuevo
orden de inicio está determinado por el orden de los dispositivos de inicio en el arreglo de discos de origen.
4. Cambio del orden de inicio para la lista de inicio de tipo 1 con PowerShell:
a) Obtenga el orden de inicio actual para la lista de inicio de tipo 1 ejecutando el siguiente comando: $boLegacy = gwmi -
namespace root\dcim\sysman -class dcim_orderedcomponent | where {$_.partcomponent -match
'BootListType-1'} | select -expand partcomponent.
b) Defina una variable PowerShell para especificar el orden de inicio para establecer $newboLegacy. Asigne el nuevo orden de
inicio a esta variable. Por ejemplo, se conserva el tipo de orden de inicio actual.
Uso de Dell Command | Monitor 10.3
19