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.

Dell Command Update CIM 참조 가이드

Summary: 이 문서에서는 Dell Command | UpdateEvents, 침투율 및 규정 미준수 목록에 대한 CIM 구조를 업데이트합니다.

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

영향을 받는 제품:

  • Dell Command | Update

이 참조 가이드는 MOF(Management Object File)로 인해 추가된 CIM(Common Information Model) 클래스를 문서화합니다.

// ===================================================================
// $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은 시스템 관리 환경에서 관리가 용이한 오브젝트를 설명하는 개념 모델을 제공합니다. CIM은 프로그래밍 언어가 아닌 모델링 툴입니다. CIM은 오브젝트를 관리되는 환경의 모델로 구성하는 구조를 제공합니다. 관리되는 환경을 모델링하기 위해 CIM은 추상적이고 구체적인 오브젝트 클래스를 제공합니다. 이러한 클래스는 시스템, 네트워크, 애플리케이션 및 관리 관련 데이터의 그룹화의 기본 특성을 모델링합니다.

참고: CIM에 대한 자세한 내용은 dmtf.org DMTF(Distributed Management Task Force) 웹 사이트와 microsoft.com 이 하이퍼링크는 Dell Technologies 외부의 웹사이트로 연결됩니다. 이 하이퍼링크는 Dell Technologies 외부의 웹사이트로 연결됩니다. Microsoft 웹 사이트를 참조하십시오.

Dell 정의 등급:

Dell 정의 등급은 CIM(Common Information Model)이 아닌 Dell에서 정의하고 채웁니다.

CIM 클래스 UpdateEvents, PenetrationRateNon-Compliance 는 서비스가 시작되는 동안 클래스가 등록되고 데이터가 텔레메트리 이벤트와 동일한 주기로 채워지는 ROOT\DELL\PlatformUpdateEvents 에 기록됩니다. 따라서 Bradbury Service는 Platinum으로 전송되는 CIM 클래스를 사용하여 동일한 데이터를 업데이트합니다.

다음 표는 클래스 구조이며 해당 속성은 PlatformUpdateEvents 아래에 있습니다.

클래스 이름: UpdateEvents
상위 클래스 이름: PlatformUpdateEvents
표 1
속성 설명 ValueMap
이벤트 유형 이벤트 유형 정의 {"0", "1", "2"} {"업데이트 완료",
"업데이트 실패",
"BIOS 업데이트"}
구성 요소 유형 이는 이벤트가 발생한 ComponentType을 정의합니다. {"1", "2", "3", "4", "5"} {"BIOS",
"드라이버",
"펌웨어",
"애플리케이션",
"유틸리티"}
SWB 릴리스 ID 적용된 SWB의 릴리즈ID 정의    
실행 반환 코드 DUP를 실행한 후 수신된 ReturnCode를 정의합니다. {"0","1", "2","3","4","5","6","7","8","9","10","11","12"} {"성공",
"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"}


클래스 이름: 보급 상위
클래스 이름: PlatformUpdateEvents
표2
속성 설명 ValueMap
UpToDateRate 보급률 비율   {:.2%}


클래스 이름: 비준수 목록
상위 클래스 이름: PlatformUpdateEvents
표 3
속성 설명 예제
NCUpdateList 이는 컴퓨터에 설치를 시도하거나 설치하지 못한 특정 구성 요소의 최신 버전의 SWB입니다. 구성 요소 유형 및 SWB 릴리스 ID의 두 가지 속성이 포함되어 있습니다(속성에 대한 자세한 내용은 표 1 참조). [{"ComponentType":2,"SWB":"43CRJ"}]
위의 예에서 SWB 릴리스 ID는 "43CRJ"이며, 이는 "드라이버"로 구성 요소 유형이며 숫자로 2로 표시됩니다.

Additional Information

권장 문서

다음은 사용자가 관심 있을 만한, 이 주제와 관련된 몇 가지 권장 문서입니다.

Article Properties


Affected Product

Dell Command | Update

Product

Dell Command | Update

Last Published Date

11 Jan 2024

Version

7

Article Type

How To