Search found 9 matches

by yosiyakovi
Thu Apr 06, 2023 8:37 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, After Many tries I found the problem. The new Management console is the blame when i installed version V8.0.0 build 13586 with its PowerShell scripts everything worked. I compared the PowerShell scripts from new version and they are not working correctly. Even when I installed the new Console ve...
by yosiyakovi
Tue Apr 04, 2023 3:50 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, I found post in the forum and followed the script https://forums.starwindsoftware.com/viewtopic.php?f=5&t=5228&p=33441&hilit=VSA+Storage%5Cmnt%5C#p33441 now i am getting other error "Mandatory parameters are missed" here is my updated script Import-Module StarwindX try { # ...
by yosiyakovi
Sun Apr 02, 2023 7:40 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, Here is the script: param($addr="192.168.1.21", $port=3261, $user="root", $password="starwind", $addr2="192.168.1.22", $port2=$port, $user2=$user, $password2=$password, #common $initMethod="Clear", $size=1200, $sectorSize=512, $failover=0, #prima...
by yosiyakovi
Sat Apr 01, 2023 5:06 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, I even installed the VSAN from scratch and still got the same error message When i search the logs i am getting those messages: 4/1 13:06:07.351799 30 conf: TelnetListener::listenConnections: Accepted control connection from 192.168.1.1:53748. 4/1 13:06:07.371932 38 FileBrowser: *** CFileBrowser...
by yosiyakovi
Sat Apr 01, 2023 5:29 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi,

I commented the bmp fields but still getting the same error

The error is only when i am trying to make HA,
when i just creating single image from PowerShell its working on both nodes.

Thanks
by yosiyakovi
Fri Mar 31, 2023 2:44 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, Node1: Management 192.168.1.21 Sync 192.168.4.21 HB 192.168.5.21 Node2: Management 192.168.1.22 Sync 192.168.4.22 HB 192.168.5.22 Script: param($addr="192.168.1.21", $port=3261, $user="root", $password="starwind", $addr2="192.168.1.22", $port2=$port, $user...
by yosiyakovi
Fri Mar 31, 2023 10:14 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

Re: error creating 2 node HA with free vsan

Hi, I did follow the guide and searched the forum but no one have the error that i am having the exact output is: Request to 192.168.1.21 ( 192.168.1.21 ) : 3261 - control HAImage -GetDefaults:"" -deviceSectorSizeBytes:"512" - 101 Failed: operation cannot be completed.. *** 192.1...
by yosiyakovi
Fri Mar 31, 2023 6:51 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: error creating 2 node HA with free vsan
Replies: 25
Views: 21957

error creating 2 node HA with free vsan

Hi, when i am trying to create 2 node vsan using the CreateHA_2.ps1 PowerShell script i am getting error message: "control HAImage -GetDefaults:"" -deviceSectorSizeBytes:"512" - 101 Failed: operation cannot be completed.. i have configured "$sectorSize=512" but wit...