In this article we are going to create a container in OpenVZ server Prerequisites Implementation: Step:1 Create a container with an os template. Note : (i) We take the container  ID as 104 (ii) OS template as ubuntu-18.04-x86_64$vzctl create 104 – -ostemplate ubuntu-18.04-x86_64 Step 2: Save the container $ vzctl… Continue Reading How to create a container in OpenVZ server

How to Increase RAM Size of the container in OpenVZ Date: 21-01-2021 Step 1: Check the list of all running containers by using the below command.#vzlist Step 2: You need stop VPS to which VPS server want to increase the RAM.#vzctl stop <CT_ID> Step 3: Increase the VPS RAM by… Continue Reading How to Increase RAM Size of the container in OpenVZ

How to Increase Disk Space Size of the container in OpenVZ Date: 28-11-2020 Step 1: Check the list of all running containers by using the below command.#vzlist Step 2: Run the following command to increase the disk space. #vzctl set CTID –diskspace SoftLimit:HardLimit –save Note:- CTID — Container Id number.… Continue Reading How to Increase Disk Space Size of the container in OpenVZ

Installation Guide – Openvz setup in centos 6 Date Posted: 22/ 05/2019 Introduction This article will guide you in installation of openvz on centos 6. OpenVZ is an OS level virtualization technology for Linux. Most importantly, it allows a physical server to run multiple operating systems on it. Prior –… Continue Reading Installation Guide – Openvz setup in centos 6