<?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>The BHC Blog &#187; Linux</title>
	<atom:link href="http://www.bhcblog.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bhcblog.com</link>
	<description>The Technical Blog of Blackhawk Consulting</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HOWTO: Transfer files and VM&#8217;s to ESXi server</title>
		<link>http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/</link>
		<comments>http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 23:54:01 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/?p=69</guid>
		<description><![CDATA[ESXi server by VMWare is a very powerful on-the-metal virtual machine environment.   However, it is somewhat confusing to many first time users.   Unlike most Operating Systems, or even hosts, there is no User Interface on the actual server- Instead everything is done remotely. The question then becomes, how do you transfer pre-existing vm&#8217;s to the [...]]]></description>
			<content:encoded><![CDATA[<p>ESXi server by VMWare is a very powerful on-the-metal virtual machine environment.   However, it is somewhat confusing to many first time users.   Unlike most Operating Systems, or even hosts, there is no User Interface on the actual server- Instead everything is done remotely.</p>
<p>The question then becomes, how do you transfer pre-existing vm&#8217;s to the datastore?  On first glance it appears you can only create new machines or access VM&#8217;s that are on a network share.</p>
<p>However, there is an easier way!  The best way I&#8217;ve found to copy VM&#8217;s to to the data store is to copy them via SSH/SCP.</p>
<p>In order to do this, you need to turn on the SSH server that is built into the base OS:</p>
<ol>
<li>First, login to console 1 :  (press ctrl-alt-f1)</li>
<li>Type in : unsupported and press enter.</li>
<li>You should now see a tech support warning and a prompt to login.</li>
<li>Login as root and enter your password.</li>
<li>you should now have a root linux hash ( #   )</li>
<li>Edit /etc/inetd.conf  using vi editor (vi /etc/inetd.conf)</li>
<li>and remove the comments in front of the ssh section (remove the # signs. You may have to hit i to enter insert mode.  esc will get you out of insert mode. )</li>
<li>Save the file (Shift-ZZ)</li>
<li>and reboot (init 6)</li>
</ol>
<p>You can now use a program like winSCP to copy files to and from your vmware server.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>UPDATE:</p>
<div class="entry">
<p>A couple additions I will mention… First, before you copy files to your ESXi server you must setup a datastore. Which will be done from the VMWare Infrastructure Client. (if you havent done so already, browse to your vmware server from another client — <a rel="nofollow" href="http://esxiservername/">http://ESXiServerName</a> or IP.  then download and install the vmware client.)</p>
<p>Once inside the VMWare Infrastructure Client, Click on the Configuration Tab, then click on “Storage” in the hardware section.</p>
<p>Once the storage menu has been displayed, click “add storage” in the top right corner of the screen. Follow the steps to create the local datastore.</p>
<p>Once the datastore is created, you can access it via ssh using WinSCP which can be found here :</p>
<p><a rel="nofollow" href="http://winscp.net/eng/download.php">http://winscp.net/eng/download.php</a></p>
<p>connect via ssh, your new datastore can be found here:</p>
<p>/vmfs/volumes/DATASTOREGUID (it’s a long string of numbers)/</p>
<p>then just drop your vm’s here in a folder.  They will show up in the ESXi console.</p></div>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/&amp;title=HOWTO: Transfer files and VM&#8217;s to ESXi server' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/&amp;title=HOWTO: Transfer files and VM&#8217;s to ESXi server' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/&amp;title=HOWTO: Transfer files and VM&#8217;s to ESXi server' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2008/10/18/howto-transfer-files-and-vms-to-esxi-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Fedora 9 X86_64 (64 bit) working with Vmware Server</title>
		<link>http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/</link>
		<comments>http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 17:28:41 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Fedora 9]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Vmware Server]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/?p=33</guid>
		<description><![CDATA[I recently encounted several issues with Vmware Server.  Most of them were related to lost functionality within the software (such as the browse button and various other features not working within the vmware console) .   I discovered this was mainly due to Vmware Server Console being a 32 bit application and requiring access to many [...]]]></description>
			<content:encoded><![CDATA[<p>I recently encounted several issues with Vmware Server.  Most of them were related to lost functionality within the software (such as the browse button and various other features not working within the vmware console) .   I discovered this was mainly due to Vmware Server Console being a 32 bit application and requiring access to many 32 bit libraries that are not installed by default on Fedora 9 x86_64.  <a title="HOWTO: Fedora 9 64 bit with Vmware Server" href="http://www.bhcblog.com/?page_id=35">In this article</a>, I discuss the issues I experienced and how to correctly install the missing libraries to Vmware works on 64bit platforms. <a title="HOWTO: Fedora 9 64-bit working with Vmware Server" href="http://www.bhcblog.com/?page_id=35">Click here to read more&#8230;</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/&amp;title=How to get Fedora 9 X86_64 (64 bit) working with Vmware Server' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/&amp;title=How to get Fedora 9 X86_64 (64 bit) working with Vmware Server' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/&amp;title=How to get Fedora 9 X86_64 (64 bit) working with Vmware Server' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2008/08/07/how-to-get-fedora-9-x86_64-64-bit-working-with-vmware-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
