Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
judekm
Total Points:
20
Registered User
November 5, 2008 9:52 PM PST
Asset inventory using the AMT SDK.

Hi,

I am interested in using the AMT SDK for developing a module which can

1. do an asset inventory of intel vpro systems.

2. do an asset inventory of non intel based system

3. do an asset inventory of intel based but not vpro systems.

What I would like to know whether this is possible? Also my target language is Java, but I have not been able to get the link of the Sample code of the RDK. Any pointers on the same will be very helpful.

 

Jude

 

 

Lance Atencio (Intel)
Total Points:
5,502
Status Points:
5,002
Brown Belt
November 6, 2008 7:53 AM PST
Rate
 
#1

AMT is only available on Intel vPro systems, so you can only perform option 1. Please refer to the Start Here guide for more information on AMT.

The RDK is available here, but is no longer being updated or supported. You may also want to take a look at the open source site for AMT: http://www.openamt.org/



indusgeek
Total Points:
400
Status Points:
350
Green Belt
November 6, 2008 7:39 PM PST
Rate
 
#2 Reply to #1

Hi,

Though we understand that we can get asset info from non vPro machines when the systems are powered off/inoperable, but the question here is that can you help direct Jude, how can a software collect asset inventory machine when the systems powered on for non vPro machines, as well as for vpro systems get information from the AMT flash memory.

Cheers!

 



indusgeek
Total Points:
400
Status Points:
350
Green Belt
November 10, 2008 1:47 AM PST
Rate
 
#3 Reply to #2
Is there any sample source on the asset inventory part of Vpro, this could help in deciding the effort and time required.
Cheers!


Andrew Schiestl (Intel)
Total Points:
3,413
Status Points:
2,913
Brown Belt
November 10, 2008 8:03 AM PST
Rate
 
#4
To answer your first question, if you want to get an inventory from a powered on non-vPro system, assuming it's a Windows based machine I would recommend researching WMI.
If you want to use the flash memory in vPro (known as the third party data store), you'll be responsible for reading and writing the data into the flash memory.  In the SDK, look in the Docs folder at the storage design guide for more information on this.  For source code examples, you can look in either the Windows\Intel_AMT\Samples\Soap\Storage or Windows\Intel_AMT\Samples\WS-Management\Storage folders.
For sample source on hardware inventory in vPro (specifically hardware inventory), look at the code in Windows\Intel_AMT\Samples\WS-Management\AssetDisplay\ or Windows\Intel_AMT\Samples\Soap\AssetDisplay in the 5.0 SDK.


Gael Holmes (Intel)
Total Points:
14,363
Status Points:
14,363
Black Belt
November 13, 2008 1:35 PM PST
Rate
 
#5 Reply to #4

Please take a look at the Use Case links that are on the Manageability Developers Community Webpage:  Here is the overall link that has a high level description of the use cases.   Click on Use Case 3 - Hardware inventory and you should be able to get a good idea of what APIs are used and which documents to go to in order to learn more details.



heymantmalik
Total Points:
50
Status Points:
0
Green Belt
August 19, 2009 8:18 AM PDT
Rate
 
#6 Reply to #5

Hi,
I am also trying to do the Asset Inventory check using Java and Intel AMT 5.1 and more or less able to do so just that stuck with getAssetData() method for HardwareAssetInterface.wsdl. It returns me a byte array for the particular asset type, but I am not able to find out how to deal with these byte arrays to get the information I want to fetch. Is there a predefined scheme which if I follow to manipulate these byte arrays, would give me the information - the encrypted kind of data that byte array contains after converted to String. The data looks like:
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿIntelÿÿÿÿÿÿÿÿ ... and so on. I thought I would go through the Intel RDK source code to check how they have implemented HardwareInterface.java's displayAll() method. But not able to find the RDK source code over internet. When I try to download from RDK page, i get RDK utility packge and not source code. Could someone please help and tell
1) Where could I get the source code for RDK,
or
2) How to manipulate the byte arrays returned by getAssetData() method for particular asset type.


heymantmalik
Total Points:
50
Status Points:
0
Green Belt
August 19, 2009 8:23 AM PDT
Rate
 
#7 Reply to #6
To add, I tried looking in Samples of SDK, but I am a C++/C# nobody, so couldn't comprehend much.


Andrew Schiestl (Intel)
Total Points:
3,413
Status Points:
2,913
Brown Belt
August 19, 2009 8:53 AM PDT
Rate
 
#8 Reply to #6
Quoting - heymantmalik

Hi,
I am also trying to do the Asset Inventory check using Java and Intel AMT 5.1 and more or less able to do so just that stuck with getAssetData() method for HardwareAssetInterface.wsdl. It returns me a byte array for the particular asset type, but I am not able to find out how to deal with these byte arrays to get the information I want to fetch. Is there a predefined scheme which if I follow to manipulate these byte arrays, would give me the information - the encrypted kind of data that byte array contains after converted to String. The data looks like:
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿIntelÿÿÿÿÿÿÿÿ ... and so on. I thought I would go through the Intel RDK source code to check how they have implemented HardwareInterface.java's displayAll() method. But not able to find the RDK source code over internet. When I try to download from RDK page, i get RDK utility packge and not source code. Could someone please help and tell
1) Where could I get the source code for RDK,
or
2) How to manipulate the byte arrays returned by getAssetData() method for particular asset type.

The contents of those arrays per asset type are documented in some of the SDK documentation, they're in the Network Interface Guide in section 7.4.2 (Service Data Types) starting on page 174.  That should give you all of the information you need to interpret the arrays.



Intel Software Network Forums Statistics

8290 users have contributed to 31236 threads and 99110 posts to date.
In the past 24 hours, we have 8 new thread(s) 22 new posts(s), and 30 new user(s).

In the past 3 days, the most popular thread for everyone has been comparison cilk++, openmp, pthreads first results The most posts were made to comparison cilk++, openmp, pthreads first results The post with the most views is Very amusing...  Escalated as

Please welcome our newest member zq.x