<?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>nixCraft &#187; Linux Virtualization</title> <atom:link href="http://www.cyberciti.biz/tips/category/linux-virtualization/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Vmware Linux Guest Add a New Hard Disk Without Rebooting Guest</title><link>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html</link> <comments>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html#comments</comments> <pubDate>Sat, 18 Jul 2009 06:55:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[/etc/fstab]]></category> <category><![CDATA[/proc/scsi/scsi]]></category> <category><![CDATA[echo "- - -" > /sys/class/scsi_host/host#/scan]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[mkfs.ext3_command]]></category> <category><![CDATA[rescan scsi]]></category> <category><![CDATA[rescan vwmare scsi]]></category> <category><![CDATA[vmware add scsi disk]]></category> <category><![CDATA[vmware delete scsi disk]]></category> <category><![CDATA[vwmare]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5411</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VMWare Virtualization software related articles" href="http://www.cyberciti.biz/tips/category/vmware"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png" border="0" alt="" /></a></div> <span
class="drop_cap">A</span>s a system admin, I need to use additional hard drives for to provide more storage space or to separate system data from user data. This procedure, adding physical block devices to virtualized guests, describes how to add a hard drive on the host to a virtualized guest using VMWare software running Linux as guest. <br
/><br
/> It is possible to add or remove a SCSI device explicitly, or to re-scan an entire SCSI bus without rebooting a running Linux VM guest.  This how to is tested under Vmware Server and Vmware Workstation v6.0 (but should work with older version too). All instructions are tested on RHEL, Fedora, CentOS and Ubuntu Linux guest / hosts operating systems. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html/feed</wfw:commentRss> <slash:comments>34</slash:comments> </item> <item><title>Increase Your VMware Virtual Hard Disk Size ( vmdk file )</title><link>http://www.cyberciti.biz/tips/howto-resize-vmware-virtual-harddisk-size.html</link> <comments>http://www.cyberciti.biz/tips/howto-resize-vmware-virtual-harddisk-size.html#comments</comments> <pubDate>Tue, 09 Jun 2009 14:22:42 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Backup]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[gparted command]]></category> <category><![CDATA[resize vmware guest disk]]></category> <category><![CDATA[resize vmware server disk]]></category> <category><![CDATA[resize vmware virtual machine disk]]></category> <category><![CDATA[resize vmware vmdk]]></category> <category><![CDATA[resize vmware workstation disk]]></category> <category><![CDATA[windows vista. vmware-vdiskmanager command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4998</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> I've Windows Vista installed as a guest under Ubuntu Linux using VMWARE Workstation 6.0. This is done for testing purpose and browsing a few site that only works with Internet Explorer. Since I only use it for testing I made 16GB for Vista and 5GB for CentOS and 5GB in size for FreeBSD guest operating systems. However, after some time I realized I'm running out of disk space under both CentOS and Vista. Adding a second hard drive under CentOS solved my problem as LVM was already in use. Unfortunately, I needed to double 32GB space without creating a new D: drive under Windows Vista. Here is a simple procedure to increase your Virtual machine's disk capacity by  resizing vmware vmdk file.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-resize-vmware-virtual-harddisk-size.html/feed</wfw:commentRss> <slash:comments>31</slash:comments> </item> <item><title>XEN Virtualization Set The MTU For xenbr0 Interface</title><link>http://www.cyberciti.biz/tips/fedora-debian-rhel-centos-linux-xen-setmtu-xenbr0.html</link> <comments>http://www.cyberciti.biz/tips/fedora-debian-rhel-centos-linux-xen-setmtu-xenbr0.html#comments</comments> <pubDate>Wed, 31 Dec 2008 18:40:08 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[/etc/rc.local]]></category> <category><![CDATA[ifconfig command]]></category> <category><![CDATA[interface]]></category> <category><![CDATA[ip command]]></category> <category><![CDATA[ip command tutorial]]></category> <category><![CDATA[jumbo frames]]></category> <category><![CDATA[maximum transmission unit]]></category> <category><![CDATA[xen set mtu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4238</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/xen' title='See all Xen Virtual Dedicated Servers related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/xenlogo.gif' border='0' /></a></div> I've already written about setting <a
href="http://www.cyberciti.biz/faq/how-can-i-setup-the-mtu-for-my-network-interface/" title="How do I setup the MTU for my network interface?">the MTU</a> (Maximum Transmission Unit) under Linux including <a
href="http://www.cyberciti.biz/faq/rhel-centos-debian-ubuntu-jumbo-frames-configuration/" title="Linux Configure Jumbo Frames to Boost Network Performance / Throughput">Jumbo frames</a> (FreeBSD <a
href="http://www.cyberciti.biz/faq/freebsd-jumbo-frames-networking-configration/">specific MTU</a> information is here).<br
/><br
/> With this quick tip you can increase MTU size to get a better networking performance.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/fedora-debian-rhel-centos-linux-xen-setmtu-xenbr0.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Top 10 Linux Virtualization Software</title><link>http://www.cyberciti.biz/tips/linux-virtualization-software.html</link> <comments>http://www.cyberciti.biz/tips/linux-virtualization-software.html#comments</comments> <pubDate>Wed, 31 Dec 2008 15:00:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[kvm]]></category> <category><![CDATA[Linux-VServer]]></category> <category><![CDATA[OpenVZ]]></category> <category><![CDATA[oracle vm]]></category> <category><![CDATA[storage virtualization]]></category> <category><![CDATA[virtual machine]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[virtualbox]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4215</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Virtualization is the latest buzz word. You may wonder computers are getting cheaper every day, why should I care and why should I use virtualization? Virtualization is a broad term that refers to the abstraction of computer resources such as:<ol><li>Platform Virtualization</li><li>Resource Virtualization</li><li>Storage Virtualization</li><li>Network Virtualization</li><li>Desktop Virtualization</li></ol> This article describes why you need virtualization and list commonly used <acronym
title="Free and open source software">FOSS</acronym> and proprietary  Linux virtualization software.  ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-virtualization-software.html/feed</wfw:commentRss> <slash:comments>27</slash:comments> </item> <item><title>How To Convert From a VMware Image To Virtualbox Image</title><link>http://www.cyberciti.biz/tips/converting-from-vmware-images-to-virtualbox-images.html</link> <comments>http://www.cyberciti.biz/tips/converting-from-vmware-images-to-virtualbox-images.html#comments</comments> <pubDate>Mon, 22 Dec 2008 20:24:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[emulator]]></category> <category><![CDATA[qemu-img command]]></category> <category><![CDATA[sun]]></category> <category><![CDATA[VBoxManage command]]></category> <category><![CDATA[virtual machine]]></category> <category><![CDATA[virtualbox]]></category> <category><![CDATA[vmdk]]></category> <category><![CDATA[workstation]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4108</guid> <description><![CDATA[<p><div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> VirtualBox is a virtual emulator like VMWare workstation. It has many of the features VMWare has, as well as some of its own.</p><p>I really like new Opensource VirtualBox from Sun. It is light on resources. Here is a quick tip - you can convert a VMware virtual machine (image) to a VirtualBox machine (image) using qemu-img utility, without reinstalling the GUEST operating system</p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/converting-from-vmware-images-to-virtualbox-images.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Linux: Boot a 2TB+ partition or Larger Array Using Grub</title><link>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html</link> <comments>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html#comments</comments> <pubDate>Thu, 04 Dec 2008 07:13:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[/boot/grub/menu.lst]]></category> <category><![CDATA[drive geometry]]></category> <category><![CDATA[edit grub conf]]></category> <category><![CDATA[fdisk 2tb]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[GPT]]></category> <category><![CDATA[grub boot loader]]></category> <category><![CDATA[mkfs ext3 2tb systems]]></category> <category><![CDATA[partition size]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3718</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/file-system' title='See all File system related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/file-manager.png' border='0' /></a></div> I've already written about <a
href="http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html">creating a partition size larger than 2TB</a> under Linux using GNU parted command with GPT.  In this tutorial, I will provide instructions for booting to a flat 2TB or larger RAID array under Linux using the GRUB boot loader.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-linux-boot-2tb-larger-raidarray-harddisk.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Install Linux On Intel Xeon 7400 Dunnington</title><link>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html</link> <comments>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html#comments</comments> <pubDate>Thu, 13 Nov 2008 05:29:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[blade server]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[hexa]]></category> <category><![CDATA[intel xeon processor]]></category> <category><![CDATA[l2 caches]]></category> <category><![CDATA[license server]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[server consolidation]]></category> <category><![CDATA[server module]]></category> <category><![CDATA[solaris 10]]></category> <category><![CDATA[sun blade]]></category> <category><![CDATA[tigerton]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3511</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <a
href="http://www.intel.com/products/processor/xeon7000/index.htm?iid=servproc+body_xeon7400subtitle">Dunnington</a> is Intel's first multi-core CPU - features a single-die six- (or hexa) core design with three unified 3 MB L2 caches (resembling three merged 45 nm dual-core Wolfdale dies), and 96 KB L1 cache (Data) and 16 MB of L3 cache. It features 1066 MHz FSB, fits into the Tigerton's mPGA604 socket, and is compatible with the Caneland chipset. These processors support DDR2-1066 (533 MHz), and have a maximum TDP below 130 W. They are intended for blades and other stacked computer systems. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/install-linux-on-sun-blade-x6450-server.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How To Open VMware Server Remote Console with Firefox 3.0.1</title><link>http://www.cyberciti.biz/tips/linux-open-vmware-server-remote-console-with-firefox-301.html</link> <comments>http://www.cyberciti.biz/tips/linux-open-vmware-server-remote-console-with-firefox-301.html#comments</comments> <pubDate>Thu, 24 Jul 2008 13:23:45 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Gnome]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Mozilla]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[compatibility issue]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[vmware server]]></category> <category><![CDATA[web interface for vmware server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2496</guid> <description><![CDATA[Explains how to activate / open VMware Server Remote Console plugin with Firefox 3.0.1 under Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-open-vmware-server-remote-console-with-firefox-301.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Download of the day: Vmware 2.0 Virtualization Solutions Beta Software</title><link>http://www.cyberciti.biz/tips/download-vmware-2-virtualization-solutions-software.html</link> <comments>http://www.cyberciti.biz/tips/download-vmware-2-virtualization-solutions-software.html#comments</comments> <pubDate>Thu, 17 Jul 2008 10:43:28 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[beta software]]></category> <category><![CDATA[client server model]]></category> <category><![CDATA[file virtualization]]></category> <category><![CDATA[free serial number]]></category> <category><![CDATA[gsx server]]></category> <category><![CDATA[guest operating system]]></category> <category><![CDATA[resource utilization]]></category> <category><![CDATA[resource virtualization]]></category> <category><![CDATA[server virtualization]]></category> <category><![CDATA[server virtualization benefits]]></category> <category><![CDATA[server virtualization technology]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[virtualization products]]></category> <category><![CDATA[virtualization solutions]]></category> <category><![CDATA[vmware gsx]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2473</guid> <description><![CDATA[VMware Server is an entry-level server virtualization solution, which is proprietary, freeware software. VMware released version 2.0 beta of Server on July 1, 2008. New version provides appliance like control using nothing but a webbrowser.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-vmware-2-virtualization-solutions-software.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>VMWare: List all running Virtual Machines [ VMs ] /  VPS From a Shell Prompt</title><link>http://www.cyberciti.biz/tips/vmware-list-all-running-vms-command.html</link> <comments>http://www.cyberciti.biz/tips/vmware-list-all-running-vms-command.html#comments</comments> <pubDate>Sun, 06 Jul 2008 06:06:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[server virtualization]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[vmrun command]]></category> <category><![CDATA[vmserver]]></category> <category><![CDATA[vmware server]]></category> <category><![CDATA[vmx]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3223</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> You can easily list all running Virtual machines from a Linux shell prompt without accessing GUI. This is useful to scripts or to get status for any VM. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-list-all-running-vms-command.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Red Hat / CentOS Linux 4: Setup Device Mapper Multipathing</title><link>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html</link> <comments>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html#comments</comments> <pubDate>Sun, 06 Jul 2008 06:06:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[channel ports]]></category> <category><![CDATA[cluster]]></category> <category><![CDATA[controller port]]></category> <category><![CDATA[crypt disk]]></category> <category><![CDATA[disk encryption]]></category> <category><![CDATA[dynamic load balancing]]></category> <category><![CDATA[enhancement technique]]></category> <category><![CDATA[fault tolerance]]></category> <category><![CDATA[generic framework]]></category> <category><![CDATA[gfs]]></category> <category><![CDATA[global files system]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[lvm2]]></category> <category><![CDATA[mass storage devices]]></category> <category><![CDATA[multipath]]></category> <category><![CDATA[path management]]></category> <category><![CDATA[performance enhancement]]></category> <category><![CDATA[physical path]]></category> <category><![CDATA[policy option]]></category> <category><![CDATA[resultant data]]></category> <category><![CDATA[scsi controllers]]></category> <category><![CDATA[virtual block]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3707</guid> <description><![CDATA[Multipath I/O is a fault-tolerance and performance enhancement technique whereby there is more than one physical path between the CPU in a computer system and its mass storage devices through the buses, controllers, switches, and bridge devices connecting them. A simple example would be a SCSI disk connected to two SCSI controllers on the same [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-linux4-setup-device-mapper-multipathing-devicemapper.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Load Balancer Open Source Software</title><link>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</link> <comments>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html#comments</comments> <pubDate>Tue, 11 Mar 2008 17:01:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[availability cluster]]></category> <category><![CDATA[balancing systems]]></category> <category><![CDATA[cluster software]]></category> <category><![CDATA[cluster system]]></category> <category><![CDATA[load balance]]></category> <category><![CDATA[load balancer]]></category> <category><![CDATA[load balancing software]]></category> <category><![CDATA[load balancing solution]]></category> <category><![CDATA[network requests]]></category> <category><![CDATA[resource utilization]]></category> <category><![CDATA[server clusters]]></category> <category><![CDATA[software implementation]]></category> <category><![CDATA[voip services]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/load-balancer-open-source-software.html</guid> <description><![CDATA[I've worked with a various load balancing systems (LBS). They are complex pieces of hardware and software. In this post I will highlight some of the open source load balancing software. But what is load balancing? It is nothing but a technique used to share (spared) load / services between two or more servers. For [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/load-balancer-open-source-software.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Linux Xen High Availability Clusters Configuration Tutorial</title><link>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html#comments</comments> <pubDate>Wed, 06 Feb 2008 09:46:51 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[application instance]]></category> <category><![CDATA[availability clusters]]></category> <category><![CDATA[configuration options]]></category> <category><![CDATA[high availability]]></category> <category><![CDATA[hypervisor virtualization]]></category> <category><![CDATA[open source virtualization]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[virtual private server]]></category> <category><![CDATA[virtualization software]]></category> <category><![CDATA[xensource]]></category> <category><![CDATA[zen virtualization]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html</guid> <description><![CDATA[Xen is one of the leading Virtualization software. You can use Xen virtualization to implement HA clusters. However, there are few issues you must be aware of while handling failures in a high-availability environment. This article explains configuration options using Xen: The idea of using virtual machines to build high available clusters is not new. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-xen-high-availability-clusters-configuration-tutorial.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Virtualization: Run Windows and Linux at One Place</title><link>http://www.cyberciti.biz/tips/virtualbox-virtualization-software.html</link> <comments>http://www.cyberciti.biz/tips/virtualbox-virtualization-software.html#comments</comments> <pubDate>Thu, 24 Jan 2008 20:02:03 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[containers]]></category> <category><![CDATA[desktop interface]]></category> <category><![CDATA[guest operating systems]]></category> <category><![CDATA[jails]]></category> <category><![CDATA[linux applications]]></category> <category><![CDATA[macintosh]]></category> <category><![CDATA[os level]]></category> <category><![CDATA[small article]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[virtualbox]]></category> <category><![CDATA[virtualization software]]></category> <category><![CDATA[windows linux]]></category> <category><![CDATA[xen]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/virtualbox-virtualization-software.html</guid> <description><![CDATA[I've used VMWARE ESX / Xen paravirtualization, Virtuozzo, Solaris Containers, and FreeBSD Jails as os level virtualization. Virutalbox is another full virtualization solution. Presently, VirtualBox runs on Windows, Linux and Macintosh hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/virtualbox-virtualization-software.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux Fibre Channel over Ethernet implementation code released</title><link>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</link> <comments>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html#comments</comments> <pubDate>Tue, 18 Dec 2007 18:58:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Open source coding]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[15m]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[bridges]]></category> <category><![CDATA[central database server]]></category> <category><![CDATA[channel protocol]]></category> <category><![CDATA[complexity]]></category> <category><![CDATA[copper]]></category> <category><![CDATA[encapsulation]]></category> <category><![CDATA[ethernet adapter]]></category> <category><![CDATA[ethernet packets]]></category> <category><![CDATA[fcf]]></category> <category><![CDATA[fcoe]]></category> <category><![CDATA[fibre channel fabric]]></category> <category><![CDATA[fibrechannel]]></category> <category><![CDATA[intel]]></category> <category><![CDATA[lld]]></category> <category><![CDATA[network convergence]]></category> <category><![CDATA[scsi]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[transport module]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html</guid> <description><![CDATA[Intel has just released source code for Fibre Channel over Ethernet (FCoE). It provides some Fibre Channel protocol processing as well as the encapsulation of FC frames within Ethernet packets. FCoE will allow systems with an Ethernet adapter and a Fibre Channel Forwarder to login to a Fibre Channel fabric (the FCF is a "gateway" [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-linux-fibre-channel-over-ethernet.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Download of the day: Oracle VM</title><link>http://www.cyberciti.biz/tips/download-oracle-vm-software.html</link> <comments>http://www.cyberciti.biz/tips/download-oracle-vm-software.html#comments</comments> <pubDate>Fri, 07 Dec 2007 05:51:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[heterogeneous applications]]></category> <category><![CDATA[network interfaces]]></category> <category><![CDATA[open source server]]></category> <category><![CDATA[oracle applications]]></category> <category><![CDATA[physical servers]]></category> <category><![CDATA[server virtualization products]]></category> <category><![CDATA[virtual machine]]></category> <category><![CDATA[virtual machines]]></category> <category><![CDATA[virtual server]]></category> <category><![CDATA[vm product]]></category> <category><![CDATA[vm users]]></category> <category><![CDATA[vms]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-oracle-vm-software.html</guid> <description><![CDATA[Virtualization is the process of abstracting computing resources such that multiple operating system and application images can share a single physical server, bringing significant cost-of-ownership and manageability benefits. Through its Oracle VM product, Oracle offers scalable, low-cost server virtualization for heterogeneous applications. Oracle VM is free server virtualization software that fully supports both Oracle and [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-oracle-vm-software.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Quick Tip: Send Ctr + Alt + Del to XEN Vps / Guest os</title><link>http://www.cyberciti.biz/tips/xen-vps-ctrl-alt-delete-combination.html</link> <comments>http://www.cyberciti.biz/tips/xen-vps-ctrl-alt-delete-combination.html#comments</comments> <pubDate>Tue, 04 Dec 2007 17:56:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[shutdown xen guest]]></category> <category><![CDATA[shutdown xen vps]]></category> <category><![CDATA[xen Ctr + Alt + Del]]></category> <category><![CDATA[xm command]]></category> <category><![CDATA[xm shutdown guest vps]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/xen-vps-ctrl-alt-delete-combination.html</guid> <description><![CDATA[If you hit CTRL+ALT+Delete your host will go down under CentOS Linux 5.x. The solution is hit CTRL key thrice. Now it will disable CTRL+ALT+Del for host. Next just hit alt+del to complete guest CTRL+ALT+Del cycle. Alternatively, you can type the following on host to shutdown vps: xm shutdown myGuestVpsOsName]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/xen-vps-ctrl-alt-delete-combination.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>XEN Server Status Monitoring Command Cheat Sheet</title><link>http://www.cyberciti.biz/tips/linux-xen-server-vps-monitoring-commands.html</link> <comments>http://www.cyberciti.biz/tips/linux-xen-server-vps-monitoring-commands.html#comments</comments> <pubDate>Thu, 15 Nov 2007 18:13:26 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[xen]]></category> <category><![CDATA[command line interface]]></category> <category><![CDATA[domain information]]></category> <category><![CDATA[error displays]]></category> <category><![CDATA[log displays]]></category> <category><![CDATA[monitor xen vps]]></category> <category><![CDATA[network interfaces]]></category> <category><![CDATA[privileged user]]></category> <category><![CDATA[virtual processors]]></category> <category><![CDATA[xm command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-xen-server-vps-monitoring-commands.html</guid> <description><![CDATA[The xm command is the main command line interface for managing Xen guest domains. The program can be used to create, pause, and shutdown domains. It can also be used to list current domains, enable or pin VCPUs, and attach or detach virtual block devices. Please note that before running any one of the following [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-xen-server-vps-monitoring-commands.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>RHEL / CentOS Support 4GB or more RAM ( memory )</title><link>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html</link> <comments>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html#comments</comments> <pubDate>Sat, 10 Nov 2007 07:30:57 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[4gb и linux]]></category> <category><![CDATA[centos 4 pae kernel]]></category> <category><![CDATA[CentOS 4GB support RAM]]></category> <category><![CDATA[centos pae]]></category> <category><![CDATA[centos pae display memory]]></category> <category><![CDATA[how to install kernel pae rhel]]></category> <category><![CDATA[kernel package]]></category> <category><![CDATA[kernel-pae]]></category> <category><![CDATA[linux 4gb]]></category> <category><![CDATA[linux 4gb ram]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[linux large memory support]]></category> <category><![CDATA[pae kernel]]></category> <category><![CDATA[RHEL 4GB RAM support]]></category> <category><![CDATA[rhel 5 pae]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> If you have 4 GB or more RAM use the Linux kernel compiled for PAE capable machines. Your machine may not show up total 4GB ram. All you have to do is install PAE kernel package.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/redhat-enterprise-linux-4gb-plus-ram-support.html/feed</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>How to: Upgrade Red Hat  Enterprise Linux (RHEL) to latest Releases 5.1</title><link>http://www.cyberciti.biz/tips/rhel-51-upgrade-howto.html</link> <comments>http://www.cyberciti.biz/tips/rhel-51-upgrade-howto.html#comments</comments> <pubDate>Thu, 08 Nov 2007 12:47:00 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[log messages]]></category> <category><![CDATA[reboot command]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[update rhel 5.1]]></category> <category><![CDATA[upgrade centos 5.1]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/rhel-51-upgrade-howto.html</guid> <description><![CDATA[RHEL 5.1 has been released. Redhat announced the availability of Red Hat Enterprise Linux 5.1, with integrated virtualization. This release provides the most compelling platform for customers and software developers ever, with its industry-leading virtualization capabilities complementing Red Hat's newly announced Linux Automation strategy. It offers the industry’s broadest deployment ecosystem, covering standalone systems, virtualized [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-51-upgrade-howto.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>