Operating System - NonStop OS
1843234 Members
2937 Online
110214 Solutions
New Discussion

Re: Deprecated cmdlets example: Get-HPOVAppliance

 
RHaines66
Occasional Contributor

Deprecated cmdlets example: Get-HPOVAppliance

I'm pretty new to OneView and got a request to provide the IPs of all management interfaces on our synergy chassis.  The articles I've found that explain where to find this info include doing it from the GUI, cmdline and powershell.  However, I run into a similar issue when trying to follow any of the guides because they include steps that don't match what I see on the screen.  Also, for cmdline and posh the same issue, commands that don't exist or powershell cmdlets that are deprecated or don't exist.  I'm not sure how to resolve this.  See the link below for an example.  I'm using OneView.1000

https://share.google/aimode/B4pUOYDmq1erHfoTW

One of the cmdlets that I can't find is Get-HPOVAppliance.  Has it been replaced with a new cmdlet?  It's a mystery.

Thanks to anyone who can shed some light on this!

R

 

1 REPLY 1
Azr_geek
Regular Advisor

Re: Deprecated cmdlets example: Get-HPOVAppliance

Hello @RHaines66,

You can’t find Get-HPOVAppliance because HPE removed all “HPOV” cmdlets.

OneView 10.00 uses new PowerShell cmdlets starting with OV.

Old documentation won’t match what you see because it was written for older versions.

Use commands like:

Connect-OVMgmt

Get-OVAppliance

Get-OVInterconnect

Get-OVServer

Regards,
Azr_geek