HPE 3PAR StoreServ Storage
1752489 Members
5843 Online
108788 Solutions
New Discussion юеВ

Re: PowerShell for 3PAR and/or SSMC

 
Biite
Frequent Advisor

PowerShell for 3PAR and/or SSMC

Hi there,

Tried the PowerShell Toolkit 2.1 but it failed on all sides. Anyone know any alternatives? Is there a 3PAR SSMC Powershell toolkit anywhere?

The output of several commands simply fail to present itself correctly and is unusable, some commands give output in objects, others in strings. Anyone know who to contact at HPE for this?

TIA,
Martien

Regards,
Martien
5 REPLIES 5
Sheldon Smith
HPE Pro

Re: PowerShell for 3PAR and/or SSMC


@Biite wrote:

Hi there,

Tried the PowerShell Toolkit 2.1 but it failed on all sides. Anyone know any alternatives? Is there a 3PAR SSMC Powershell toolkit anywhere?

The output of several commands simply fail to present itself correctly and is unusable, some commands give output in objects, others in strings. Anyone know who to contact at HPE for this?


SSMC is an interface to the 3PAR, so no, there is no SSMC Powershell toolkit. It all goes back to the 3PAR.

For support, please follow the standard support processes for your HPE Storage Systems or visit https://www.hpe.com/us/en/support.html.


Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo

Biite
Frequent Advisor

Re: PowerShell for 3PAR and/or SSMC

Hi,

I understand that SSMC is an interface to the 3PAR, but isn't OneView an interface to Synergy and BladeSystems? There is a Posh-HPOneView Powershell library (by HPE) which works really well.

That's why I was wondering if there's a (working) powershell interface for 3PAR and/or SSMC.

BTW: Can I get support for the 3PAR Powershell Toolkit?

Regards,
Martien
Sheldon Smith
HPE Pro

Re: PowerShell for 3PAR and/or SSMC

Ah, understood. 

For support, please follow the standard support processes for your HPE Storage Systems or visit https://www.hpe.com/us/en/support.html.


Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company

Accept or Kudo

Dennis Handly
Acclaimed Contributor

Re: PowerShell for 3PAR and/or SSMC

> I understand that SSMC is an interface to the 3PAR,

 

That interface would be the HPE 3PAR Remote CLI client.  :-)

Edit: Ah right.  There is WSAPI.

Biite
Frequent Advisor

Re: PowerShell for 3PAR and/or SSMC

I've been busy a few days ago using the RESTful API to the 3PAR. Using it with Powershell is fairly easy using 'Invoke-RestMethod'.

Using this blog for starters: http://cloud.kemta.net/microsoft/powershell/powershell-and-the-hpe-3par-rest-api/

Regards,
Martien