Page 1 of 1

Connectivity between 3PAR and Powershell Toolkit

Posted: Tue Jan 03, 2017 9:05 am
by kk2491
Hi All,

I apologise for asking the very basic question as I am beginner in Scripting.

I have a doubt that how the Powershell would communicate with the 3PAR Storage array.

Is there any connectivity we need to establish using the Set-3parPassword command?

Also how about the command New-3ParCLIConnection ?

Kindly let me know if you need more details to clarify my doubt.

Regards,
KK

Re: Connectivity between 3PAR and Powershell Toolkit

Posted: Fri Jan 27, 2017 8:23 am
by toprock
At the moment it connects via plink or 3Par CLI

this is from the userguide

Code: Select all

If you are using HP 3PAR CLI to establish a secure connection, then install the HP 3PAR CLI
software.
If you are using Plink to establish a secure connection, then confirm or copy the Plink software
to this location:
c:\Plink\plink.exe

Re: Connectivity between 3PAR and Powershell Toolkit

Posted: Fri Jan 27, 2017 12:49 pm
by kk2491
Hi Toprock,

Thanks for the reply.

I have 3PAR CLI installed in the management servers.

I need to know how can i establish the connection to 3PAR arrays through Powershell.

Regards,
KK

Re: Connectivity between 3PAR and Powershell Toolkit

Posted: Sun Jan 29, 2017 3:30 pm
by natekippen
I like using powershell with 3PAR WSAPI.

It doesn't require 3rd party ssh tools.

Powershell toolkit requires 3rd party tools or modules.

Re: Connectivity between 3PAR and Powershell Toolkit

Posted: Sun Mar 19, 2017 2:04 am
by kk2491
Hi,

Thanks for the reply.

I was able to establish connection using plink software.

Regards,
KK