rm /etc/vmware/license.cfg cp /etc/vmware/.#license.cfg /etc/vmware/license.cfg /etc/init.d/vpxa restart /etc/init.d/hos..
Category : Virtualization
LAMP, which stands for (L)inux, (M)ySQL, (A)pache, (P)hp, is needed to be installed and configured if your planning to run a site using CMS (content management systems) such as WordPress or Joomla. LAMP are the four most commonly used software to host and run virtually all websites on the internet. For Linux, the choice of ..
VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. 1. On the host, from the VMware Fusion menu bar, select Virtual Machine > Install VMware Tools. If an earlier version of VMware Tools is installed, the menu item is ..
This guide is applicable to VMware ESXi 6.5. Login to web console and navigate to, Networking > Firewall Rules and Highlight ‘vSphere Web Access’ Click ‘Edit settings’ and input IP address which you want to allow, Repeat the same steps to vSphere Web Client, save and hit Refre..
Physical-to-Virtual (“P2V” or “p-to-v”) involves the process of decoupling and migrating a physical server’s operating system (OS), applications, and data from that physical server to a virtual-machine guest hosted on a virtualized platform. Virtual to virtual (V2V) is a term that refers to the migration of an operating system (OS), application programs and data from ..
A server virtualization platform from VMware. VMware vSphere debuted in 2009 as the successor to the company’s flagship VMware Infrastructure solution, and it serves as a complete platform for implementing and managing virtual machine (VM) infrastructure on a large scale. VMWARE INSTALLATION 1. Mount VMWare ISO 2. Follow image below to install VMWare. Select VM ..
[root@localhost ~]# mkdir -p /ips1/qemu [root@localhost ~]# cd /ips1/qemu [root@localhost ~]# wget https://download.qemu.org/qemu-2.10.1.tar.xz [root@localhost ~]# tar xvf qemu-2.10.1.tar.xz [root@localhost ~]# cd qemu-2.10.1 [root@localhost ~]# ./configure –enable-kvm –enable-vnc –disable-virtfs –enable-system –target-list=x86_64-softmmu [root@localhost ~]# make [root@localhost ~]# ma..
Open vSwitch is a multilayer virtual switch that been used for our KVM – QEMU server. Mostly of our Shared Hosting been setup with this technology. Install dependencies required by Open vSwitch [root@localhost ~]# yum install wget openssl-devel gcc make python-devel openssl-devel kernel-devel graphviz kernel-debug-devel autoconf automake rpm-build redhat-rpm-config libtool python-twisted-core python-zope-interface PyQt4 desktop-file-utils libcap-ng-devel ..