Chapter 7: Manageability Features
CIM
The Common Information Model (CIM) is an industry standard defined by the Distributed Management Task Force (DMTF). Microsoft implements CIM on Windows platforms such as Windows 2000 and Windows Server 2003 systems. Allied Telesyn supports CIM on the Windows 2000 and the Windows Server 2003 platforms.
Allied Telesyn's implementation of CIM provides various classes that provide information to users through CIM client applications. (Please note that the
The
The BRCM_NetworkAdapter class provides network adapter information pertaining to a group of adapters including the
SELECT * FROM __InstanceModificationEvent where
TargetInstance ISA "BRCM_NetworkAdapter"
SELECT * FROM __InstanceModificationEvent where
TargetInstance ISA "BRCM_ExtraCapacityGroup"
SELECT * FROM __InstanceCreationEvent where
TargetInstance ISA "BRCM_NetworkAdapter"
SELECT * FROM __InstanceDeletionEvent where
TargetInstance ISA "BRCM_NetworkAdapter"
SELECT * FROM __InstanceCreationEvent where
TargetInstance ISA "BRCM_ActsAsSpare"
SELECT * FROM __InstanceDeletionEvent where
TargetInstance ISA "BRCM_ActsAsSpare"
For detailed information about these events, please refer to the CIM documentation.
80