Search found 14 matches

by the_extremist
Fri Jul 29, 2022 10:23 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Service Unavailable
Replies: 12
Views: 9279

Re: Service Unavailable

Services stopped on node-01. On the node-2 I try to run script, but it didn't work.

Image
by the_extremist
Fri Jul 29, 2022 9:52 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Service Unavailable
Replies: 12
Views: 9279

Re: Service Unavailable

Noo, there is the same status as you see on both nodes.
SyncHaDevice script not working, error as you see
by the_extremist
Thu Jul 28, 2022 2:53 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Service Unavailable
Replies: 12
Views: 9279

Re: Service Unavailable

Hello, this is the result of SyncHaDevice script. https://iv.pl/images/32da36e5f83850febf3f315d419201a4.png This happend on both nodes. param($addr="127.0.0.1", $port=3261, $user="root", $password="starwind", $deviceName="HAImage1") Import-Module StarWindX try...
by the_extremist
Mon May 23, 2022 4:38 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Service Unavailable
Replies: 12
Views: 9279

Re: Service Unavailable

Hello, thanks for your reply.

I see NOT SYNCHRONIZED on both side, but I use free edition. Is there any power shell script to do the same as gui ?
by the_extremist
Mon May 23, 2022 1:53 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Service Unavailable
Replies: 12
Views: 9279

Service Unavailable

Hello, I have a problem. I Have two nodes with StarWind vSan Free. The same nodes are connected to by ms iscsi to each other and by local. I have about 15 HA Images and every thing works fine to this day. We had a problem with power, ups died after two hours and now I have a problem with connected b...
by the_extremist
Sat Jan 08, 2022 9:10 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Re: Virtual San Free - HA

RAID 10 on 4xSSD Samsung 870 EVO 1TB. HP 380 G9 with P840 raid controller
Servers are connected directly with 3 networks 10 GB each.
Iperf show about 9.5 Gbps
by the_extremist
Sat Jan 08, 2022 1:45 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Re: Virtual San Free - HA

Ok, understood. Have another question about synchronization. It's take so long on 30GB disk and 10Gb link. In performance I cannot see any traffic, whats the problem ?

Image
by the_extremist
Fri Jan 07, 2022 3:27 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Re: Virtual San Free - HA

Could you tell me how can I add next HAImages on the same target ? I mean next HA image with different lun on the same target ? Now I trying to set second image, it's look like this, but when the syncro was finished it start it again.. First I use this code param($addr="192.168.110.2", $po...
by the_extremist
Thu Jan 06, 2022 2:08 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Re: Virtual San Free - HA

Yes, 192.168.230.2 and 192.168.110.2 are on the same server (01)

Ping is working as I said. Below from 02 to 01

Image
by the_extremist
Thu Jan 06, 2022 1:23 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Re: Virtual San Free - HA

Hello, I changed the networks and recreate HAImage. Now it looks like this: param($addr="192.168.110.2", $port=3261, $user="root", $password="starwind", $addr2="192.168.110.3", $port2=$port, $user2=$user, $password2=$password, #common $initMethod="Clear&q...
by the_extremist
Thu Jan 06, 2022 11:59 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Virtual San Free - HA
Replies: 15
Views: 15232

Virtual San Free - HA

Hello, I trying to create HA device and have some problems with heartbeat This is the script param($addr="192.168.110.2", $port=3261, $user="root", $password="starwind", $addr2="192.168.110.3", $port2=$port, $user2=$user, $password2=$password, #common $initMet...