Users Guide

Table Of Contents
Comandi per impostare il consenso dell'utente dalla WMI:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ImprovementProgramConsent |
Invoke-CimMethod -MethodName Over
rideImprovementProgramConsent -Arguments @{NewValue="1"}
N.B.: Il programma di miglioramento è disponibile solo per la versione DCM 10.4 x64 bit.
Comandi per ottenere il proxy dalla WMI:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting
Comandi per impostare il proxy dalla WMI:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting |
Invoke-CimMethod -MethodName Change
ProxySetting -Arguments @{NewAddress="10.0.0.223"; NewPort="8080"}
Gestione locale dei sistemi Linux tramite OMICLI
È possibile gestire i sistemi Linux localmente utilizzando i comandi OMICLI. Nei sistemi in cui è in esecuzione Linux, OMICLI viene installato
in /opt/omi/bin.
Enumerazione delle istanze della classe DCIM
./omicli ei root/dcim/sysman DCIM_BIOSEnumeration
./omicli ei root/dcim/sysman DCIM_BIOSPassword
Recupero delle proprietà per un'impostazione del BIOS
./omicli gi root/dcim/sysman { DCIM_BIOSPassword InstanceID DCIM:BIOSSetupPassword }
Impostazione della password Admin
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue dell }
Modifica delle impostazioni del BIOS
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM_BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name in DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "Num Lock"
AttributeValue “1” AuthorizationToken "" }
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
Sottoscrizione degli avvisi
./omicli sub root/dcim/sysman --queryexpr "select * from DCIM_AlertIndication"
22
Gestione locale dei sistemi client Dell tramite Dell Command | Monitor 10.4