			IPMICFG-Windows	Version History
			
IPMICFG-Windows version 1.10 (Build 120305)
Copyright (C) Super Micro Computer, Inc. All rights reserved.
Usage: [params] (Example: -m 192.168.1.123)
  -m                    Show IP and MAC.
  -m IP                 Set IP (format: ###.###.###.###).
  -a mac                Set MAC (format: ##:##:##:##:##:##).
  -k                    Show Subnet Mask.
  -k Mask               Set Subnet Mask (format: ###.###.###.###).
  -dhcp                 Get the DHCP status.
  -dhcp on              Enable the DHCP.
  -dhcp off             Disable the DHCP.
  -g                    Show Gateway IP.
  -g IP                 Set Gateway IP (format: ###.###.###.###).
  -r                    BMC cold reset.
  -garp on              Enable the Gratuitous ARP.
  -garp off             Disable the Gratuitous ARP.
  -fd                   Reset to the factory default.
  -fde                  Reset to the factory default. (Clean FRU&LAN)
  -ver                  Get Firmware revision.
  -vlan                 Get VLAN status.
  -vlan on [VLANtag]    Enable the VLAN and set the VLAN tag.
                        If VLANtag is not given it uses previously saved value
  -vlan off             Disable the VLAN.
  -raw                  Send a RAW IPMI request and print response.
                        Format: NetFn LUN Cmd [Data1 ... DataN].
  -selftest             Checking and reporting on the basic health of BMC.
  -sel info             Show SEL info.
  -sel list             Show SEL records and export to text file.
  -sel del              Delete all SEL records.
  -sel raw              Show SEL raw data.
  -sdr                  Show SDR records and export to text file.
  -sdr lnc <SDR#> <Val> Modify lower non-critical threshold.
  -sdr lc  <SDR#> <Val> Modify lower critical threshold.
  -sdr lnr <SDR#> <Val> Modify lower non-recoverable threshold.
  -sdr unc <SDR#> <Val> Modify upper non-critical threshold.
  -sdr uc  <SDR#> <Val> Modify upper critical threshold.
  -sdr unr <SDR#> <Val> Modify upper non-recoverable threshold.
  -sdr del <SDR ID>     Delete SDR record.
  -fru info             Show FRU inventory area Info.
  -fru list             Show all FRU values.
  -fru cthelp           Show chassis type code.
  -fru export           Export product assset tag and serial number.
  -fru sync             Synchronize Product Asset Tag and SN from DMI table.
  -fru help             Show help of FRU Write.
  -fru <Field>          Show FRU field value.
  -fru <Field> <Value>  Write FRU.
  -fru backup <file>    Backup FRU to file <Binary format>.
  -fru restore <file>   Restore FRU from file <Binary format>.
  -nm nmsdr             Display NM SDR.
  -nm seltime           Get SEL time.
  -nm deviceid          Get ME Device ID.
  -nm reset             Reboots ME.
  -nm reset2default     Force ME reset to Default.
  -nm updatemode        Force ME to Update Mode.
  -nm selftest          Get Self Test Results.
  -nm listimagesinfo    List ME Images information.
  -nm oemgetpower       OEM Power command for ME.
  -nm oemgettemp        OEM Temp. command for ME.
  -nm pstate            Get Max allowed CPU P-State.
  -nm tstate            Get Max allowed CPU P-State.
  -nm cpumemtemp        Get CPU/Memory temperature.
  -nm hostcpudata       Get host CPU data.

-----------------
1.10 (2012/03/05)
-----------------
Add
  1. Support the ME function.
	- Get NMSDR
	- Get SELTime
	- Get device ID
	- Reset ME
	- Reset ME to default
	- Force ME to update mode
	- Get selftest result
	- List ME images information
	- Get OEM power
	- Get OEM temp
	- Get P-State
	- Get T-State
	- Get CPU/Memory temperature
	- Get Host CPU data
  2. FRU function.
	- fru backup
	- fru restore
Fixed
  1. Replace the WinIO to Phymem library. 
  2. Optimization the KCS execute performance.
  3. Fix the high light logic for sensor threshold.

-----------------
1.07 (2011/10/21)
-----------------
Add
  1. Added -fde command.
  2. Added upportnew SMC manfacturer ID for -ver, f and commands

-----------------
1.06 (2011/9/28)
-----------------
Fixed
  1. Auto switch SMC driver or Windows built-in driver

-----------------
1.05 (2011/6/30)
-----------------
Fixed
  1. Fix crashing issue of the sensor name not existed in the SEL record.

-----------------
1.04 (2011/6/8)
-----------------
Added
  1. Show SEL Raw data.
  2. IPMI Self test.
Fixed
  1. Add the error messages for modify threshold function.

-----------------
1.03 (2011/5/3)
-----------------
Added
  1. Show SEL info.
  2. Show SEL records and export to text file.
  3. Show SDR records and export to text file.
  4. Modify lower non-critical threshold.
  5. Modify lower critical threshold.
  6. Modify lower non-recoverable threshold.
  7. Modify upper non-critical threshold.
  8. Modify upper critical threshold.
  9. Modify upper non-recoverable threshold.
 10. Delete SDR record.
 11. Show FRU inventory area Info.
 12. Show all FRU values.
 13. Show chassis type code.
 14. Export porduct asset tag and serial number.
 15. Synchronize Type1 SN and Type2 Asset Tag from DMI table to FRU.
 16. Show help of FRU Write.
 17. Show FRU field value.
 18. Write FRU.
 
Fixed
  1. Rewrite new version Dll file.

-----------------
1.02 (2010/12/10)
-----------------
Fixed
  1. Dll file conflict with SDIII.

-----------------
1.01 (2010/7/16)
-----------------
Added
  1. Delete all SEL records.

-----------------
1.00 (2010/7/9)
-----------------
  1. Show IP and MAC.
  2. Set IP (format: ###.###.###.###).
  3. Set MAC (format: ##:##:##:##:##:##).
  4. Show Subnet Mask.
  5. Set Subnet Mask (format: ###.###.###.###).
  6. Get the DHCP status.
  7. Enable or disable the DHCP.
  8. Show Gateway IP.
  9. Set Gateway IP (format: ###.###.###.###).
 10. BMC cold reset.
 11. Enable or disable the Gratuitous ARP.
 12. Reset to the factory default.
 13. Get firmware revision.
 14. Get VLAN status.
 15. Enable the VLAN and set the VLAN tag. If VLANtag is not given it uses previously saved value.
 16. Disable the VLAN.
 17. Send a raw IPMI request and print response. Format: NetFn LUN Cmd [Data1 ... DataN].
 
Note: Added, Fixed, Improved, Changed