Skip to content

Releases: HewlettPackard/POSH-HPEOneView

Release 1.10.1476

09 Feb 18:50
Compare
Choose a tag to compare
  • Fixed Install-HPOVUpdate where it wasn't checking for a pending update when the -Update switch was used.
  • Fixed Install-HPOVUpdate where Write-Progress was causing an error, even though the update would complete.
  • Fixed Upload-File error handling from appliance generated 40x/50x status code.
  • Updated Add-HPOVPowerDevice to provide a native CMDLET Should Process/Continue prompt and use the -confirm/-whatif common parameters.
  • Updated Get-HPOVEnclosure, Get-HPOVNetwork, Get-HPOVPowerDevice, and Get-HPOVRole to return consistent results when -Name parameter is provided and no results were found which generates a terminating error.

Release 1.20.0.0007

18 Dec 01:10
Compare
Choose a tag to compare
  • Branch to HP OneView 1.20 Release. NOTE: This library version does not support older appliance versions.
  • Fixed New-HPOVUplinkSet where FibreChannel Uplink Set objects were not being created with uplink ports (logicalPortConfigInfos).
  • Fixed Connect-HPOVMgmt to trap HTTP 401 Unauthorized request to get appliance roles after successfully connecting to appliance when user has insufficient privileges.
  • Fixed Remove-HPOVNetwork pipeline input.
  • Fixed New-HPOVProfile where firmware baseline URI was printed to the screen causing the callers variable to store the task object to become a System.Array type.
  • Fixed New-HPOVBackup where backup file would not download.
  • Fixed Add-HPOVStoragePool where the API changed.
  • Fixed Wait-HPOVApplianceStart where the appliance web services needed an additional few seconds to finish their init.
  • Added new parameters to Get-HPOVVersion; -CheckOnline and -ReleaseNotes. CheckOnline will check for newer library version on GitHub, and ReleaseNotes will display the found update's Release Notes.
  • Added Invoke-HPOVVcmMigration cmdlet for Virtual Connect Manager migrations to HP OneView.
  • Updated New-HPOVBackup to increase the timeout waiting for the create backup file async task to complete.
  • Updated Send-HPOVRequest to generate terminating error for HTTP 401 Insufficient Privileges and not just for invalid session.
  • Updated Set-HPOVManagedSan to support new API calls, and depricated both -EnableAutomatedZoning and -DisableAutomatedZoning parameters.

Release 1.10.1447.1

18 Dec 03:32
Compare
Choose a tag to compare

NOTE: this is a re-release of 1.10.1447.

  • Fixed New-HPOVUplinkSet where FibreChannel Uplink Set objects were not being created with uplink ports (logicalPortConfigInfos).
  • Fixed Connect-HPOVMgmt to trap HTTP 401 Unauthorized request to get appliance roles after successfully connecting to appliance when user has insufficient privileges.
  • Fixed Remove-HPOVNetwork pipeline input.
  • Fixed New-HPOVNetwork where ManagedSAN object wasn't included in the createFC Fabric Attach network request.
  • Updated New-HPOVBackup to increase the timeout waiting for the create backup file async task to complete.
  • Updated Send-HPOVRequest to generate terminating error for HTTP 401 Insufficient Privileges and not just for invalid session.

Release 1.10.1432

15 Nov 01:58
Compare
Choose a tag to compare

What's New:

  • Fixed New-HPOVProfile where attempting to attach SAN Storage would fail due to API lookup error.
  • Fixed New-HPOVProfile where firmware baseline URI was printed to the screen causing the callers variable to store the task object to become a System.Array type.
  • Fixed New-HPOVLogicalInterconnectGroup to add -EnablePauseFloodProtection parameter.
  • Fixed New-HPOVBackup where backup file would not download.
  • Updated New-HPOVStorageVolume to allow the Storage Pool to be passed via pipeline instead of Storage Volume Template.
  • Added new parameters to Get-HPOVVersion; -CheckOnline and -ReleaseNotes. CheckOnline will check for newer library version on GitHub, and ReleaseNotes will display the found update's Release Notes.
  • Added Add-HPOVStorageVolume cmdlet to help import an existing volume from a managed storage system.

Release 1.10.1415.1

06 Nov 17:45
Compare
Choose a tag to compare

