Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Best performance UNIX just for HOST Virtualization? Post 303012319 by bakunin on Friday 2nd of February 2018 05:34:27 AM
Old 02-02-2018
One big distinction you might want to make when it comes to virtualisation is "para-virtualisation" versus "full-virtualisation".

The difference is that a para-virtualised system is aware that it is virtual. This means that it can forego some tasks a non-virtualised system would have to do:

i.e. a disk driver needs to check if the disk is still accessible, may have to cover for a block becoming bad, etc.. A fully virtualised disk driver thinks that the (virtual) disk it is presented is in fact a real disk and treats it accordingly. It will do all these checks i talked before. A para-virtualised disk driver would "know" that what seems to be a disk is in fact a file on some real disk and forego all these checks because the disk driver of the host system would carry them out anyway. This will make the para-virtualised driver faster and less resource-consuming. On the other hand it would mean that you have a system with a different driver and you can't simply copy your physical system to a virtual environment (or the other direction) without changing some things.

I haven't worked with OpenVZ for a long time, so i cannot say anything about newer versions. OpenVZ is (was?) such a para-virtualised environment which offers performance benefits compared to fully virtualised environments like VirtualBox, etc.. But basically it is (or was?) a very comfortable chroot-environment and the performance gain meant on the other hand, that you had only one kernel really running. This meant that you were not completely independent in chosing the system you wanted to run virtualised. If it is now possible to mix Windows- and Linux-systems on the same hardware node IMHO this means that they have switched to full virtualisation and this perhaps means giving up some/all of the performance advantages the para-virtualised system once had.

But without more clearly defining what you want to do a serious suggestion is not possible, as already has been said times and again.

I hope this helps.

bakunin
 

4 More Discussions You Might Find Interesting

1. Solaris

ILOM to unix host

Hello- On Solaris 10g x86 - I had two IP addresses , one for unix host (connecting through putty) and one for ILOM (connecting through CLI and web). I had to perform some changes in FS sizes etc, did that on unix host and executed command 'init 6' remotely for them to take place. But, the unix host... (30 Replies)
Discussion started by: panchpan
30 Replies

2. Red Hat

Red Hat and Intel: Smart processors, virtualization boost efficiency and performance

On Monday March 30, Intel announced the availability of their much anticipated new line of processors, the Intel® Xeon® Processor 5500 series–nicknamed Nehalem. Red Hat, a long-time partner of the market-leading chip maker , collaborated on the chip’s debut, testing and optimizing the... (0 Replies)
Discussion started by: Linux Bot
0 Replies

3. UNIX for Dummies Questions & Answers

Virtualization of Global Namespace in UNIX

Hi all, I have a small Question here in Unix File System.I am unable to get a proper answer in Internet. Hope someone can get back to me soon. A Unix file system can mount filesystem of several disk partitions to form a single global space. Suppose that you wish to virtualize this global... (1 Reply)
Discussion started by: Pavan Kumar
1 Replies

4. Red Hat

Virt-install: ERROR Host does not support any virtualization

Hello guys! First of all sorry about my english. I am using KVM to virtualizate. But when i run the virt-install command, it shows the next error: ERROR Host does not support any virtualization options.My server had virtualisation extensions enabled in the bios. It is my first time using... (7 Replies)
Discussion started by: morrison71
7 Replies
ql-set-cmd-timeout(8)					       System Administration					     ql-set-cmd-timeout(8)

NAME
ql-set-cmd-timeout - set the timeout on the devices connected to the QLogic FC HBA. SYNOPSIS
ql-set-cmd-timeout [OPTIONS] DESCRIPTION
QLogic Linux Set Device Timeout Utility This utility allows you to set the timeout on the devices connected to the QLogic FC HBA. This timeout value applies to the commands sent to the device. This can help when target devices take longer to execute a command, for example under heavy I/O. Setting a longer timeout reduces the chance of the Linux SCSI mid-layer driver aborting the tasks after a timeout. [DEFAULT] Display timeout of devices connected to all HOSTs [HOST] Display timeout of devices connected to HOST [HOST] [TARGET] Display timeout of devices connected to a TARGET on HOST [HOST] [TARGET] [TIMEOUT] To set timeout on devices connected to a TARGET on HOST -h, --help, ? Prints this help message -i, --interactive Use this option to use the menu driven program SEE ALSO
ql-dynamic-tgt-lun-disc(8), ql-lun-state-online(8), ql-hba-snapshot(8) Matthias Schmitz <;matthias@sigxcpu.org> August 2008 ql-set-cmd-timeout(8)
All times are GMT -4. The time now is 06:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy