Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1380 Discussions

AMT : Further details on System Health State H0 - H3 ( mapped with ComputerSystem.HealthState )

valantinaa
Beginner
247 Views

With reference to Intel AMT SDK, HealthState property of Computer system is mapped to system health state H0 - H3 .

What does these states represent ( H0 , H1, H2, H3 )? where can i get more details ? any links?

Note: ComputerSystem.EnabledState property refer to S0 - S5 state & i could get details of these states in intel website.

"http://software.intel.com/en-us/blogs/2007/01/10/all-about-system-power-states-s0-s5/#comments"

Thanks for your valuable time.
0 Kudos
1 Reply
Richard_B_Intel1
Employee
247 Views
The SDK documentation for CIM_ComputerSystem covers'H' state meanings. If you look under:

WS-Management > WS-Management Class Reference > CIM Classes > CIM_ComputerSystem

under the detailed description of HealthState you will find:

Product Specific Usage:

HealthState

i. HealthState = 5 ("OK") when system is in H0 health state

ii. HealthState = 20 ("Major failure") when system is in H1 health state

iii. HealthState = 25 ("Critical failure") when system is in H2 health state

iv. HealthState = 30 ("Non-recoverable error") when system is in H3 health state

0 Kudos
Reply