Search found 6 matches

by StarWindN00b
Mon Sep 04, 2023 5:30 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Re: Issues Setting up vSAN Free with HyperV

Not sure I understand what you mean? I built those lines based on the script you sent and commented out the older lines. If it is supposed to look like his script, then I should leave the lines in that you stated and removed the commented line for cleanliness. Are you saying I no longer need to tell...
by StarWindN00b
Mon Sep 04, 2023 3:22 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Re: Issues Setting up vSAN Free with HyperV

OK, I'd say the P was the issue there. I made the other changes and no change from before. Followed some of the other documentation you sent and I am really having a hard time finding the issue. I'm sorry to be such a pain. param ( $addr="192.168.1.24", $port=3261, $user="root", ...
by StarWindN00b
Sun Sep 03, 2023 3:10 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Re: Issues Setting up vSAN Free with HyperV

Alright, I have an update that is different now. I now have 2 Nics per Optiplex. Here is my new script, and then my new error. param ( $addr="192.168.1.24", $port=3261, $user="root", $password="starwind", $addr2="192.168.1.25", $port2=$port, $user2=$user, $pas...
by StarWindN00b
Sun Sep 03, 2023 1:09 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Re: Issues Setting up vSAN Free with HyperV

Maybe I am missing what is required. I think that one link you sent shows that. How many network links does this require to work. For this proof of concept, I only have 1 nic on each machine. When I move to actually use this, what is the ideal situation for this software? I'm sorry if these are basi...
by StarWindN00b
Sat Sep 02, 2023 10:06 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Re: Issues Setting up vSAN Free with HyperV

Duh. My bad. here you are. Thanks for the fast reply! param ( $addr="192.168.1.24", $port=3261, $user="root", $password="starwind", $addr2="192.168.1.25", $port2=$port, $user2=$user, $password2=$password, #common $initMethod="Clear", $size=12, $secto...
by StarWindN00b
Sat Sep 02, 2023 5:32 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Issues Setting up vSAN Free with HyperV
Replies: 10
Views: 12220

Issues Setting up vSAN Free with HyperV

Hello all, I will preface this by saying I am totally new to this software. I am using the Free version as this will be a homelab deployment to see how this software works. Setup: 2 Optiplex desktops with Server 2022 installed. Hyper-v in installed and setup. Both are on the same domain. Both are in...