<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>FAQforge &#187; Virtualisation</title> <atom:link href="http://www.faqforge.com/category/linux/virtualisation/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Fri, 03 Feb 2012 13:47:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Enable USB Support In Virtualbox (Ubuntu)</title><link>http://www.faqforge.com/linux/enable-usb-support-in-virtualbox-ubuntu/</link> <comments>http://www.faqforge.com/linux/enable-usb-support-in-virtualbox-ubuntu/#comments</comments> <pubDate>Thu, 22 Dec 2011 14:46:37 +0000</pubDate> <dc:creator>CSch</dc:creator> <category><![CDATA[Basics]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[enable]]></category> <category><![CDATA[mint]]></category> <category><![CDATA[support]]></category> <category><![CDATA[usb]]></category> <category><![CDATA[virtualbox]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=1473</guid> <description><![CDATA[Enabling USB Support in Virtualbox means to be able to access USB drives plugged into your physical machine on your virtual machines. To accomplish this, you first need to download the newest version of Virtualbox (4.1.8 at the time of this writing), which is not available in the Ubuntu repositories but on the Virtualbox homepage: [...]]]></description> <content:encoded><![CDATA[<p>Enabling USB Support in Virtualbox means to be able to access USB drives plugged into your physical machine on your virtual machines. To accomplish this, you first need to download the newest version of Virtualbox (4.1.8 at the time of this writing), which is not available in the Ubuntu repositories but on the Virtualbox homepage:</p><p><a
href="https://www.virtualbox.org/wiki/Downloads">https://www.virtualbox.org/wiki/Downloads</a></p><p>Uninstall any previously installed version if present and then install the downloaded Debian package with a package installer taking care of dependencies, such as <em>gdebi</em>.<br
/> Next, head back to the homepage and install the Virtualbox Extension pack which supports USB 2.0.<br
/> Now you have to make yourself member of the <em>vboxusers</em> group. Go to the <em>Users and Groups</em> Settings in your Control Panel and hit <em>Manage Groups</em>. Scroll down to the vboxusers group and hit <em>Properties</em>. Check the box next to your username and click <em>OK</em>.</p><p><a
href="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb.png"><img
src="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb.png" alt="" title="virtualboxusb" width="422" height="464" class="aligncenter size-full wp-image-1476" /></a></p><p>Last but not least you have to enable USB for the virtual machine. Close it if it is running and enter the <em>Settings</em> window. On the left panel, select <em>USB</em>. Check <em>Enable USB Controller</em> as well as <em>Enable USB 2.0 (EHCI) Controller</em>. Then click the button with the small green plus-symbol and add the USB device you need:</p><p><a
href="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb3.png"><img
src="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb3.png" alt="" title="virtualboxusb3" width="515" height="177" class="aligncenter size-full wp-image-1474" /></a></p><p>If you run the machine a USB symbol will indicate that USB is enabled and a device is running on virtual machine:</p><p><a
href="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb2.png"><img
src="http://www.faqforge.com/wp-content/uploads/2011/12/virtualboxusb2.png" alt="" title="virtualboxusb2" width="476" height="77" class="aligncenter size-full wp-image-1475" /></a></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/enable-usb-support-in-virtualbox-ubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to enable SSH on VMware ESXi Server</title><link>http://www.faqforge.com/linux/virtualisation/how-to-enable-ssh-on-vmware-esxi-server/</link> <comments>http://www.faqforge.com/linux/virtualisation/how-to-enable-ssh-on-vmware-esxi-server/#comments</comments> <pubDate>Fri, 14 Jan 2011 20:10:52 +0000</pubDate> <dc:creator>rafael</dc:creator> <category><![CDATA[Virtualisation]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=544</guid> <description><![CDATA[wrote by Rafael Marangoni, from BR Link team. By default, the ssh login is disabled on VMware ESXi, in opposite way what it happens on VMware ESX Server. But, there’s a way to enable SSH Login. After the system is installed, go to the console screen and type: ALT + F1 After that, a Black [...]]]></description> <content:encoded><![CDATA[<p><em>wrote by Rafael Marangoni, from <a
href="http://www.brlink.com.br" target="_blank">BR Link</a> team.</em></p><p>By default, the ssh login is disabled on VMware ESXi, in opposite way what it happens on VMware ESX Server.</p><p>But, there’s a way to enable SSH Login.</p><p>After the system is installed, go to the console screen and type:</p><p
class="command">ALT + F1</p><p>After that, a Black screen will appear (be calm, that is normal), then type:</p><p
class="command">unsupported</p><p>Next, the Server will prompt for root password. Then you type the root password.</p><p>Afterwards, you’ll have shell access. We need to edit the following file:</p><p
class="command">vi /etc/inetd.conf</p><p>Uncomment the line that starts with “SSH”. Save the file (it’s a normal vi, ZZ will do that for you).</p><p>Now reboot the server:</p><p
class="command">reboot</p><p>After it reboots, you should login with SSH on port TCP/22, and user root.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/virtualisation/how-to-enable-ssh-on-vmware-esxi-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to solve the PHP XCache error: /dev/zero: No space left on device</title><link>http://www.faqforge.com/linux/controlpanels/how-to-solve-the-php-xcache-error-devzero-no-space-left-on-device/</link> <comments>http://www.faqforge.com/linux/controlpanels/how-to-solve-the-php-xcache-error-devzero-no-space-left-on-device/#comments</comments> <pubDate>Wed, 01 Sep 2010 10:19:51 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[Webserver]]></category> <category><![CDATA[OpenVZ]]></category> <category><![CDATA[XCache]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=508</guid> <description><![CDATA[If you get the error &#8220;/dev/zero: No space left on device&#8221; in the apache error.log on a OpenVZ virtual machine, then the shared memory size in the xcache.ini is too high or the xcache.mm_path is set wrong. Edit the file /etc/php5/conf.d/xcache.ini vi /etc/php5/conf.d/xcache.ini and check the mm_path. On a OpenVZ virtual machine it should be [...]]]></description> <content:encoded><![CDATA[<p>If you get the error &#8220;<span
class="system">/dev/zero: No space left on device</span>&#8221; in the apache error.log on a OpenVZ virtual machine, then the shared memory size in the xcache.ini is too high or the xcache.mm_path is set wrong.</p><p>Edit the file /etc/php5/conf.d/xcache.ini</p><p
class="command">vi /etc/php5/conf.d/xcache.ini</p><p>and check the mm_path. On a OpenVZ virtual machine it should be set to &#8220;/tmp/xcache&#8221; as /dev/zero might not work correctly in a virtual machine:</p><p
class="system">xcache.mmap_path = &#8220;/tmp/xcache&#8221;</p><p>Then restart apache2:</p><p
class="command">/etc/init.d/apache2 restart</p><p>and check if the error has been resolved.</p><p>If the roor still occurs after some time, you will have to reduce the xcache.size.</p><p>Edite the xcache.ini file:</p><p
class="command">vi /etc/php5/conf.d/xcache.ini</p><p>and set xcache.size to e.g. 8 MB</p><p
class="system">xcache.size  =                8M</p><p>Then restart apache2:</p><p
class="command">/etc/init.d/apache2 restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/how-to-solve-the-php-xcache-error-devzero-no-space-left-on-device/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Secure /tmp and /dev/shm directories in a OpenVZ enviroment</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/#comments</comments> <pubDate>Tue, 31 Aug 2010 09:06:27 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=504</guid> <description><![CDATA[The /tmp and /dev/shm directories of a OpenVZ virtual machine shall be mounted without suid and exec permissions. To achieve this, create a a shell script on the host server for every virtual machine which contains the commands to remount the directories. This script will be started automatically by openvz when the VM is started. [...]]]></description> <content:encoded><![CDATA[<p>The /tmp and /dev/shm directories of a OpenVZ virtual machine shall be mounted without suid and exec permissions. To achieve this, create a a shell script on the host server for every virtual machine which contains the commands to remount the directories. This script will be started automatically by openvz when the VM is started.</p><p>I will use VPSID as placeholder for the ID of the virtual machine in the commands and the script. Replace VPSID with the id of the virtual machine that you want to create the script for, e.g. replace VPSID with 101.</p><p>Create the script:</p><p
class="command">vi /etc/vz/conf/VPSID.mount</p><p>and insert the following lines:</p><p
class="system">#!/bin/bash<br
/> mount -n &#8211;bind -onosuid,noexec /vz/vps/VPSID/tmp /vz/root/VPSID/tmp<br
/> mount -n &#8211;bind -onosuid,noexec /vz/vps/VPSID/shm /vz/root/VPSID/dev/shm<br
/> exit ${?}</p><p>now make the sscript executable:</p><p
class="command">chmod 700 /etc/vz/conf/VPSID.mount</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig2/secure-tmp-and-devshm-directories-in-a-openvz-enviroment/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Migrate physical server system to OpenVZ virtual machine</title><link>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/</link> <comments>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/#comments</comments> <pubDate>Tue, 31 Aug 2010 08:51:13 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=501</guid> <description><![CDATA[In case you plan to virtualize your server infrastructure and migrate physical servers to OpenVZ virtual machines, you may find this tutorial helpful: http://wiki.openvz.org/Physical_to_container I used this to migrate a ISPConfig Debian system to OpenVZ successfully.]]></description> <content:encoded><![CDATA[<p>In case you plan to virtualize your server infrastructure and migrate physical servers to OpenVZ virtual machines, you may find this tutorial helpful:</p><p><a
href="http://wiki.openvz.org/Physical_to_container" target="_blank">http://wiki.openvz.org/Physical_to_container</a></p><p>I used this to migrate a ISPConfig Debian system to OpenVZ successfully.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/migrate-physical-server-system-to-openvz-virtual-machine/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Backing up OpenVZ virtual machines with vzdump</title><link>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/</link> <comments>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/#comments</comments> <pubDate>Tue, 04 Aug 2009 20:30:56 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[OpenVZ]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=117</guid> <description><![CDATA[Vzdump is a perl script that makes live backups of OpenVZ virtual machines very easy. The following steps are for Debian Linux but vzdump can be used on all other linux distributions. Only the installation may vary. Download and install vzdump from http://download.openvz.org/contrib/utils/vzdump/ cd /tmp wget http://download.openvz.org/contrib/utils/vzdump/vzdump_1.1-2_all.deb dpkg -i vzdump_1.1-2_all.deb Create the backup directory mkdir [...]]]></description> <content:encoded><![CDATA[<p>Vzdump is a perl script that makes live backups of OpenVZ virtual machines very easy. The following steps are for Debian Linux but vzdump can be used on all other linux distributions. Only the installation may vary.</p><p>Download and install vzdump from <a
href="http://download.openvz.org/contrib/utils/vzdump/">http://download.openvz.org/contrib/utils/vzdump/</a></p><p
class="command">cd /tmp<br
/> wget http://download.openvz.org/contrib/utils/vzdump/vzdump_1.1-2_all.deb<br
/> dpkg -i vzdump_1.1-2_all.deb</p><p>Create the backup directory</p><p
class="command">mkdir /home/backup</p><p>Create a backup of all virtual machines as compressed (tar.gz) archive and send a email report to the root user when finished.</p><p
class="command">vzdump &#8211;dumpdir /home/backup &#8211;suspend &#8211;compress &#8211;mailto root &#8211;all</p><p>vzdump can also be used to restore a backup.  Example: restore the backup of the virtual machine 101:</p><p
class="command">vzdump &#8211;restore /home/backup/vzdump-101.tgz 101</p><p>To restore the backup to a different virtual machine, you can specify a differnt target ID. E.g. restore the backup of vm 101 to the virtual machine with the ID 500:</p><p
class="command">vzdump &#8211;restore /home/backup/vzdump-101.tgz 500</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/virtualisation/backing-up-openvz-virtual-machines-with-vzdump/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 4/6 queries in 0.010 seconds using disk: basic
Object Caching 996/996 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-04 23:34:14 -->
