Search found 9 matches

by janderson133
Mon Nov 14, 2022 10:01 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Corruption?
Replies: 4
Views: 1441

Re: Corruption?

yaroslav,

You might be right - I see block errors on the VSA. I'm trying to determine if this is within the VSA or the vmware SSD.

I'll keep you posted - thanks!

Jeff
by janderson133
Mon Nov 14, 2022 5:27 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Corruption?
Replies: 4
Views: 1441

Re: Corruption?

Thanks yaroslav I don't think this is a storage issue. The VSA is running on an SSD inside the ESXi host. All the other VMs running on that SSD are fine. This only started happening after the networking issues. Maybe the image is damaged inside the VSA, but this would be self inflicted by the starwi...
by janderson133
Sun Nov 13, 2022 7:47 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Corruption?
Replies: 4
Views: 1441

Corruption?

Hello, I have a 3 node cluster using the free vsa (Node3 is the witness node). The nodes are running the latest version of starwind. There was some networking issues that caused the nodes to go offline. Node 2 shows synchronized. When it tries to synchronize with node 1 is fails at 6%. I also notice...
by janderson133
Sat May 14, 2022 5:41 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add Heartbeat Interfaces
Replies: 5
Views: 2279

Re: Add Heartbeat Interfaces

Thanks - I don't know why I had node majority and heartbeat mashed together in my mind :)
by janderson133
Fri May 13, 2022 4:33 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Add Heartbeat Interfaces
Replies: 5
Views: 2279

Add Heartbeat Interfaces

I guess I should ask this question: is a heartbeat interface necessary if the cluster is using a witness and the cache-mode is write-through? I'm trying to create a 2 node HA cluster with a witness. They should all be using heartbeat IPs. I'm using the free version so I'm limited to powershell. 1st ...
by janderson133
Wed May 04, 2022 11:39 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Hyper Converged Power Outage
Replies: 3
Views: 1618

Re: Hyper Converged Power Outage

Thanks for the info. I just called the images master and partner like the powershell scripts :) Sounds like I will always have this sync issue during an outage of all nodes because of the write-back cache. As such, I created a 3 node cluster (2 active storage nodes and 1 witness) with write-through ...
by janderson133
Wed May 04, 2022 5:31 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Hyper Converged Power Outage
Replies: 3
Views: 1618

Hyper Converged Power Outage

Hello, In my lab I'm testing a hyper-converged scenario on vmware using the vsan for vmware ovf template. Here are my hosts/guests: - vmHost1 with guest starwind-vsan1 - vmHost2 with guest starwind-vsan2 - vmHost3 with guest starwind-vsan3 I created a 2TB volume with the "master" image on ...
by janderson133
Wed May 04, 2022 4:32 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Change Password via Powershell
Replies: 3
Views: 1964

Re: Change Password via Powershell

Thanks for the pointer and this code seems to work: $password="starwind" $md5 = new-object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider $utf8 = new-object -TypeName System.Text.UTF8Encoding $hash = $md5.ComputeHash($utf8.GetBytes($password)) # Encode binary MD5 content t...
by janderson133
Wed Apr 27, 2022 12:19 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Change Password via Powershell
Replies: 3
Views: 1964

Change Password via Powershell

Hello, I'm trying to change the password via powershell per this thread: https://forums.starwindsoftware.com/viewtopic.php?f=5&t=5101&p=28708&hilit=change+password#p28708 The thread states the format of the password: raw format: "##" + ToBase64(MD5(password)) original: "##...