Unsolved

This post is more than 5 years old

3 Posts

10931

March 6th, 2014 09:00

WSMAN interface for obtaining default firmware configuration values?

Is there any way to retrieve the default values for firmware options via WS-MAN?

990 Posts

March 6th, 2014 09:00

There might be. Can you clarify what and how you want to find the information?   Some sample scripts can be found here as well: http://en.community.dell.com/techcenter/systems-management/w/wiki/1979.lifecycle-controller.aspx

Regards,

3 Posts

March 6th, 2014 09:00

I'm constructing queries using the Python bindings to openwsman. Right now I query the system configuration, verify that it matches the configuration I want and, if not, push the modified configuration options back. For testing purposes I'd like to be able to reset the system to the default values without having to rely on storing per-machine defaults in my application.

990 Posts

March 6th, 2014 10:00

http://media.community.dell.com/en/dtc/attach/dell-lc_managementprofile-1_1.pdf

 Starting on page 26 it discusses exporting the factory configuration.  Let us know if this helps.

Regards,

3 Posts

March 6th, 2014 10:00

I think that only handles the LC configuration, not the BIOS configuration - there may be an equivalent for the BIOS side, though. Unfortunately it still doesn't really help, since this code runs as an unprivileged user and so I can't set up a network share to export the configuration to. I'm really looking for something that I can enumerate like DCIM_BIOSEnumeration.

No Events found!

Top