Search found 4 matches

by Alpanet
Wed May 17, 2017 5:58 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Error in Powershell script for creating HA device 2 nodes
Replies: 7
Views: 8908

Re: Error in Powershell script for creating HA device 2 nodes

Hi Ivan, I tried this but the result is the same: "Exception Plugin does not support." I launched this script from a Win10 pc Powershell ISE in the same subnet 192.168.1.0 What I got wrong? Thanks a lot for your patience Andrea #Import-Module StarWindX try { $server = New-SWServer -host 19...
by Alpanet
Tue May 16, 2017 10:57 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Error in Powershell script for creating HA device 2 nodes
Replies: 7
Views: 8908

Re: Error in Powershell script for creating HA device 2 nodes

Hi Ivan, sorry but I had an accident and I returned in office only yesterday... :| Thanks for your reply but i don't understand what you mean when you said: "create the folder on C: drive." : the folder is already created on both hosts and when you said: "Without ##IP FROM SECOND NODE...
by Alpanet
Mon Apr 24, 2017 9:55 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Error in Powershell script for creating HA device 2 nodes
Replies: 7
Views: 8908

Re: Error in Powershell script for creating HA device 2 nodes

Hi Ivan, sorry for the late answer but I just tried your advice but the result seems the same: PS C:\Users\adm> C:\Users\adm\Documents\CreateHA2nodes.ps1 Exception Plugin does not support. Can you help me? Thank a lot Andrea Powershell script is below: Import-Module StarWindX try { $server = New-SWS...
by Alpanet
Fri Apr 07, 2017 5:12 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Error in Powershell script for creating HA device 2 nodes
Replies: 7
Views: 8908

Error in Powershell script for creating HA device 2 nodes

Hi to everybody, when I tried to use the sample script to create a 2 nodes HaDevice I recieved this error: "Plugin does not support." Anybody can help me please? Thaks a lot Andrea Import-Module StarWindX try { $server = New-SWServer -host 192.168.1.10 -port 3261 -user root -password starw...