<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>nixCraft &#187; vmware</title>
	<atom:link href="http://www.cyberciti.biz/tips/tag/vmware/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>Tue, 16 Mar 2010 07:01:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>Vivek Gite</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Linux distribution]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[fedora linux]]></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://c.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>18</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>Vivek Gite</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[Linux desktop]]></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://c.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>12</slash:comments>
		</item>
		<item>
		<title>VMWare Remote Console Plug-in Unrecoverable Error: (mks)</title>
		<link>http://www.cyberciti.biz/tips/msglogerrorunrecoverable-vmware-remote-console-plug-in.html</link>
		<comments>http://www.cyberciti.biz/tips/msglogerrorunrecoverable-vmware-remote-console-plug-in.html#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:43:31 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[1 billion]]></category>
		<category><![CDATA[color conversion]]></category>
		<category><![CDATA[core dump]]></category>
		<category><![CDATA[driver nvidia]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[log error]]></category>
		<category><![CDATA[nvidia corporation]]></category>
		<category><![CDATA[quadro]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[weird problem]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=4374</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://figs.cyberciti.biz/3rdparty/vmware-logo.png' border='0' /></a></div>
I'm having some weird problem with Firefox 3.0.4 under Ubuntu Linux. My test server runs inside VMWare server version 2.0. It was working fine with my Laptop. But with my desktop it started to dump errors for me. when I try to open the console of a virtual machine I have following error:]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/msglogerrorunrecoverable-vmware-remote-console-plug-in.html/feed</wfw:commentRss>
		<slash:comments>2</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>Vivek Gite</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Scalability]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[Linux distribution]]></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[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[vmware]]></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://figs.cyberciti.biz/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>20</slash:comments>
		</item>
		<item>
		<title>Linux VMWare Server 2: Start / Stop VMs From a Shell Prompt</title>
		<link>http://www.cyberciti.biz/tips/start-stop-vmware-virtualization-vms-command.html</link>
		<comments>http://www.cyberciti.biz/tips/start-stop-vmware-virtualization-vms-command.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 07:02:41 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[Start VMWare Guest OS]]></category>
		<category><![CDATA[Start VMWARE VPS]]></category>
		<category><![CDATA[Stop VMWARE VPS]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmrun command]]></category>
		<category><![CDATA[vms]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=3235</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://figs.cyberciti.biz/3rdparty/vmware-logo.png' border='0' /></a></div>
You can easily start / stop / pause or take a snapshot from a shell prompt under a Linux / Windows host using vmrun command. This is useful if you do not want to <a href="http://www.cyberciti.biz/tips/howto-control-vmware-server-using-web-port-8333.html">run web interface for starting and/or stopping VMs</a>.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/start-stop-vmware-virtualization-vms-command.html/feed</wfw:commentRss>
		<slash:comments>3</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>Vivek Gite</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Virtualization]]></category>
		<category><![CDATA[Linux desktop]]></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>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>Vivek Gite</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://figs.cyberciti.biz/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>Download of the day: Asus EEEPC Linux Software Development Kit ( SDK )</title>
		<link>http://www.cyberciti.biz/tips/asus-eeepc-sdk.html</link>
		<comments>http://www.cyberciti.biz/tips/asus-eeepc-sdk.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 12:55:57 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop]]></category>
		<category><![CDATA[asus eee]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[eee pc]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[laptop pc]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[linux software development]]></category>
		<category><![CDATA[open source project]]></category>
		<category><![CDATA[pc users]]></category>
		<category><![CDATA[programming tools]]></category>
		<category><![CDATA[software development kit]]></category>
		<category><![CDATA[source code documentation]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/?p=2183</guid>
		<description><![CDATA[
Asus has launched an open-source project for its cheap ASUS Eee laptop PC . You can download SDK and start developing more applications. It is a collection of programming tools, utilities, documentation, and libraries for Asus Linux EEEPc.
From the project home page:
This is an open-source project for ASUS Eee PC series. It provides a center [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/asus-eeepc-sdk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why my Linux server ext3 filesystem go read-only?</title>
		<link>http://www.cyberciti.biz/tips/linux-filesytem-goes-read-only.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-filesytem-goes-read-only.html#comments</comments>
		<pubDate>Tue, 28 Aug 2007 10:46:57 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Ask nixCraft]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[File system]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[check harddisk]]></category>
		<category><![CDATA[disk problem]]></category>
		<category><![CDATA[ext3_filesystem]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[hardware problem]]></category>
		<category><![CDATA[high disk i o]]></category>
		<category><![CDATA[read-only_filesystem]]></category>
		<category><![CDATA[san path failover]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-filesytem-goes-read-only.html</guid>
		<description><![CDATA[
From my mailbag:
We have 5 Dell server collocated running CentOS  4.x and 5.x server operating system. Sometime my file system (ext3) goes read-only. I’d like to know what could be causing such a problem?

My guess:
a) Hardware problem / hard disk problem, check harddisk for errors.
b) High disk I/O aka busy I/O retry error can [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-filesytem-goes-read-only.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Howto: Create Shared Storage on Suse Linux using OCFS2 and Xen Virtualization</title>
		<link>http://www.cyberciti.biz/tips/linux-creating-shared-storage-with-ocfs2-xen.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-creating-shared-storage-with-ocfs2-xen.html#comments</comments>
		<pubDate>Tue, 21 Aug 2007 16:25:44 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[File system]]></category>
		<category><![CDATA[High performance computing]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[gfs]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[linux enterprise server]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[shared storage]]></category>
		<category><![CDATA[suse linux enterprise]]></category>
		<category><![CDATA[suse linux enterprise server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-creating-shared-storage-with-ocfs2-xen.html</guid>
		<description><![CDATA[
Arun Singh shows us how to create shared storage on SUSE Linux Enterprise Server 10 using OCFS2 (Oracle Cluster File System v2 for shared storage) and Xen Virtualization technology. Enterprise grade shared storage can cost you lots of money but here no real expensive shared storage used. The information provided here works with real shared [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-creating-shared-storage-with-ocfs2-xen.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.240 seconds -->
<!-- Cached page served by WP-Cache -->
