Search

Educational Episodes: Hyperconverged Infrastructure (HCI)

Featured articles

Orest Lesyuk

Microsoft SQL Server High Availability: Always On Availability Groups VS Failover Cluster Instances. What to choose and when?

Microsoft SQL Server is the backbone of many businesses, but when it comes to high availability, which path should you take: Always On Availability Groups (AG) or Failover Cluster Instances (FCI)?

Alex Khorolets

Turn two VMware vSphere hosts into a full-blown cluster without breaking the bank, in 5 easy steps

Security, privacy, and performance have always been a priority for many businesses even over the limitless scalability offered by the cloud. Join us for a new video, on how to transform two on-prem VMware vSphere hosts into a bulletproof high-availability (HA) cluster for improved cost-effectiveness, high VM performance and enhanced security, in 5 easy steps.

PeerSpot

Ensuring Business Continuity and High Availability With StarWind Virtual SAN

Want to optimize your storage infrastructure? Learn how StarWind Virtual SAN (VSAN) helps organizations achieve high availability and resilience.

Vladyslav Savchenko

Setting up StarWind Virtual SAN (VSAN) as Hardened Repository for Veeam B&R

Worried about keeping your business data safe from ransomware and other threats? Discover how StarWind Virtual SAN (VSAN) can fortify your backup strategy as a hardened repository for Veeam Backup & Replication (B&R).

Kevin Soltow

ESXi is free… So why would you buy an ESXi anyway?

Most admins know that VMware offers Free and Evaluation versions of their hypervisor. However, there are still some nuances that explain why people would actually buy ESXi.

Diana Abo Harmouch

What is V2V (Virtual to Virtual)?

V2V in Focus: What’s virtual-to-virtual migration all about? Learn what V2V is, why it matters, and how it works. Check out reasons for migration, hot vs. cold migration, and tools like StarWind V2V Converter.

Hanna Parich

How to Convert Hyper-V to VMware VM

VMware vSphere and Microsoft Hyper-V are among the most popular type 1 enterprise hypervisors. However, their VM formats are incompatible, and it is not uncommon for users to look for an easy way to migrate a virtual machine from one hypervisor to another.

Latest articles

View:
Vitalii Feshchenko

How to Perform Check Disk on Cluster Shared Volume on StarWind VSAN

Find out from the StarWind blog article how to perform Check Disk on Cluster Shared Volume on StarWind VSAN with Failover Cluster ManagerSometimes, you can see an error in Failover Cluster Manager as “Chkdsk scan needed on volume”. It might happen due to some potential problems on a disk. To fix the issue, the system advices you to run a Chkdsk which is the well-known command for every system administrator.

Kevin Soltow

How to clone VMs if VMware vCenter is unavailable

There are various tricks and hints we all use to make our daily system administration routines easier. One of them is virtual machine cloning provided by VMware vCenter Server. Great and simple thing allowing you to deploy many identical virtual machines to a group – no need to repeat the same process all over again. This is usually done in vCenter but there are several other ways you can go if it becomes unavailable.

Gary Williams

Install Gitlab, HTTPS and the container registry

Many of us view Gitlab as something that only developers may use. Indeed, these guys love it, but are they the only ones who may find it handy? That’s time to dispel that myth! Gitlab is more than the cool repository for scripts of any size and shape. It is a feature-rich solution, so that won’t be fair to leave that thing on the table.

Romain Serre

Chain Veeam Backup job to reduce backup window

We all know what backup window really is, right? It’s an extremely short period of time that you are supposed to fit all your backup processes in somehow. Still, this challenge looks not that hard to accomplish as long as you are using that time wisely. That’s, actually, what Veeam Backup & Replication backup job chaining is intended for!

Vladan Seget

How to protect users against Malicious Websites using CryptoMiners via Windows Defender Application Guard

Fairly often, unexperienced end users get caught on some website which uses malware or newly some crypto miners which uses up to 70% of your PCs power to mine a cryptocurrency for some hackers. So how to protect at best those end users? One of the new ways is to use Microsoft’s built-in utility called Windows Defender Application Guard (WDAG).The tool is designed for W10 Enterprise version only and the system has to support to run Hyper-V role. Microsoft introduced a new layer of defense-in-depth protection which uses Hyper-V for isolation purposes.

Sergey Sanduliak

Top 5 solutions to make huge data transferring with AWS a breeze

Regarding the growing demand on the cloud, it’s no problem finding a cloud storage provider. However, there are only few market players that can be considered true leaders of this industry. Amazon is one of these guys, with S3 cloud storage serving a perfect fit for any business regardless of its size. But still, even Amazon’s customers face several challenges during data migration process to S3, especially, when it comes to petabytes.

Andrea Mauro

Why upgrade to VMware vSphere 6.7 (or why not)

Now that VMware vSphere 6.7 has been announced and it’s also available in General Availability (GA), some people may ask if it makes sense upgrade to this version (or when will make sense upgrade to 6.7). Is a GA release ready for a production environment? Or is it mature and stable enough?

Paolo Valsecchi

Veeam Backup & Replication 9.5 – Protection Groups

Protection Groups is a new feature introduced with the Update 3 of Veeam Backup & Replication 9.5 and allows the administrators to backup physical servers and workstations through the use of Agents. In this article will be explained the procedure to create Protection Groups and their use in the backup jobs.

Kevin Soltow

PowerCLI: a fast and easy way to set up virtual networks in VMware ESXi 6.5

Recently, I decided to automate some boring routine procedures related to setting up virtual networks in ESXi 6.5. That’s right, I’m talking about PowerCLI. This command-line tools allows automating all aspects of vSphere management, including network, storage, VM and so on and so forth. Sure, I had to dig into the details of orchestrating ESXi with PowerCLI. Yep, it took me some time but at the end of the day, the knowledge and experience I acquired paid back! Apparently, this case is not unique, so I decided to share my experience in today’s scribbling.

Andrea Mauro

Using PowerShell on Linux

PowerShell is a command line (CLI) scripting language developed by Microsoft to simplify automation and configuration management, consisting of a command-line shell and associated scripting language. It’s a (huge) evolution (or better a revolution) from the original DOS batch language (still supported in latest Windows OS with the cmd.exe command), and it’s really better compared to the different previous attempts to replace the batch language (like Windows Script Host).