Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Guida di riferimento per CIM di Dell Command Update

Summary: Questo articolo fornisce informazioni su Dell Command | Aggiornare la struttura CIM per gli eventi di aggiornamento, la penetrazione e l'elenco di non conformità.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Prodotti interessati:

  • Dell Command | Update

Questa guida di riferimento documenta le classi Common Information Model (CIM) aggiunte a causa di Management Object File (MOF):

// ===================================================================
// $Version:1.0 $
// ===================================================================
#PRAGMA AUTORECOVER
#pragma classflags("forceupdate")

#pragma namespace ("\\\\.\\root\\default")

[Locale(1033) : ToInstance] 
Instance of __Namespace
{
  Name = "Dell";
};

#pragma namespace("\\\\.\\Root\\Dell")
Instance of __Namespace
{
  Name = "PlatformUpdateEvents";
};

#pragma namespace ("\\\\.\\Root\\Dell\\PlatformUpdateEvents")



class PenetrationRate {

    [Description ( 
        "This property defines information about the penetration rate. Penetration rate defines percentage of successful updates pushed to the system" )]
   string UpToDateRate; 
};



class UpdateEvents {

    [Description ( 
        "This property defines information about the Update Events." ), 
        ValueMap { "1", "2", "3", "4", "5" }, 
   Values { "BIOS", "Driver", "Firmware", "Applications", "Utilities" }		]
   uint16 ComponentType ; 
   
   [Description ( 
        "This property defines information about the Update Events." ), 
         ValueMap { "0", "1", "2" }, 
   Values { "Update Completed", "Update Failed", "BIOS Updated" }		]
   uint16 EventType ; 

   [Description ( 
        "This property defines information about the execution returnCode." ), 
         ValueMap { "0", "1", "2","3","4","5","6","7","8","9","10","11","12" }, 
   Values { "SUCCESS", "ERROR", "REBOOT_REQUIRED","DEP_SOFT_ERROR","DEP_HARD_ERROR","PLATFORM_UNSUPPORTED","REBOOTING_SYSTEM","PASSWORD_REQUIRED","NO_DOWNGRADE","REBOOT_UPDATE_PENDING","INVALID_CMDLINE_SPEC","UNKNOWN_OPTION","AUTHORIZATION_LEVEL" }		]
    uint16 ExecutionReturnCode ; 
	
	[Description ( 
        "This property indicates payload release ID." )]
	string SWBReleaseID ; 
	
};

class NonComplianceList {

    [Description ( 
        "This property defines information about the Non-Compliance SWB List. It is in JSON format. Each JSON object carries two properties which are Component Type and SWB ID" )]
   string NCUpdateList; 
};

CIM fornisce un modello concettuale per la descrizione degli object gestibili in un ambiente di system management. CIM è uno strumento di modellazione piuttosto che un linguaggio di programmazione. Il CIM fornisce la struttura per organizzare gli object in un modello di ambiente gestito. Per la modellazione di un ambiente gestito, CIM rende disponibili classi di object astratte e tangibili. Queste classi modellano le caratteristiche di base di sistemi, reti, applicazioni e raggruppamenti di dati correlati alla gestione.

NOTA: Per ulteriori informazioni su CIM, consultare il sito web Distributed Management Task Force (DMTF) all'indirizzo dmtf.org Questo link ipertestuale indirizza a un sito web esterno a Dell Technologies. e il sito web Microsoft all'microsoft.com Questo link ipertestuale indirizza a un sito web esterno a Dell Technologies..

Classi definite da Dell:

Le classi definite da Dell sono definite e popolate da Dell anziché dal Common Information Model (CIM).

Le classi CIM UpdateEvents, PenetrationRate e Non-Compliance vengono registrate in ROOT\DELL\PlatformUpdateEvents, dove le classi vengono registrate durante l'avvio del servizio e i dati vengono popolati con la stessa cadenza degli eventi di telemetria. Quindi, Brad area service aggiorna gli stessi dati utilizzando le classi CIM inviate a Platinum.

Le tabelle seguenti sono la struttura della classe e le relative proprietà sono presenti in PlatformUpdateEvents:

Nome classe: UpdateEvents
Parent Class Name: Eventi sull'aggiornamentodella piattaforma
Tabella 1
Proprietà Descrizione Mappa dei valori Valori
Eventtype Definisce il tipo di evento {"0", "1", "2"} {"Aggiornamento completato",
"Update Failed",
"BIOS Updated"}
Tipo di componente Definisce il ComponentType per il quale è stato generato l'evento {"1", "2", "3", "4", "5"} {"BIOS",
"Driver",
"Firmware",
"Applicazioni",
"Utility"}
ID versione SWB Definisce il ReleaseID del SWB applicato    
Codice restituito esecuzione Definisce il ReturnCode ricevuto dopo l'esecuzione del DUP {"0","1", "2","3","4","5","6","7","8","9","10","11","12"} {"SUCCESSO",
"ERROR",
"REBOOT_REQUIRED",
"DEP_SOFT_ERROR",
"DEP_HARD_ERROR",
"PLATFORM_UNSUPPORTED",
"REBOOTING_SYSTEM",
"PASSWORD_REQUIRED",
"NO_DOWNGRADE",
"REBOOT_UPDATE_PENDING",
"INVALID_CMDLINE_SPEC",
"UNKNOWN_OPTION",
"AUTHORIZATION_LEVEL"}


Nome classe: PenetrationRate
Parent Class Name: Eventi sull'aggiornamentodella piattaforma
Tabella 2
Proprietà Descrizione Mappa dei valori Valori
UpToDateRate Tasso di penetrazione in percentuale   {:.2%}


Nome classe: Nome classe padre NonComplianceList
Eventi sull'aggiornamentodella piattaforma
Tabella 3
Proprietà Descrizione Esempio
Elencoaggiornato NC Si tratta dei SWB della versione più recente di un particolare componente che non ha tentato o non è riuscito a installare sul computer. Contiene due proprietà, ComponentType e SWB Release ID (vedere la Tabella 1 per ulteriori dettagli sulle proprietà) [{"ComponentType":2,"SWB":"43CRJ"}]
Nell'esempio precedente, l'ID versione SWB è "43CRJ", ovvero ComponentType come "Driver", rappresentato numericamente come 2.

Additional Information

Articoli consigliati

Di seguito sono riportati alcuni articoli consigliati correlati a questo argomento che potrebbero essere di interesse per l'utente.

Article Properties


Affected Product

Dell Command | Update

Product

Dell Command | Update

Last Published Date

11 Jan 2024

Version

7

Article Type

How To