Release 1.10.1415.1

  • Moved project repository to GitHub (/~https://github.com/HewlettPackard/POSH-HPOneView).
  • Fixed internal Download-File function where ContentLength wasn't being detected correctly.
  • Fixed Get-HPOVServer where wildcard search wasn't correct.
  • Fixed New-HPOVProfile where -ServerHardwareType parameter wasn't being handled correctly.
  • Fixed Get-HPOVNetwork where specifying a FC network name would return zero results, even though the network existed.
  • Fixed Wait-HPOVApplianceStart where the appliance web services needed an additional few seconds to finish their init.
  • Fixed Add-HPOVEnclosure where if the enclosure is already managed by another external manager, the method to resolve the IP Address to FQDN could fail if a valid DNS name is not returned.
  • Added Detailed switch to display detailed BIOS and Connection detail to Get-HPOVProfile.

Release 1.10.1378

31 Oct 20:39
Compare
Choose a tag to compare

Release 1.10.1378

  • Fixed Remove-HPOVStorageVolume where it should have supported Confirm and WhatIf parameter options when attempting to delete a storage volume resource.
  • Fixed Upload-File internal function headers and how responses are returned once the file has been uploaded.
  • Fixed Install-HPOVUpdate where the appliance firmware update would not stage properly.
  • Fixed Copy-HPOVProfile where the wrong Exception class was being used to generate a terminating error during task validation.
  • Fixed New-HPOVNetworkSet UntaggedNetwork parameter, where if a PSCustomObject was provided, the URI value was casted as [System.Array] instead of [System.String].
  • Fixed Set-HPOVUser where the new password wasn't being set properly as part of the user resource.
  • Fixed and Renamed Set-HPOVRole (to Set-HPOVUserRole, cmdlet alias set to Set-HPOVRole) where roles were not being processed correctly.
  • Fixed Add-HPOVEnclosure where the caller would not be prompted if the enclosure was already managed by another manager (HP OneView or Virtual Connect Manager).
  • Fixed New-HPOVStorageVolume where if a Volume Template was provided, the volume would fail to create.
  • Updated Send-HPOVRequest to handle GZip decompression automatically via System.Net.HttpWebRequest.AutomaticDecompression
    property.
  • Updated Set-HPOVNetwork and Set-HPOVNetworkSet to provide more native features to update networks and network sets.
  • Added ConvertFrom-HTML internal helper function to convert HTML to text, which can then be displayed in the PowerShell console without using a Web Browser to display the HTML page (i.e. Appliance Update Release Notes.)
  • Added Wildcard Name support to Get-HPOVNetwork.
  • Added Wildcard Name support to Get-HPOVNetworkSet.
  • Added Wildcard Name support to Get-HPOVProfile.
  • Added Wildcard Name support to Get-HPOVServer.
  • Added Wildcard Name support to Get-HPOVStorageSystem.
  • Added Wildcard Name support to Get-HPOVStoragePool.
  • Added Wildcard Name support to Get-HPOVStorageVolume.
  • Added the ability to filter for unassigned Server Profiles in Get-HPOVProfile.
  • Added the ability to filter for Server Hardware without Server Profiles in Get-HPOVServer.
  • Added support for Server Profile alerts in Get-HPOVAlert.
  • Added Set-HPOVUserPassword to allow the current user to update/change their password.
  • Added Set-HPOVLdapGroup to modify the roles assigned to the directory group.
  • Renamed the following CMDLETs, and provided CMDLET alias to the original name:
    • New-HPOVEnclosure -> Add-HPOVEnclosure
    • New-HPOVServer -> Add-HPOVServer
    • New-HPOVPowerDevice -> Add-HPOVPowerDevice
    • New-HPOVStorageSystem -> Add-HPOVStorageSystem,
    • New-HPOVStoragePool -> Add-HPOVStoragePool
    • New-HPOVSanManager -> Add-HPOVSanManager

HP Virtual Connect to OneView Migration Tool

03 Nov 18:12
Compare
Choose a tag to compare

Release 1.10.7

New in this release:

  • Fixed where the script would not properly extract the Multiple Networks configuration from VC Profiles, and would not grab the desired untagged VLAN if it was set.

HP Virtual Connect to HP OneView Migration tool. For support issues, please submit an bug report in the Issues tracker.

To read the User Guide, please either download the PDF below, or you can browse the online User Guide