-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unassigned FC network #606
Comments
Instead of |
thanks, I tried that:
params for the splat on above are:
|
When a port is unassigned, the cmdlet requires the |
thanks that gets it in, however hitting what I think is a bug in the module: You cannot call a method on a null-valued expression.
At <snip>\WindowsPowerShell\Modules\HPEOneView.630\6.30.2928.3678\HPEOneView.630.psm1:109758
char:26
+ {$_.Contains($EthernetNetworksUri)}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull |
Yes, that is a defect. Both |
Also, the validation logic when building the connection helper object omitted |
…s were causing PowerShell failures. - [#609] Fixed identification of supported Composer model strings. - [#606] Fixed New-OVServerProfile and New-OVServerProfileTemplate to handle unassigned connections. - [#606] Fixed New-OVServerProfileConnection not handling all -ConnectionType types. - [#587] Fixed ConvertTo-OVPowerShellScript to address mishandling iLO settings in the generated script code. - [#603] Added support for Alletra6000 and Alletra9000 storage systems to Add-OVStorageSystem and Get-OVStorageSystem Cmdlets. - [#601] Fixed New-OVServerProfile not handling user defined FC addresses for unmanaged FC connections. - [#600] Fixed New-OVServerProfileTemplate incorrectly handling unmanaged FC connections and FC storage assignment. - [#599] Fixed Get-OVServerProfile -Detailed not displaying an assigned baseline correctly. - [#595] Fixed Show-OVUtilization and [HPEOneView.EnclosureUtilization] class to report current and max power for enclosure resources. - [#594] Addressed a condition where using Connect-OVMgmt to connect to the same appliance multiple times and additional caller code is to be processed will not. Cmdlet will now display warning message and return back to the caller appropriately. - [#588] Changed -GroupSID parameter to be mandatory. - [#587] Fixed ConvertTo-OVPowerShellScript to handle iLO directory settings correctly. - Updated ConvertTo-OVPowerShellScript to support handling unmanaged connections. - [#583] Fixed Show-OVFirmwareReport where enclosures with assigned baseline wasn't handled correctly. - Enhanced New-OVNetwork to support Synergy RoCE network types. - Added new Cmdlets Get-OVApplianceUpdate, Get-OVApplianceUpdateSchedule and Set-OVApplianceUpdateSchedule. Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
This is fixed in Release 6.30.3188.1900 and in PowerShell Gallery. Please verify before this issue is closed. |
Closing due to no further activity. If you wish, feel free to re-open to discuss further. |
I'm trying to do this in a server profile
but I get:
any workarounds or is it user error?
The text was updated successfully, but these errors were encountered: