OpenVZ Interview Questions and Answers - OpenVZ FAQs

How OpenVZ different from other virtualization technologies?

- OpenVZ is not flexible to provide the services that are being provided by other virtualization platforms.
- OpenVZ is partial virtualization and act as a containerization, whereas other virtualization technologies are either type1 or type2 Hypervisors.
- OpenVZ uses kernel patches to run only Linux operating system, whereas other virtualization platforms can run more than one operating systems.
- OpenVZ is fast and efficient compared to other virtualization technologies.

What is the main function and use of OpenVZ?

OpenVZ is also known as Open virtualization is an operating system level platform that is based on Linux kernel and can run system that is based on Linux architecture. It can run multiple Linux system instances in what is called as containers. It contains Linux base operating system and gives very high performance compared to standalone servers. OpenVZ is free to use and imply. It provides custom level kernel to provide the support for its containers and user level tools.

What are the containers that are involved in virtualization and isolation?

The container consists of:
- Files that consist of system libraries and applications that provides programmers to write the code without looking further. It provides virtualized files as well that keeps the virtualization for the user.
- Users and groups: it consists of isolated root user that allow user to group other users and set the permissions individually or either as groups.

- Process tree: consists of processes that contain other processes under it. The level start from init and it goes as the each process is added.

- Network: consists of the configuration for virtual network devices and the entire container to have its own IP addresses for communication with other devices.

- Devices: consists of access permissions that are used to connect it with the real devices like network interfaces, serial ports, parallel ports, etc.

-IPC objects: consists of the files that are used for inter process communication like shared memory, semaphore, etc

What are the different features of OpenVZ?

OpenVZ is a operating system level virtualization platform and provides features like:

- Scalability: this consists of configuration related to hardware like CPU, RAM etc.
- Performance: this consists of performance related issues that are very few in OpenVZ and it reduces the overhead that is being associated with other virtualization platforms
- Density: provides the decrease of overhead that is required by the container and doesn't allow the demands to exceed the physical availability of the resources.
- Mass management: provides administrator rights to use the physical server of OpenVZ so that user can see all the processes that are running on the system and the containers that are consisting inside the OpenVZ

What are the required steps to improve the efficiency of services in OpenVZ?

OpenVZ utilizes the processing power to reduce the overhead by decreasing the load that is given on a system. It provides better methods to improve the handling of peak loads. It also reduces the complexity by providing standardized and centralized management of the server from one place. It provides a way to isolate the servers from the actual hardware. It uses high-end servers by isolating the server from hardware and with the servers bring added advantages like reliability, longer lifespan, etc.

How to setup the tun/tap network for a container?

OpenVZ uses tun/tap network module to configure a container. To setup the container using tun/tap device:

- Check your system and see that tun/tap module is already being installed. Use the command to find out:
|smod| grep tun
- If not present then use the command to load the tun module:
modprobe tun
- Edit the modules.conf that is inside /etc/ to allow the tun module to run automatically during the start of the system.
- Set the permission for the container to use the tun/tap module
- The following command allows the container to be set with the permission for the use of tun/tap networking module:
vzctl set 101 --devnodes net/tun:rw –save

What are the commands that are required to manage OpenVZ virtual machine?

The commands that are required to manage OpenVZ are as follows:

-To show a list of all running VPSs we require a command named vzlist that list the containers and its parameters.The command that is used with it is:
vzlist -a

The commands can have many parameters like -o that displays only specified parameters with the name.
To calculate the usage for each container's resources a command named vzcalc is used that show all the shared host system resources that is used by a particular container.-v is the parameter that is used to show only the valid containers that are currently in use

How to over-commit the memory in OpenVZ?

To over-commit the memory in OpenVZ few pages has to be modified like vmguarpages and oomguarpages that provides the resource management configuration files. Out of these vmguarpages provides the maxium memory a container can have and oomguarpages provides the maximum memory that is being consumed by the processes. These are used to set the limit. Limit also has some files like privvmpages that puts an upper limit on container memory. It is also used for non-swappable kernel memory. By using these functions over-commitment of the memory can be done by using OpenVZ.

What is the function of veth in OpenVZ?

Veth stands for virtual ethernet device and it is used as an ethernet device in OpenVZ. It is used inside a container and veth consists of MAC address. Veth uses bridged connection configurations with other devices to setup the networking between the two parties for the communication. It includes IPs and gateways to successfully setup the networking interface. This ethernet device contains two ports one is called as CT0 and another is CT. they are connected with each other and they work as interconnected device such that one's input is another's output.
25 Citrix Xen Desktop Interview Questions and Answers
Citrix-xen-desktop interview questions and answers for freshers and experienced - List of Citrix xen desktop questions with answers that might be asked during an interview
Virtuozzo Interview Questions and Answers - Virtuozzo FAQs
Virtuozzo interview questions and answers for freshers and experienced - List of Virtuozzo questions with answers that might be asked during an interview
Virtual Iron Interview Questions and Answers - Virtual Iron FAQs
Virtual iron interview questions and answers for freshers and experienced - List of Virtual iron questions with answers that might be asked during an interview
Post your comment