Search found 6 matches

by programswithfortran
Fri Jan 12, 2018 5:18 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Re: Adding a LUN

I rebuilt both Windows VMs from scratch and then installed the prior release of Starwind vsan (11456). I went over the script one more time just to make sure and it appears to have worked. It's synchronizing the volumes now. FYI, the HA creation script is different between the 2 versions, so I made ...
by programswithfortran
Thu Jan 11, 2018 2:40 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Re: Adding a LUN

I downloaded the latest and uninstalled/reinstalled to clear the config. So that would be 8.0.0.11818, according to the management console. Interestingly enough, the errors in the log appear even after a reinstall before I've run the script.
by programswithfortran
Wed Jan 10, 2018 2:51 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Re: Adding a LUN

This is it, I redacted out usernames, passwords, and parts of the IP addresses with X's. Import-Module StarWindX try { $server = New-SWServer -host 127.0.0.1 -port 3261 -user XXX -password XXXXX $server.Connect() $firstNode = new-Object Node $firstNode.HostName = "XX.XX.0.21" $firstNode.Im...
by programswithfortran
Tue Jan 09, 2018 8:00 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Re: Adding a LUN

Sigh. I'm makeing progress, but I fix one thing then hit another error. With the create HA powershell script. I keep getting this error with no line numbers: No coercion operator is defined between types 'System.String' and 'System.UInt32'. I tried copy pasting it a line at a time so I could see wha...
by programswithfortran
Tue Jan 09, 2018 4:29 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Re: Adding a LUN

I was able to remove the second device on node 1. Now I need to eith fix replication between both nodes, or rebuild the config from scratch. At this point, rebuilding from scratch sounds better. I freed up enough space to migrate all my VMs to local storage. Is there an easy way to nuke the current ...
by programswithfortran
Mon Jan 08, 2018 10:30 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Adding a LUN
Replies: 11
Views: 11016

Adding a LUN

I'm using the free version of Starwind virtual SAN. I wanted to add a second LUN to my 2 node ESXi since I have plenty of storage on my system. I want in and added a second drive to each VM. Then I went to add in the new storage and I made a mistake. I tried to use CreateImageFile.ps1 and I accident...