Search found 805 matches

by Boris (staff)
Mon Jan 27, 2020 4:48 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Complete HA creation with StarwindX
Replies: 11
Views: 11514

Re: Complete HA creation with StarwindX

You need to use CreateHA_2.ps1 and set the parameter called $storageName to the imagefile you need to convert to HA:

Code: Select all

#primary node
$storageName="imagefile4",
by Boris (staff)
Sat Jan 25, 2020 8:30 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Complete HA creation with StarwindX
Replies: 11
Views: 11514

Re: Complete HA creation with StarwindX

Can you share your sample script that produces that unexpected output?

By the way, if you qualify for our NFR license (free with GUI console operational), you can request that from our team here.
by Boris (staff)
Fri Jan 24, 2020 11:06 am
Forum: StarWind Virtual Tape Library (VTL) [+Free], VTL Appliance, Backup Appliance, Virtual Backup Appliance [+Free]
Topic: Import VTLs in case of disastery
Replies: 18
Views: 12619

Re: Import VTLs in case of disastery

Did you make sure the tape with the barcode SWB1O00A existed in the initial library?
by Boris (staff)
Thu Jan 23, 2020 7:35 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: JBOD help with Starwind
Replies: 2
Views: 2888

Re: JBOD help with Starwind

With StarWind VSAN, you would need at least one Windows box to run the software if it's not implying usage of ESXi, where a CentOS based appliance can be used instead. You could then present storage as iSCSI targets to your Ubuntu servers.
by Boris (staff)
Wed Jan 22, 2020 2:52 pm
Forum: StarWind Virtual Tape Library (VTL) [+Free], VTL Appliance, Backup Appliance, Virtual Backup Appliance [+Free]
Topic: VTL Free Replicate to Wasabi
Replies: 6
Views: 9700

Re: VTL Free Replicate to Wasabi

The issue was due to a very big number of parts the tape was broken into at the moment of tape creation. To avoid this, make sure to create a tape either as a solid one or break it into bigger parts (gigabytes or dozens of GB).
by Boris (staff)
Mon Jan 20, 2020 1:13 pm
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: free license, server down after upgrade.
Replies: 5
Views: 3942

Re: free license, server down after upgrade.

Ah, now I get it.
It looks like the issue is still there, as reported by several users. The R&D team is looking into it.
by Boris (staff)
Mon Jan 20, 2020 11:08 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Extremely slow sync data rate
Replies: 5
Views: 4690

Re: Extremely slow sync data rate

That parameter sets the number of synchronization sessions that will exist on that particular sync connection. With fast links (i.e. 10Gbps+) you can have more than 1 sync session per link.
by Boris (staff)
Mon Jan 20, 2020 11:00 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: free license, server down after upgrade.
Replies: 5
Views: 3942

Re: free license, server down after upgrade.

Sorry, I did not quite get your last post. Do you mean the problem persists after the downgrade back to 11456?
by Boris (staff)
Mon Jan 20, 2020 9:28 am
Forum: StarWind V2V Converter, P2V Migrator
Topic: Convert VM from XenServer to Hyper-V
Replies: 8
Views: 7483

Re: Convert VM from XenServer to Hyper-V

Nice to hear Disk2VHD worked for you and your issue looks to be resolved. I thought I did tell you the option, and that was Local File. Anyway, just in case of any future need you may try that.
by Boris (staff)
Mon Jan 20, 2020 9:25 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: free license, server down after upgrade.
Replies: 5
Views: 3942

Re: free license, server down after upgrade.

It looks like for now you would need to downgrade to avoid this issue.
by Boris (staff)
Mon Jan 20, 2020 8:29 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: LSFS over-provisioning
Replies: 12
Views: 8455

Re: LSFS over-provisioning

An update for the community here. The issue with too much storage consumption was preconditioned by disabled automatic defragmentation option at the time of the device creation. If anybody happens to stumble upon that here is an instruction on how to overcome this: 1. Stop the StarWind service to en...
by Boris (staff)
Thu Jan 16, 2020 8:46 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free]
Topic: Extremely slow sync data rate
Replies: 5
Views: 4690

Re: Extremely slow sync data rate

In your snippet you use only one Sync interface and one heartbeat interface. No wonder the sync operation runs via just one link :) Try adding the required interfaces as comma separated values: $syncInterface="#p2=192.168.248.2:3260,192.168.249.2:3260,192.168.250.2:3260", Also, you may wan...
by Boris (staff)
Thu Jan 16, 2020 8:38 am
Forum: StarWind V2V Converter, P2V Migrator
Topic: Convert VM from XenServer to Hyper-V
Replies: 8
Views: 7483

Re: Convert VM from XenServer to Hyper-V

I believe someone from the community has done that for sure. In my previous post in this topic I suggested a workaround for that. It will not be able to convert a VM as a whole, but will take care of separate disks you would then get attached to a newly created Hyper-V VM.