Search found 3 matches

by starwinduser
Mon Oct 06, 2014 8:41 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Create HA target using Powershell
Replies: 11
Views: 21878

Re: Create HA target using Powershell

finally I made it work by setting sync and HB interfaces to partner server ip, and setting same target alias name for both nodes try { $server = New-SWServer -host 172.17.4.4 -port 3261 -user root -password starwind $server.Connect() $firstNode = new-Object Node $firstNode.ImagePath = "My compu...
by starwinduser
Fri Oct 03, 2014 4:34 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Create HA target using Powershell
Replies: 11
Views: 21878

Re: Create HA target using Powershell

I swapped nodes IP as you suggested but that didn't help. I created HA target manually using Management Console, but unfortunately I could not find Get-HADevice powershell function. Is there such a function?
by starwinduser
Fri Oct 03, 2014 4:38 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Create HA target using Powershell
Replies: 11
Views: 21878

Create HA target using Powershell

There is complete lack of documentation in using StarWind powershell module. Im getting very informative error when creating HA target: Exception Exception calling "CreateDevice" with "4" argument(s): "Error: 200 Failed: operation cannot be completed.. " I suppose node....