<?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>Technoblog.org &#187; ESX 3.x</title>
	<atom:link href="http://technoblog.org/tag/esx-3x/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Mon, 23 Aug 2010 07:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netcat for VMware ESX 3.5</title>
		<link>http://technoblog.org/2010/08/netcat-for-vmware-esx-3-5/</link>
		<comments>http://technoblog.org/2010/08/netcat-for-vmware-esx-3-5/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 07:57:34 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[ESX 3.x]]></category>
		<category><![CDATA[ESXi 3.5]]></category>
		<category><![CDATA[ESXi 3.x]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[VMware ESX 3.5]]></category>
		<category><![CDATA[VMware ESX 4.0]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=108</guid>
		<description><![CDATA[How to install Netcat on VMware ESX 3.5.
When migrating from a standalone VMware ESX 3.5 server to a vSphere 4.x server, you might want to use netcat and tar. Instead of using SCP.
Why? Because VMWare ESX throttles the service console, resulting in ridiculously low speeds (everything from 5-15 MB/s on a 1Gbit).
By using tar and [...]]]></description>
			<content:encoded><![CDATA[<p>How to install Netcat on VMware ESX 3.5.<br />
When migrating from a standalone VMware ESX 3.5 server to a vSphere 4.x server, you might want to use netcat and tar. Instead of using SCP.<br />
Why? Because VMWare ESX throttles the service console, resulting in ridiculously low speeds (everything from 5-15 MB/s on a 1Gbit).</p>
<p>By using tar and SCP, you should be able to get at least 30 MB/s.</p>
<p>But, netcat is NOT included in VMware ESX 3.5. It is included in 2.5 and 4.x.</p>
<p>So how do you install netcat on VMware ESX 3.5?</p>
<p>1. Grab the RPM here:<br />
<a href="http://netcat.sourceforge.net/download.php">http://netcat.sourceforge.net/download.php<br />
</a><br />
(Don’t use any newer versions, like 1.10, because you will run into dependencies problems, like this:<br />
[root@vmware-esx]# rpm -ivh netcat-1.10-980.1.i586.rpm<br />
warning: netcat-1.10-980.1.i586.rpm: V3 DSA signature: NOKEY, key ID 9c800aca<br />
error: Failed dependencies:<br />
        libc.so.6(GLIBC_2.3.4) is needed by netcat-1.10-980.1<br />
        rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by netcat-1.10-980.1<br />
[root@vmware-esx]</p>
<p>2. Install the RPM: rpm -ivh netcat-0.7.1-1.i386.rpm</p>
<p>[root@vmware-esx bin]# rpm -ivh netcat-0.7.1-1.i386.rpm<br />
warning: netcat-0.7.1-1.i386.rpm: V3 DSA signature: NOKEY, key ID b2d79fc1<br />
Preparing&#8230;                ########################################### [100%]<br />
   1:netcat                 ########################################### [100%]<br />
[root@vmware-esx]</p>
<p>And you’re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/08/netcat-for-vmware-esx-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill a VM (VMware ESX 4.0)</title>
		<link>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/</link>
		<comments>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:00:17 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[vmware]]></category>
		<category><![CDATA[ESX 3.5]]></category>
		<category><![CDATA[ESX 3.x]]></category>
		<category><![CDATA[ESX 4.0]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ESXi 3.5]]></category>
		<category><![CDATA[ESXi 3.x]]></category>
		<category><![CDATA[vm-support]]></category>
		<category><![CDATA[vmkload_app]]></category>
		<category><![CDATA[VMware ESX 3.5]]></category>
		<category><![CDATA[VMware ESX 4.0]]></category>
		<category><![CDATA[vmware-cmd]]></category>
		<category><![CDATA[vSphere 4.0]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=104</guid>
		<description><![CDATA[Alright, it happens from time to time. Virtual Machines get stuck.
Sometimes during boot, sometimes during shutdown and sometimes during a restore operation.
So how do I kill a Virtual Machine?
I wrote this post, back in 2009, for ESX 3.5:
http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/
Both the &#8220;vmware-cmd
/.vmx stop hard&#8221; method, and the following methods work, sometimes.. :
1. sudo vm-support -x
2. sudo less [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, it happens from time to time. Virtual Machines get stuck.<br />
Sometimes during boot, sometimes during shutdown and sometimes during a restore operation.</p>
<p>So how do I kill a Virtual Machine?</p>
<p>I wrote this post, back in 2009, for ESX 3.5:<br />
<a href="http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/">http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/</a></p>
<p>Both the &#8220;vmware-cmd
<path-to-file>/<vname>.vmx stop hard&#8221; method, and the following methods work, sometimes.. :</p>
<p>1. sudo vm-support -x<br />
2. sudo less -S /proc/vmware/vm/<vmid>/cpu/status<br />
3. sudo /usr/lib/vmware/bin/vmkload_app -k 9 <group-vm-id></p>
<p>But, when both of those fail? Then what?<br />
How to kill a stuck VM when everything else fails?</p>
<p>It&#8217;s a bit brutal, but it works, but be warned, you might corrupt your VM.</p>
<p>1. sudo bash (for simplicity)<br />
2. ps -ax | grep
<part-of-the-vm-name>
3. Find the first number to the left, in the string with the right VM. This is the PID.<br />
4. kill -9 <PID></p>
<p>Brutal? Yes. Efficient? Yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restart the management service in VMware ESX 3.5</title>
		<link>http://technoblog.org/2009/04/how-to-restart-the-management-service-vmware-esx-35/</link>
		<comments>http://technoblog.org/2009/04/how-to-restart-the-management-service-vmware-esx-35/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 10:45:04 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ESX 3.5]]></category>
		<category><![CDATA[ESX 3.x]]></category>
		<category><![CDATA[mgmt-vmware]]></category>
		<category><![CDATA[VI Client]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware Infrastructure Client]]></category>
		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=39</guid>
		<description><![CDATA[How to restart the management on a VMware ESX 3.5:
SSH to the vmware-esx box and do a:
sudo service mgmt-vmware stop
sudo service mgmt-vmware start
or a:
service mgmt-vmware restart
or as root just:
service mgmt-vmware stop
service mgmt-vmware start
or:
service mgmt-vmware restart
This would be the solution if you can&#8217;t connect to the box using VMware Infrastructure Client, like if you get an [...]]]></description>
			<content:encoded><![CDATA[<p>How to restart the management on a VMware ESX 3.5:<br />
SSH to the vmware-esx box and do a:<br />
<em>sudo service mgmt-vmware stop</em><br />
<em>sudo service mgmt-vmware start</em><br />
or a:<br />
<em>service mgmt-vmware restart</em></p>
<p>or as <strong>root</strong> just:<br />
<em>service mgmt-vmware stop</em><br />
<em>service mgmt-vmware start</em><br />
or:<br />
<em>service mgmt-vmware restart</em></p>
<p>This would be the solution if you can&#8217;t connect to the box using VMware Infrastructure Client, like if you get an error saying:<br />
Error Connecting<br />
VMware Infrastructure Client could not establish the initial connection with the server &#8220;<server name>&#8220;.<br />
Details: The server took too long to respond.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/04/how-to-restart-the-management-service-vmware-esx-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX 3.x and ESXi 3.x command line guide</title>
		<link>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/</link>
		<comments>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:03:07 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[command line guide]]></category>
		<category><![CDATA[command line reference]]></category>
		<category><![CDATA[ESX 3.5]]></category>
		<category><![CDATA[ESX 3.x]]></category>
		<category><![CDATA[ESXi 3.5]]></category>
		<category><![CDATA[ESXi 3.x]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=31</guid>
		<description><![CDATA[While googling around for some documentation of some ESX specific commands, I discovered this command line reference guide for ESX 3.x and ESXi 3.x , written by B2V.
Its worth taking a look at.
]]></description>
			<content:encoded><![CDATA[<p>While googling around for some documentation of some ESX specific commands, I discovered this <a title="ESX 3.x and ESXi 3.x command line reference guide" href="http://b2v.co.uk/b2vguide2vmware3.htm" target="_blank">command line reference guide for ESX 3.x and ESXi 3.x</a> , written by B2V.</p>
<p>Its worth taking a look at.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/01/esx-3x-and-esxi-3x-command-line-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
