Search found 11 matches

by descalona
Wed Jan 17, 2024 6:38 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Windows GUI Free KVM
Replies: 2
Views: 4628

Windows GUI Free KVM

Hello All,

Can someone explain this and how to make it work? Thanks!
by descalona
Mon Nov 06, 2023 2:15 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: maintenance mode
Replies: 7
Views: 12449

Re: maintenance mode

Hello,

yes, I used the script. But how do we get out of maintenance mode? Thanks!
by descalona
Mon Nov 06, 2023 3:13 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: maintenance mode
Replies: 7
Views: 12449

maintenance mode

This is probably an easy one. How to exit out of maintenance mode in the free version? Thanks!
by descalona
Fri Nov 03, 2023 5:47 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: ways of Decommissioning and adding a server on HA
Replies: 10
Views: 15972

Re: ways of Decommissioning and adding a server on HA

Sorry for the late reply.

I just found out from this forum that there is still no way to create a third replica from the existing 2 replica img. That is what I am trying to accomplish. Thank you so much for everything!
by descalona
Wed Oct 25, 2023 2:29 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: ways of Decommissioning and adding a server on HA
Replies: 10
Views: 15972

Re: ways of Decommissioning and adding a server on HA

Hello, Sorry to re-open this. But I am still having a problem. I am trying to add another partner to my already 2 node HAImage. But, I am still getting an error. Is there a way you can take a look? Thanks PS C:\Windows\system32> param($addr="10.200.1.112", $port=3261, $user="root"...
by descalona
Wed Oct 11, 2023 12:23 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: ways of Decommissioning and adding a server on HA
Replies: 10
Views: 15972

Re: ways of Decommissioning and adding a server on HA

Hello Yaroslav, How to add that to my script? Is it this one? It is already in the script. Please see the code. $syncInterface2="#p1={0}:3260" -f $addr, $hbInterface2="#p1=10.200.1.112:3260", $node.SyncInterface = $syncInterface2 $node.HBInterface = $hbInterface2
by descalona
Tue Oct 10, 2023 2:38 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: ways of Decommissioning and adding a server on HA
Replies: 10
Views: 15972

ways of Decommissioning and adding a server on HA

Hello all, I have 2 servers hosting a 25TB image using starwind vsan free. I followed a guide on creating a small ha device using Create-HA_2.ps1 and extended it using ExtendDevice.ps1 scripts and I was successful. Now, I need to decom the old server and replace it with the new one without disconnec...