Skip to content

Releases: pschapman/ucs-config-report

UCS Configuration Report v4.3

09 Oct 18:28
Compare
Choose a tag to compare
  • Major performance improvements. Optimized statistics search. Reduced calls to UCSM for data.
  • Fixed: Disk list for multi-controller servers (e.g. HX nodes).
  • Improved: IOM ports sorted in IOM Details
  • Improved: Clarified Local Disk Policy data in Service Profile Details
  • Code: Significant reorganization and refactoring. Feature additions should become easier.

UCS Configuration Report v4.2

02 Sep 00:09
Compare
Choose a tag to compare
  • Rackmount Adapters table data merged into Rackmount Servers on Inventory tab. Rack mounts now presented in same way as blades.
  • Power usage column headers indicate unit type for measurement (watts, volts, amps)
  • Fixed: Server status absent on rack mounts.
  • Fixed: Rack mount CPU name display now matches blades.
  • Fixed: Adapter column on blade inventory no longer empty.
  • Fixed: VIF data now populates for rack mount servers
  • Performance improvements, code refactoring, and bug cleanup.

UCS Configuration Report v4.1

28 Aug 22:08
Compare
Choose a tag to compare
  • Fixes for Linux/Mac script execution. Cached credentials no longer required.
  • Temperature table headers updated. Temperature stats now collected for Rack Servers.
  • Performance improvements, code refactoring, and bug cleanup.

UCS Config Report v4.0a

23 Aug 20:49
Compare
Choose a tag to compare

v4.0 + Readme Update
Major Updates:

  • Remove deprecated UCS firmware lookup
  • Split HTML template from PowerShell to simplify updates
  • Update and validate report email feature
  • Force PowerShell version 5. Remove unneeded checks related to PS version. (Improved startup performance.)
  • Replace some comments with PS Documentation Strings (get-help ./ucs_config_report.ps1 now shows proper help)
  • Added FC storage ports, FCOE storage/uplinks, and Ethernet Appliance ports to report
  • Fixed multiple report visual defects.

UCS Config Report v4.0

23 Aug 20:46
Compare
Choose a tag to compare

Major Updates:

  • Remove deprecated UCS firmware lookup
  • Split HTML template from PowerShell to simplify updates
  • Update and validate report email feature
  • Force PowerShell version 5. Remove unneeded checks related to PS version. (Improved startup performance.)
  • Replace some comments with PS Documentation Strings (get-help ./ucs_config_report.ps1 now shows proper help)
  • Added FC storage ports, FCOE storage/uplinks, and Ethernet Appliance ports to report
  • Fixed multiple report visual defects.

UCSHC 2.6 + Fixes

20 Aug 22:57
Compare
Choose a tag to compare

Initial fork from Cisco with basic cleanup and fixes applied:

  • Tabs to spaces
  • Replace aliases (?, where, %, ForEach, sort, select, sleep, start) with actual commands (Where-Object, ForEach-Object, Sort-Object, Select-Object, Start-Sleep, Start-Process)
  • Resolve source issue 2
  • Resolve source issue 3
  • Resolve source issue 4