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

AMT Management Console implementation using Java

idata
Employee
1,171 Views
I am new to vPro and don't know if this question is too basic.

I'd like to implement a management console using only java. Is it possible to use all AMT features (ide-r, sol, etc...) only using java? if I understand the samples in SDK use an API to do this. If it is possible, is there a detailed documentation about this?

TIA

0 Kudos
1 Reply
idata
Employee
305 Views

It is absolutely possible to use Java. You can either use the DLLs in the AMT 6.0 SDK (documentation and c# /c++ examples are provided), or you can send WSMan commands using a WSMan client for Java. Wiseman is an open source Java WSMan client that you can utilize. I am sure there are other methods as well. A great way to get started would be to read this article: http://software.intel.com/en-us/blogs/2010/04/28/java-brewed-for-ws-management/ http://software.intel.com/en-us/blogs/2010/04/28/java-brewed-for-ws-management/

0 Kudos
Reply