- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page