Data Backup and Recovery

SnapCreator PowerShell Toolkit fail to connect via HTTP

LucianoCoelho
6,475 Views

Hi All,

 

I'm trying to connect to a snapcreator server using SnapCreator PowerShell Toolkit, but it is not woking in a SC server (over windows) running HTTP instead of HTTPS.  For a SC server running HTTPS in a Linux it connects without any issue.

 

Customer had some problem to run HTTPS with SnapCreator in their windows server, so I'm trying to make it work with HTTP.

 

It is trying https://10.10.10.10:8080 and as I understand it should try http://10.10.10.10:8080. Do you know if it is supported and how to force http?

 

PS C:\> Connect-ScServer -Name xyz -Credential $sc -port 8080
Connect-ScServer : An error occurred while making the HTTP request to
https://10.10.10.10:8080/services/v1/EngineService/. This could be due to the fact that the server certificate is not
configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding
between the client and the server.
At line:1 char:1
+ Connect-ScServer -Name xyz -Credential $sc -port 8080
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (xyz:ScServer) [Connect-ScServer], CommunicationException
+ FullyQualifiedErrorId : HttpsConnectionFailed,NetApp.SnapCreatorPS.Server.Cmdlets.ConnectScServer


Hostname Address ApiVersion
-------- ------- ----------
xyz          10.10.10.10 1.0

 

 

Best Regards,

Luciano

1 ACCEPTED SOLUTION

spinks
6,329 Views

Luciano,

 

There are two versions of the Snap Creator PowerShell toolkit.

 

The 4.0 version works with Snap Creator 4.0 and only knows how to talk via HTTP.

 

The 4.1 version works with Snap Creator 4.1 and knows how to talk via HTTPS.

 

Please be sure you are using the correct version that matches your Snap Creator Server.

 

Hope this helps,

 

John

View solution in original post

8 REPLIES 8

spinks
6,330 Views

Luciano,

 

There are two versions of the Snap Creator PowerShell toolkit.

 

The 4.0 version works with Snap Creator 4.0 and only knows how to talk via HTTP.

 

The 4.1 version works with Snap Creator 4.1 and knows how to talk via HTTPS.

 

Please be sure you are using the correct version that matches your Snap Creator Server.

 

Hope this helps,

 

John

LucianoCoelho
6,321 Views

I'm using SC toolkit 4.1, but I decided to upgrade SnapCreator do 4.1.1, so it is working now.

 

Thank you

D_BEREZENKO
6,326 Views

Hi.

Where to download SnapCreator Powershell Toolkit?

 

LucianoCoelho
6,319 Views

Hi,

 

It should be at https://snapcreator.netapp.com/download, but the website is refusing connections. I tried couple of minus ago.  You can try later.

 

Regards,

Luciano

spinks
6,316 Views

I pinged the web team to find out why the snapcreator.com site is not responding.

 

I know they have been updating some pages, so it may be related.

 

Hopefully we'll get it back online shortly.

 

John

D_BEREZENKO
6,246 Views

Its been a month since my last post.

The site is not avalaible...

spinks
6,236 Views

Sorry that I neglected to update this post - I updated a different one.

 

Basically NetApp has gone through all of the community software for Snap Creator (plugins and the PowerShell Toolkit) and decided that they cannot be distributed through the snapcreator.com website or github as has been done in the past.

 

Instead, all of this software must go through a third party code scanning process and then must be posted in the NetApp Utility Toolchest.

 

The code scan is in progress, but this is done through a third party and the scheduling is out of our control.

We are currently expecting the code scan to be complete around the end of May.

Once that is complete we will post the Snap Creator PowerShell Toolkit and the first batch of plugins.

 

If they finish faster then we will post sooner - if it takes longer, then we won't be able to post until a later day.

 

I asked that the SnapCreator.com website be updated with this information, but unfortunately they decided to power down the site instead.

 

Sorry for the inconvenience.

 

John

 

spinks
6,078 Views

The Snap Creator PowerShell ToolKit is avialable for download here:  http://mysupport.netapp.com/NOW/download/tools/snapcreator_powershell_toolkit/

 

Thanks!

 

John

Public