Core\CIM_IsSpare.mof.mof (HTML version)

Return to index
CIM_IsSpare Superclass: CIM_Dependency
The IsSpare association indicates an element that can spare or replace any of the elements in the referenced RedundancySet. If the 'spare' is itself a Collection, this indicates that each of the 'spare' members can replace any of the elements in the RedundancySet. In the case of a collection all of the values in the properties of this association MUST apply to all members of the Collection.
If this is not true, then the Collection SHOULD be broken down into smaller sets (and the IsSpare association defined for each of these smaller sets), such that the properties of this association apply to all collected members.
Qualifiers:Version ( "2.10.0" ) Association
Parameters (local in grey)
ValueMap { "0" , "2" , "3" }
Values { "Unknown" , "Hot Standby" , "Cold Standby" }
uint16 SpareStatus ;
Indicates the state of the 'spare'.
- Hot Standby. The element is available 'immediately' to become a functioning member of the set. Such an element is powered on and has been initialized for it's role as a spare.
- Cold Standby. The element is not available to join the set without action to prepare it.
ValueMap { "0" , "2" , "3" , "4" }
Values { "Unknown" , "Automatic" , "Manual" , "Both Manual and Automatic" }
uint16 FailoverSupported ;
Indicates whether or not the failover to the spare is a manual or automatic action.
Override ( "Dependent" )
CIM_RedundancySet REF Dependent ;
The set of elements that ARE spared.
Override ( "Antecedent" )
CIM_ManagedElement REF Antecedent ;
A ManagedElement or Collection of elements acting as a spare.