- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use CIM_Processor to get information about the processor, I use CIM_PhysicalMemory to get information about physical memory, etc.
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stephen Hibbert (Intel)
I use CIM_Processor to get information about the processor, I use CIM_PhysicalMemory to get information about physical memory, etc.
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
That should be the CIM_MediaAccessDevice class, but the CIM_PhysicalPackage class could also be involved (there's an association between the two in the Hardware Asset instance diagram).
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stephen Hibbert (Intel)
I use CIM_Processor to get information about the processor, I use CIM_PhysicalMemory to get information about physical memory, etc.
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.
Thanks,
Stephen
That should be the CIM_MediaAccessDevice class, but the CIM_PhysicalPackage class could also be involved (there's an association between the two in the Hardware Asset instance diagram).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Andrew Schiestl (Intel)
That should be the CIM_MediaAccessDevice class, but the CIM_PhysicalPackage class could also be involved (there's an association between the two in the Hardware Asset instance diagram).
Thanks! I had tried everything but CIM_PhysicalPackage, which gives you the model and the serial number. CIM_MediaAccessDevice gives you the size.
Were you referring to the diagram in "Intel AMT WS-Management Flows.pdf"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Stephen Hibbert (Intel)
Thanks! I had tried everything but CIM_PhysicalPackage, which gives you the model and the serial number. CIM_MediaAccessDevice gives you the size.
Were you referring to the diagram in "Intel AMT WS-Management Flows.pdf"?
That's also a valid place for the diagram I used, but I actually got to it in a different manner.
I actually looked at the WS-Managment Class Reference. Probably the quickest way to get there is if you open the index.html in the DOCS folder of the SDK, then select the WS Management Class Reference hyperlink (the top level of the reference is actually the index.html file in the DOCS/WS-Management_Class_Reference folder, but that's kind of buried and easy to miss).
Anyway, the class reference has an expandable menu of CIM classes by interface (like Hardware Asset), I find it a little easier to use that then the Flows.pdf when I'm searching for information.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Andrew Schiestl (Intel)
That's also a valid place for the diagram I used, but I actually got to it in a different manner.
I actually looked at the WS-Managment Class Reference. Probably the quickest way to get there is if you open the index.html in the DOCS folder of the SDK, then select the WS Management Class Reference hyperlink (the top level of the reference is actually the index.html file in the DOCS/WS-Management_Class_Reference folder, but that's kind of buried and easy to miss).
Anyway, the class reference has an expandable menu of CIM classes by interface (like Hardware Asset), I find it a little easier to use that then the Flows.pdf when I'm searching for information.
Andy
Wow, this is extremely useful. Thanks.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page