SMS_SiteSystemSummarizer
The SMS_SiteSystemSummarizer WMI class provides physical system health data for each system and each system role that the system plays in the SMS site. An instance of this class is created for every storage object, such as a disk drive or a database that is used by SMS.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SiteSystemSummarizer : SMS_BaseClass
{
sint32 BytesFree;
sint32 BytesTotal;
datetime DownSince;
uint32 ObjectType;
sint32 PercentFree;
string Role;
string SiteCode;
string SiteObject;
string SiteSystem;
uint32 Status;
};
Properties
BytesFree
Data type: sint32
Access type: Read-onlyAmount of free (unused) storage space (KB) for the storage object.
BytesTotal
Data type: sint32
Access type: Read-onlyMaximum amount of storage space (KB) the storage object can contain. A negative value indicates information is currently unavailable.
DownSince
Data type: datetime
Access type: Read-onlyDate and time when the storage object was first found to be down (inaccessible). The storage object is considered down if the site server fails to connect to the storage object due to network problems, security problems, and so on. The value is NULL if the storage object is accessible. The time zone is based on the time zone of the SiteCode.
ObjectType
Data type: uint32
Access type: Read-only
Qualifiers: KeyType of object for which status is being reported.
Value Meaning NALPATH (0) Object is a directory SQL_DB (1) Object is a SQL server data base SQL_LOG (2) Object is a SQL server transaction log PercentFree
Data type: sint32
Access type: Read-onlyPercentage of free storage space available on the storage object.
Role
Data type: string
Access type: Read-only
Qualifiers: KeySMS site system role performed by the site system, such as:
"client access point"
"distribution point"
"SQL Server"
"software metering server"
"component server"
"site server"SiteCode
Data type: string
Access type: Read-only
Qualifiers: KeySMS site code.
SiteObject
Data type: string
Access type: Read-only
Qualifiers: KeyNetwork access layer (NAL) path to a storage object that is one of the following:
- A directory that contains files
- The name of the database
- The transaction log
SiteSystem
Data type: string
Access type: Read-only
Qualifiers: KeyName of the computer containing the storage object.
Status
Data type: uint32
Access type: Read-onlyIndicates the overall health of the storage object. Values are:
GREEN (0) = OK
YELLOW (1) = Warning
RED (2) = CriticalA Green status indicates that the storage objects are well below their thresholds. A Yellow status indicates that the storage objects are approaching their threshold. A Red status tells you the storage objects have exceeded their thresholds.
See Also
SMS_ComponentSummarizer, SMS_SiteDetailSummarizer, Status Classes