Posted On April 2, 2019

Question: Is VirtualBox Recommended for Production?

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> Question: Is VirtualBox Recommended for Production?

Answer: No

– It’s not supported for production environment:
– VirtualBox is not enterprise level: https://www.reddit.com/r/sysadmin/comments/4nhh36/anyone_using_virtualbox_for_production/?rdt=46447
– VMware is better:

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Setting up proper multiple active I/O Paths between ESX and Equalogic

There are two options:1. If ESX Enterprise license is available, download Dell MEM 1.1.2 package…

Azure: TrafficManager

Requirement Create a Traffic Manager profile for KimConnect using the Azure portal. Overview ---------------------------------"Setup Phase"1.…

PowerShell: Fix All VMs CPU Compatibility Setting

# fixAllVmCpuCompatibility.ps1 # version 0.01 function getHyperVHostsInForest{ function includeRSAT{ $ErrorActionPreference='stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 #$rsatWindows7x32='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x86-RefreshPkg.msu' $rsatWindows7x64='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x64-RefreshPkg.msu'…