<?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>Blackforce &#187; esx</title>
	<atom:link href="http://www.blackforce.co.uk/tag/esx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blackforce.co.uk</link>
	<description>just a few random articles and photos from my life!!</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:50:03 +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>Restart VMware Service Management Port</title>
		<link>http://www.blackforce.co.uk/2011/12/01/restart-vmware-management-port</link>
		<comments>http://www.blackforce.co.uk/2011/12/01/restart-vmware-management-port#comments</comments>
		<pubDate>Thu, 01 Dec 2011 14:50:03 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Service Management]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=792</guid>
		<description><![CDATA[To restart the service management port on ESX and ESXi carry out the following commands : ESX service mgmt-vmware restart ESXi /sbin/services.sh restart]]></description>
			<content:encoded><![CDATA[<p>To restart the service management port on ESX and ESXi carry out the following commands :</p>
<p>ESX</p>
<p><code>service mgmt-vmware restart </code></p>
<p>ESXi</p>
<p><code>/sbin/services.sh restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2011/12/01/restart-vmware-management-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Infrastructure, Blank / Black Console Screen</title>
		<link>http://www.blackforce.co.uk/2009/07/14/vmware-infrastructure-blank-black-console-screen</link>
		<comments>http://www.blackforce.co.uk/2009/07/14/vmware-infrastructure-blank-black-console-screen#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:01:39 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=517</guid>
		<description><![CDATA[Its usual practice to RDP to a Virtualcenter box and then access the Console of Virtual Machines. However today I had a customer where when they went to the console screen of the VMs it just was black. No image was drawn at all. Restarting the Virtualcenter server and the ESX servers did not resolve [...]]]></description>
			<content:encoded><![CDATA[<p>Its usual practice to RDP to a Virtualcenter box and then access the Console of Virtual Machines. However today I had a customer where when they went to the console screen of the VMs it just was black. No image was drawn at all.</p>
<p>Restarting the Virtualcenter server and the ESX servers did not resolve the matter.</p>
<p>The solution in the end was to increase the colour depth of the RDP session. With 256 Colours the Console screen is not drawn. Never knew that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/07/14/vmware-infrastructure-blank-black-console-screen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX &#8211; Commit snapshots safely with no data loss.</title>
		<link>http://www.blackforce.co.uk/2009/03/04/vmware-esx-commit-snapshots-safely-with-no-data-loss</link>
		<comments>http://www.blackforce.co.uk/2009/03/04/vmware-esx-commit-snapshots-safely-with-no-data-loss#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:52:05 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[safely]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[VMDK]]></category>
		<category><![CDATA[VMKFS]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=342</guid>
		<description><![CDATA[If you have been unfortunate enough to find yourself with loads of snapshots in ESX and have snapshots with file sizes bigger than a couple of GB. Then you might be scared to commit them in case of data loss. You can easily get rid of all the snapshots without any data loss. Using the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been unfortunate enough to find yourself with loads of snapshots in ESX and have snapshots with file sizes bigger than a couple of GB. Then you might be scared to commit them in case of data loss. </p>
<p>You can easily get rid of all the snapshots without any data loss. Using the VMKFS tools you can clone out the hard drives in their current state including snapshots to 1 VMDK. To do this run the following when SSH&#8217;d in.</p>
<p><code>vmkfstools -i <em>harddrivename</em>-000001.vmdk /vmfs/volumes/<em>datastore</em>/<em> new foldername</em>/new_harddrivename.vmdk</code></p>
<p>Then it will clone the drive. This may take a couple of hours depending on the size of your drive. Then you just attach the new drive to a newly created VM. </p>
<p>VMware Knowledgebase : <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1002458">1002458</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/03/04/vmware-esx-commit-snapshots-safely-with-no-data-loss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware ESX &#8211; How to find out what VM&#8217;s have snapshots / Deltas</title>
		<link>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas</link>
		<comments>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:41:47 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[delta]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[machines]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vms]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=337</guid>
		<description><![CDATA[Found out a nifty command which allows you to find out what VM&#8217;s have Delta / Snapshot files. Run this when SSH&#8217;d in. find /vmfs/volumes/ -name "*delta*" -type f -print0 &#124; xargs -0 du --human-readable --total Or for ESXi the command below find /vmfs/volumes/ -name "*delta*" -type f -print0 &#124; xargs -0 du -h]]></description>
			<content:encoded><![CDATA[<p>Found out a nifty command which allows you to find out what VM&#8217;s have Delta / Snapshot files. Run this when SSH&#8217;d in.</p>
<p><code>find /vmfs/volumes/ -name "*delta*" -type f -print0 | xargs -0 du --human-readable --total</code></p>
<p>Or for ESXi the command below</p>
<p><code>find /vmfs/volumes/ -name "*delta*" -type f -print0 | xargs -0 du -h</code><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1385369004445697";
google_ad_slot = "0341002983";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/03/04/vmware-esx-how-to-find-out-what-vms-have-snapshots-deltas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VMware &#8211; Run trial software indefinitely without registration.</title>
		<link>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration</link>
		<comments>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration#comments</comments>
		<pubDate>Wed, 28 Jan 2009 12:56:31 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[keygen]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[rtc.startTime]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[trial]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[workstation]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=303</guid>
		<description><![CDATA[I&#8217;ve been playing round with VMware Workstation recently. I&#8217;ve found a neat trick that you can do with it which could allow you to run trial software indefinitely without registering it. I suppose this could also be used for Beta&#8217;s of windows etc. This should also work on Vmware ESX, Workstation and Vmware Server. (Vmware [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing round with VMware Workstation recently. I&#8217;ve found a neat trick that you can do with it which could allow you to run trial software indefinitely without registering it. I suppose this could also be used for Beta&#8217;s of windows etc. This should also work on Vmware ESX, Workstation and Vmware Server. (Vmware Server is Free)</p>
<p><span id="more-303"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1385369004445697";
google_ad_slot = "0341002983";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>In order to do it you would do the following :</p>
<p>- Install your flavour of windows in your vmware product.<br />
- Install VMware tools<br />
- Disable Windows Time Sync<br />
- Power off the Virtual Machine<br />
- Navigate to the folder where the Virtual Machine is stored.<br />
- Open the .vmx file in notepad<br />
- Add the following lines to the end of the file.</p>
<p><code>rtc.startTime = "1230800400"<br />
tools.syncTime = "FALSE"<br />
time.synchronize.continue = "FALSE"<br />
time.synchronize.restore = "FALSE"<br />
time.synchronize.resume.disk = "FALSE"<br />
time.synchronize.shrink = "FALSE"<br />
time.synchronize.tools.startup = "FALSE"<br />
</code>- Power on the VM<br />
- Install your trial software<br />
- Power off the VM<br />
- Edit the .vmx file<br />
- Change the following lines<br />
<code><br />
from:<br />
rtc.startTime = "1230800400"<br />
to:<br />
rtc.startTime = "1230886800"<br />
</code>- Power on your VM<br />
- Start using your machine and software.</p>
<p>Basically the way that this works is that everytime you power on your Virtual machine, the date and time of it gets set to 2nd Jan, so you will always be on day 1 of your trial.</p>
<p>Obviously this might break some softwares t&#038;c&#8217;s so be careful. Proof of concept really.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

