White Papers

SMASH Collections Profile
The object diagram in Figure 6 illustrates one possible arrangement of instances for an implementation
that supports the Text Console Redirection Profile, and therefore has elements contained in the Consoles
Collection.
ComputerSystem
logs1 : ConcreteCollection
OwningCollectionElement
log1 : RecordLog
MemberOfCollection
UseOfLog
Figure 6 – Consoles Collection
9.2 Find All of the Capabilities for a System
A client can find all of the settings (CIM_Capabilities instances) for the system as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Capabilities".
9.3 Find All of the Consoles for a System
A client can find all of the CIM_TextRedirectionSAP instances hosted on the system as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Consoles".
9.4 Find All of the Logs for a System
A client can find all of the CIM_RecordLog instances related to the system as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Logs".
Version 1.0.0a 25