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
Connectivity between 3PAR and Powershell Toolkit
Re: Connectivity between 3PAR and Powershell Toolkit
At the moment it connects via plink or 3Par CLI
this is from the userguide
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
2x 20450
1x 8200
Re: Connectivity between 3PAR and Powershell Toolkit
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
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
-
- Posts: 72
- Joined: Sun Dec 21, 2014 3:05 pm
Re: Connectivity between 3PAR and Powershell Toolkit
I like using powershell with 3PAR WSAPI.
It doesn't require 3rd party ssh tools.
Powershell toolkit requires 3rd party tools or modules.
It doesn't require 3rd party ssh tools.
Powershell toolkit requires 3rd party tools or modules.
Re: Connectivity between 3PAR and Powershell Toolkit
Hi,
Thanks for the reply.
I was able to establish connection using plink software.
Regards,
KK
Thanks for the reply.
I was able to establish connection using plink software.
Regards,
KK