<?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>Ian's blog &#187; vmrun</title>
	<atom:link href="http://www.imacdonald.co.uk/tag/vmrun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imacdonald.co.uk</link>
	<description>The Home of Ian Macdonald</description>
	<lastBuildDate>Mon, 31 May 2010 16:28:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Another Vmserver 2.0 gotcha</title>
		<link>http://www.imacdonald.co.uk/2008/12/15/another-vmserver-20-gotcha/</link>
		<comments>http://www.imacdonald.co.uk/2008/12/15/another-vmserver-20-gotcha/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 16:09:38 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[vmrun]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMWare Server 2.0]]></category>
		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://www.imacdonald.co.uk/?p=1022</guid>
		<description><![CDATA[Why change something thing when it aint broke? I used to be able to run vmware-cmd to start and stop vmware server 1.0 vm&#8217;s from the command line it was a simple sort of. bash# vmware-cmd /usr/local/vm/vm/vm.vmx start Now is Vmware Server 2.0 I have to do vmrun -p [password] -u [username] -T server -h [...]]]></description>
			<content:encoded><![CDATA[<p>Why change something thing when it aint broke?</p>
<p>I used to be able to run vmware-cmd to start and stop vmware server 1.0 vm&#8217;s from the command line it was a simple sort of.</p>
<p><code>bash# vmware-cmd /usr/local/vm/vm/vm.vmx start</code></p>
<p>Now is Vmware Server 2.0 I have to do</p>
<p><code>vmrun -p [password] -u [username] -T server -h https://localhost:8333/sdk start "[storage] vm/vm.vmx"</code></p>
<p>simple right? oh and you are forced to put your password in the command line which will be saved in bash history and to anyone who can run <code>ps</code> on the sever. I was really hoping that it would follow the mysql convention and prompt for a password, but I guess not</p>
<p>Thanks for the upgrade VMware, you just made the world less secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imacdonald.co.uk/2008/12/15/another-vmserver-20-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

