<?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>sheenaustin.com &#187; VMWare</title>
	<atom:link href="http://www.sheenaustin.com/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheenaustin.com</link>
	<description>my home on the interweb</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:59:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Script to Hot Backup VMWare ESX Virtual Machines</title>
		<link>http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/</link>
		<comments>http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:25:01 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<category><![CDATA[VMWare ESX]]></category>
		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/</guid>
		<description><![CDATA[I was searching for the best way to implement vmware-cmd to snapshot live VMs and then rsync them to another location of my choice and look what I found! There is a free script called ghettoVCB.sh that does the trick. The script allows you to backup live virtual machines and also maintains only a selected [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/10/07/how-to-backup-and-restore-active-directory/' rel='bookmark' title='Permanent Link: How to Backup and Restore Active Directory'>How to Backup and Restore Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2010/06/11/symantec-backup-exec-error-0xe00084af-all-versions/' rel='bookmark' title='Permanent Link: Symantec Backup Exec Error 0xe00084af (All Versions)'>Symantec Backup Exec Error 0xe00084af (All Versions)</a></li>
<li><a href='http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/' rel='bookmark' title='Permanent Link: Using APC PowerChute with VMWare ESX'>Using APC PowerChute with VMWare ESX</a></li>
<li><a href='http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/' rel='bookmark' title='Permanent Link: Using Rsync in VMWare'>Using Rsync in VMWare</a></li>
<li><a href='http://www.sheenaustin.com/2009/05/04/active-directory-audit-script/' rel='bookmark' title='Permanent Link: Active Directory Audit Script'>Active Directory Audit Script</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was searching for the best way to implement vmware-cmd to snapshot live VMs and then rsync them to another location of my choice and look what I found!</p>
<p>There is a free script called <a href="http://communities.vmware.com/docs/DOC-8760" target="_blank">ghettoVCB.sh</a> that does the trick.</p>
<p>The script allows you to backup live virtual machines and also maintains only a selected number of snapshots that you would like to keep. Check it out!</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/10/07/how-to-backup-and-restore-active-directory/' rel='bookmark' title='Permanent Link: How to Backup and Restore Active Directory'>How to Backup and Restore Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2010/06/11/symantec-backup-exec-error-0xe00084af-all-versions/' rel='bookmark' title='Permanent Link: Symantec Backup Exec Error 0xe00084af (All Versions)'>Symantec Backup Exec Error 0xe00084af (All Versions)</a></li>
<li><a href='http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/' rel='bookmark' title='Permanent Link: Using APC PowerChute with VMWare ESX'>Using APC PowerChute with VMWare ESX</a></li>
<li><a href='http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/' rel='bookmark' title='Permanent Link: Using Rsync in VMWare'>Using Rsync in VMWare</a></li>
<li><a href='http://www.sheenaustin.com/2009/05/04/active-directory-audit-script/' rel='bookmark' title='Permanent Link: Active Directory Audit Script'>Active Directory Audit Script</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Rsync in VMWare</title>
		<link>http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/</link>
		<comments>http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 12:51:00 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[VMWare ESX]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/</guid>
		<description><![CDATA[VMWare ESX runs a modified Linux Kernel. Sometimes, when you are doing basic administration tasks, you might find that there are certain Linux tools that you miss. One of the tools I miss most is the rsync tool. Its a very handy tool when it comes to data transfer. I searched high and low for [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/' rel='bookmark' title='Permanent Link: Script to Hot Backup VMWare ESX Virtual Machines'>Script to Hot Backup VMWare ESX Virtual Machines</a></li>
<li><a href='http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/' rel='bookmark' title='Permanent Link: Using APC PowerChute with VMWare ESX'>Using APC PowerChute with VMWare ESX</a></li>
<li><a href='http://www.sheenaustin.com/2009/07/18/the-winroute-tool/' rel='bookmark' title='Permanent Link: The WinRoute tool'>The WinRoute tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VMWare ESX runs a modified Linux Kernel. Sometimes, when you are doing basic administration tasks, you might find that there are certain Linux tools that you miss. One of the tools I miss most is the rsync tool. Its a very handy tool when it comes to data transfer. I searched high and low for a proper tool to do the job but never found one until now.</p>
<p>The problem with installing a standard Linux package into VMWare ESX is that it will almost certainly mean that you go down the path of installing a whole bunch of dependencies along with it and eventually something might stop working. The best way around this, obviously, is to compile a static package from source with all dependencies included.</p>
<p> <span id="more-153"></span>
<p>Thus, searching around the internet, I found this <a href="http://www.sheenaustin.com/wp-content/uploads/2009/12/rsync-static-stripped.zip">rsync package</a> that was statically compiled to work on VMWare ESX 3.5. on the VMWare communities page <a href="http://communities.vmware.com/message/1096198#1096198">here</a>. I have used it and found it to work without any issues on VMWare ESX 4.0.</p>
<p>Please remember – this is not supported and if you decide to use this, you do so at your own risk.</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/' rel='bookmark' title='Permanent Link: Script to Hot Backup VMWare ESX Virtual Machines'>Script to Hot Backup VMWare ESX Virtual Machines</a></li>
<li><a href='http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/' rel='bookmark' title='Permanent Link: Using APC PowerChute with VMWare ESX'>Using APC PowerChute with VMWare ESX</a></li>
<li><a href='http://www.sheenaustin.com/2009/07/18/the-winroute-tool/' rel='bookmark' title='Permanent Link: The WinRoute tool'>The WinRoute tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using APC PowerChute with VMWare ESX</title>
		<link>http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/</link>
		<comments>http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 17:29:44 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[APC Powerchute]]></category>
		<category><![CDATA[VMWare ESX]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/?p=36</guid>
		<description><![CDATA[In case of a power shutdown, we need to gracefully shutdown all virtual machines. This is possible with an APC UPS that has a Network Management Card. The process to do this is: SSH to the vmware ESX server. Execute the following commands to open up the required ports: esxcfg-firewall -o 80,tcp,out,&#8221;APC PowerChute Port 80&#8243; [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/' rel='bookmark' title='Permanent Link: Using Rsync in VMWare'>Using Rsync in VMWare</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/' rel='bookmark' title='Permanent Link: Script to Hot Backup VMWare ESX Virtual Machines'>Script to Hot Backup VMWare ESX Virtual Machines</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In case of a power shutdown, we need to gracefully shutdown all virtual machines.<br />
This is possible with an APC UPS that has a Network Management Card.</p>
<p>The process to do this is:<br />
SSH to the vmware ESX server.<br />
Execute the following commands to open up the required ports:<span id="more-36"></span></p>
<blockquote><p>esxcfg-firewall -o 80,tcp,out,&#8221;APC PowerChute Port 80&#8243;<br />
esxcfg-firewall -o 3052,tcp,out,&#8221;APC PowerChute Port 3052&#8243;<br />
esxcfg-firewall -o 3052,tcp,in,&#8221;APC PowerChute Port 3052&#8243;<br />
esxcfg-firewall -o 3052,udp,out,&#8221;APC PowerChute Port 3052&#8243;<br />
esxcfg-firewall -o 3052,udp,in,&#8221;APC PowerChute Port 3052&#8243;</p></blockquote>
<p>Then install the APC Network Shutdown Software</p>
<blockquote><p>rpm -ihv pcns-2.2.1-100.i386.rpm</p></blockquote>
<p>Then configure the software</p>
<blockquote><p>/usr/local/bin/PowerChute/PCNSConfig.sh<br />
Type 3 and press enter<br />
Type in the IP address of the Management Card and press enter<br />
Port 80<br />
Enter the Username, Password and Authentication Phrase<br />
Repeat for the second management card<br />
Answer No to registering another management card<br />
Answer Yes to starting the service</p></blockquote>
<p>Now you can configure the event actions etc by pointing your web browser to <a href="http://servername:3052/">http://servername:3052/</a></p>
<p>Other commands</p>
<blockquote><p>/etc/rc.d/init.d/PowerChute stop<br />
/etc/rc.d/init.d/PowerChute start<br />
To uninstall, type rpm -e pcns</p></blockquote>
<p>Please Note:<br />
Once logged on to the web interface, click the ComputerName link<br />
Specify the Configure Shutdown settings<br />
UNTICK Turn off the UPS after the shutdown finishes.<br />
Click Apply</p>
<p>This step is EXTREMELY important, otherwise once this server has shutdown it will power off the UPS regardless of other servers connected to the UPS.</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/12/25/using-rsync-in-vmware/' rel='bookmark' title='Permanent Link: Using Rsync in VMWare'>Using Rsync in VMWare</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/29/script-to-hot-backup-vmware-esx-virtual-machines/' rel='bookmark' title='Permanent Link: Script to Hot Backup VMWare ESX Virtual Machines'>Script to Hot Backup VMWare ESX Virtual Machines</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/01/09/using-apc-powerchute-with-vmware-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
