Search found 10 matches

by thomas_lt
Thu Jul 11, 2024 10:33 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi Yaroslav, Thank you for your answer. Well... it works with the trial version, but I would like it to work with the free version ! Indeed, we had so many tries that the script is now a mess. I carefully reviewed it : param($addr="192.168.10.220", $port=3261, $user="root", $pass...
by thomas_lt
Thu Jul 11, 2024 7:16 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi, For your information : I could not wait and installed a trial version of VSAN, with the exact same setup. I only deleted the existing CVM on both hypervisors, imported new ones, and activated them with a trial key. There was no problem creating the LUNs using the web interface. I ran the checkta...
by thomas_lt
Fri Jul 05, 2024 5:26 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Changed the \ to / , but still getting errors 1st try : PS C:\temp> .\createHA_2.ps1 Connection to 192.168.10.220 ( 192.168.10.220 ) : 3261 has failed - login root starwind - 104 You are authenticated already.. Error: At C:\temp\CreateHA_2.ps1:125 char:2 + $server.Disconnect() + ~~~~~~~~~~~~~~~~~~~~...
by thomas_lt
Fri Jul 05, 2024 4:37 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Still getting the same error message "Invalid partner info..." I've updated the script as follows param($addr="192.168.10.220", $port=3261, $user="root", $password="starwind", $addr2="192.168.10.221", $port2=$port, $user2=$user, $password2=$password,...
by thomas_lt
Fri Jul 05, 2024 2:58 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi, Thank you for your message. Went back today to my test environment. I updated the script but still getting an error message. Appliance 1 IP 192.168.10.220 SYNC 172.16.20.10 HB 172.16.10.10 Applicance 2 IP 192.168.10.221 SYNC 172.16.20.20 HB 172.16.10.20 Here is the current script started on Appl...
by thomas_lt
Thu Jul 04, 2024 5:09 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi, Thank you for your help so far. Still having issues creating the LUN. Here is the updated script, with the correct (I hope) IP settings, and commented Bitmap entries : param($addr="192.168.10.220", $port=3261, $user="root", $password="starwind", $addr2="192.168...
by thomas_lt
Wed Jul 03, 2024 4:27 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi, Here is a copy of the script param($addr="192.168.10.220", $port=3261, $user="root", $password="starwind", $addr2="192.168.10.221", $port2=$port, $user2=$user, $password2=$password, #common $initMethod="Clear", $size=2048, $sectorSize=512, $failo...
by thomas_lt
Wed Jul 03, 2024 6:54 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free question regarding my configuration
Replies: 23
Views: 68386

Re: VSAN Free question regarding my configuration

Hi, I'm having the same issues here. Did you get a chance to finish your setup ? HA networking is verified (FYI, had to disable VM Queues in the NIC advanced settings to make it work) I've copied/pasted the script as in the resource library. The only differences are the IP addresses for the nodes (1...
by thomas_lt
Tue Jun 18, 2024 12:57 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free - Hyper-V - physical storage access
Replies: 3
Views: 22447

Re: VSAN Free - Hyper-V - physical storage access

Thank you for help !
Regarding Replication and Data NIC speeds, is 10GB more than recommended for a 2 nodes cluster ? Or 1GB will do the job, with a very small performance decrease ?
by thomas_lt
Sat Jun 15, 2024 4:01 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: VSAN Free - Hyper-V - physical storage access
Replies: 3
Views: 22447

VSAN Free - Hyper-V - physical storage access

Hi, We'd like to test VSAN Free on 2 lab servers (Win 2022 - Hyper V) running on desktop PCs fitted with 3 NVMe ssd each. I understand using CVM is strongly recommended for performance reasons but I have some questions regarding physical storage access : 1/ As the CVM is running as a Hyper-V VM, the...