Connectivity between 3PAR and Powershell Toolkit

Post Reply
kk2491
Posts: 169
Joined: Fri Dec 05, 2014 6:42 am

Connectivity between 3PAR and Powershell Toolkit

Post 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
toprock
Posts: 9
Joined: Wed Nov 04, 2015 7:50 am
Location: Germany

Re: Connectivity between 3PAR and Powershell Toolkit

Post 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
6x 7440
2x 20450
1x 8200
kk2491
Posts: 169
Joined: Fri Dec 05, 2014 6:42 am

Re: Connectivity between 3PAR and Powershell Toolkit

Post 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
natekippen
Posts: 72
Joined: Sun Dec 21, 2014 3:05 pm

Re: Connectivity between 3PAR and Powershell Toolkit

Post 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.
kk2491
Posts: 169
Joined: Fri Dec 05, 2014 6:42 am

Re: Connectivity between 3PAR and Powershell Toolkit

Post by kk2491 »

Hi,

Thanks for the reply.

I was able to establish connection using plink software.

Regards,
KK
Post Reply