<?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>HowConfig &#187; vmware</title>
	<atom:link href="http://www.howconfig.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howconfig.com</link>
	<description>Quick tips on software configuration.</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:55:44 +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>How to open CLI to VMware ESXi. How to Clone Virtual Machines.</title>
		<link>http://www.howconfig.com/linux/how-to-open-cli-to-vmware-esxi-how-to-clone-virtual-machines/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-open-cli-to-vmware-esxi-how-to-clone-virtual-machines</link>
		<comments>http://www.howconfig.com/linux/how-to-open-cli-to-vmware-esxi-how-to-clone-virtual-machines/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 07:08:18 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=12</guid>
		<description><![CDATA[ESXi Commands You can access the CLI by switching to terminal 1 using Alt-F1. Now type &#8220;unsupported&#8221;, This is not echoed so you won&#8217;t see anything. If you get it right, you will get a prompt asking for the root pasword. ( This might not work in ESXi 4.0 as VMWare is trying to limit [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ESXi Commands</strong></p>
<p>You can access the CLI by switching to terminal 1 using Alt-F1.<br />
Now type &#8220;unsupported&#8221;, This is not echoed so you won&#8217;t see anything. If you get it right, you will get a prompt asking for the root pasword.</p>
<p>( This might not work in ESXi 4.0 as VMWare is trying to limit ESXi for their own corporate reasons )</p>
<p>That drops you at a shell prompt. (ash is our shell).<br />
Hint: editor = vi</p>
<p>Now you can you modify /etc/inetd.conf and uncomment the ssh line so that you can ssh into it unless you are planning always being at the console.<br />
Reboot (<code>init 6</code>)</p>
<p>Cloning Virtual machines in ESXi</p>
<pre>vmkfs tools -i /vmfs/volumes/datastore/YourVM/YourVM.vmdk /vmfs/volumes/datastore/NewVM/newvm.vmdk</pre>
<pre>vim-cmd vmsvc/getallvms
vim-cmd vmsvc/power.reset xx</pre>
<p>check out these ( with vim-cmd vmsvc/command ):</p>
<pre>power.off
power.on
power.reboot
power.reset
power.shutdown
power.suspend</pre>
<p><code>esxtop</code> = is your top tool</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/linux/how-to-open-cli-to-vmware-esxi-how-to-clone-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

