Intel vPro® Platform
Intel Manageability Forum for Intel® EMA, AMT, SCS & Manageability Commander
2827 Discussions

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

idata
Employee
1,082 Views

1. w.r.t 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 ?

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

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

Thanks

Valantina

0 Kudos
1 Reply
idata
Employee
254 Views

It says in the class description of CIM_ComputerSystem.HealthState:

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

Additionaly:

The Host instance (ManagedSystem) always returns 5.

The AMT instance returns 5, unless:

1. AMT is disabled by SKU (returns 0 – Unknown).

2. Watchdog of computer system health expired (returns 20).

Thanks

Nati

0 Kudos
Reply