<?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/"
	>

<channel>
	<title>Technoblog.org</title>
	<atom:link href="http://technoblog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<pubDate>Fri, 03 Jul 2009 08:13:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure apt-get to use a proxy (Ubuntu)</title>
		<link>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/</link>
		<comments>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:07:53 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[apt-get]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=50</guid>
		<description><![CDATA[Open the following configuration file: /etc/apt/apt.conf.d/70debconf
And add:
Acquire::http::proxy &#8220;http://&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_WEB&#62;&#8221;;
Acquire::ftp::proxy &#8220;ftp://&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_FTP&#62;&#8221;;
If authentication is required, add this instead
Acquire::http::proxy &#8220;http://&#60;username&#62;:&#60;password&#62;@&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_WEB&#62;&#8221;;
Acquire::ftp::proxy &#8220;ftp://&#60;username&#62;:&#60;password&#62;@&#60;IP_TO_PROXY&#62;:&#60;Proxy_Port_FTP&#62;&#8221;;
&#60;IP_TO_PROXY&#62; = The IP address of the proxy, e.g.: 192.168.1.10
&#60;Proxy_Port_WEB&#62; = The proxy web port, e.g.: 8080
&#60;Proxy_Port_FTP&#62; = The proxy ftp port, e.g.: 2121
If authentication:
&#60;username&#62; and &#60;password&#62; (doh, no need to explain).
Done!
]]></description>
			<content:encoded><![CDATA[<p>Open the following configuration file: /etc/apt/apt.conf.d/70debconf</p>
<p>And add:<br />
Acquire::http::proxy &#8220;http://&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_WEB&gt;&#8221;;<br />
Acquire::ftp::proxy &#8220;ftp://&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_FTP&gt;&#8221;;</p>
<p>If authentication is required, add this instead</p>
<p>Acquire::http::proxy &#8220;http://&lt;username&gt;:&lt;password&gt;@&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_WEB&gt;&#8221;;<br />
Acquire::ftp::proxy &#8220;ftp://&lt;username&gt;:&lt;password&gt;@&lt;IP_TO_PROXY&gt;:&lt;Proxy_Port_FTP&gt;&#8221;;</p>
<p><i>&lt;IP_TO_PROXY&gt;</i> = The IP address of the proxy, e.g.: 192.168.1.10<br />
<i>&lt;Proxy_Port_WEB&gt;</i> = The proxy web port, e.g.: 8080<br />
<i>&lt;Proxy_Port_FTP&gt;</i> = The proxy ftp port, e.g.: 2121</p>
<p>If authentication:<br />
<i>&lt;username&gt;</i> and <i>&lt;password&gt;</i> (doh, no need to explain).</p>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/07/configure-apt-get-to-use-a-proxy-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 RC1 and Trend Micro OfficeScan 10</title>
		<link>http://technoblog.org/2009/05/windows-7-rc1-and-trend-micro-officescan-10/</link>
		<comments>http://technoblog.org/2009/05/windows-7-rc1-and-trend-micro-officescan-10/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:42:46 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[OfficeScan 10]]></category>

		<category><![CDATA[Trend Micro]]></category>

		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Windows 7 RC1]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=48</guid>
		<description><![CDATA[Don&#8217;t try it. It will install. But it slows the system down. Really, it took me 25 minuts to log in. 10 minuts to just write the password.
I will try to find a workaround and share it. If anyone finds a solution, feel free to leave a commen!
]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t try it. It will install. But it slows the system down. Really, it took me 25 minuts to log in. 10 minuts to just write the password.</p>
<p>I will try to find a workaround and share it. If anyone finds a solution, feel free to leave a commen!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/05/windows-7-rc1-and-trend-micro-officescan-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trend Micro Product Documentation</title>
		<link>http://technoblog.org/2009/05/trend-micro-product-documentation/</link>
		<comments>http://technoblog.org/2009/05/trend-micro-product-documentation/#comments</comments>
		<pubDate>Wed, 06 May 2009 11:00:38 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[IMSS 7.0]]></category>

		<category><![CDATA[IMSVA 7.0]]></category>

		<category><![CDATA[InterScan Mail Security Suite 7.0]]></category>

		<category><![CDATA[InterScan Mail Security Virtual Appliance 7.0]]></category>

		<category><![CDATA[InterScan Web Security Suite 3.1]]></category>

		<category><![CDATA[InterScan Web Security Virtual Appliance 3.1]]></category>

		<category><![CDATA[IWSS 3.1]]></category>

		<category><![CDATA[IWSVA 3.1]]></category>

		<category><![CDATA[OSCE 8.0]]></category>

		<category><![CDATA[ScanMail for Microsoft Exchange 8.0]]></category>

		<category><![CDATA[SMEX 8.0]]></category>

		<category><![CDATA[TMCM 5.0]]></category>

		<category><![CDATA[Trend Micro]]></category>

		<category><![CDATA[Trend Micro Control Manager 5.0]]></category>

		<category><![CDATA[Trend Micro OfficeScan 8.0]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=46</guid>
		<description><![CDATA[A collection of links to Trend Micro Product documentation for the following products:
Trend Micro Control Manager 5.0 (TMCM 5.0)
Trend Micro OfficeScan 8.0 (OSCE 8.0)
InterScan Mail Security Suite 7.0 (IMSS 7.0)
InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0)
InterScan Web Security Suite 3.1 (IWSS 3.1)
InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1)
ScanMail for Microsoft Exchange 8.0 (SMEX [...]]]></description>
			<content:encoded><![CDATA[<p>A collection of links to Trend Micro Product documentation for the following products:</p>
<p>Trend Micro Control Manager 5.0 (TMCM 5.0)<br />
Trend Micro OfficeScan 8.0 (OSCE 8.0)<br />
InterScan Mail Security Suite 7.0 (IMSS 7.0)<br />
InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0)<br />
InterScan Web Security Suite 3.1 (IWSS 3.1)<br />
InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1)<br />
ScanMail for Microsoft Exchange 8.0 (SMEX 8.0)</p>
<p>If you aren&#8217;t that familiar with the Trend Micro product pages, finding this information may be hard. <span id="more-46"></span></p>
<p>Trend Micro Control Manager 5.0 (TMCM 5.0)<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/TMCM5.0_AG.pdf">Trend Micro Control Manager 5.0 (TMCM 5.0) - Administration Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/TMCM5.0_IG.pdf">Trend Micro Control Manager 5.0 (TMCM 5.0) - Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/TMCM50_readme_GMrepack.txt">Trend Micro Control Manager 5.0 (TMCM 5.0) - Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=7"></a></p>
<p>Trend Micro OfficeScan 8.0 (OSCE 8.0)<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/OSCE8+SP1_AG.pdf">Trend Micro OfficeScan 8.0 (OSCE 8.0) - Administration Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/OSCE8+SP1_IDG.pdf">Trend Micro OfficeScan 8.0 (OSCE 8.0) - Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/OSCE8+SP1_IDGVista.pdf">Trend Micro OfficeScan 8.0 (OSCE 8.0) - Installation Guide Vista</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/OSCE8+SP1ClientReadme.txt">Trend Micro OfficeScan 8.0 (OSCE 8.0) - Client Readme</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/OSCE8+SP1ServerReadme.htm">Trend Micro OfficeScan 8.0 (OSCE 8.0) - Server Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=5"></a></p>
<p>InterScan Mail Security Suite 7.0 (IMSS 7.0)<br />
Linux/Unix<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS70_UNIX_Administrator_Guide.pdf">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Linux/Unix </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS70_UNIX_Administrator_Guide.pdf">Administration Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS_IG.pdf">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Linux/Unix Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IMSS70_Linux_readme_suse10_SP1.txt">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Linux </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IMSS70_Linux_readme_suse10_SP1.txt">Readme</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IMSS70_Solaris-readme.txt">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Solaris Readme</a></p>
<p>Windows<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS_WinSP1_AG.pdf">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Windows Administration </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS_WinSP1_AG.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSS_WinSP1_IG.pdf">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Windows Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IMSS_V70_win__Readme_5547.txt">InterScan Mail Security Suite 7.0 (IMSS 7.0) - Windows Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=12"></a></p>
<p>InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0)<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSVA7.0%20AG.pdf">InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0) - Administration </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSVA7.0%20AG.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSVA%20ISO%20Installation.pdf">InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0) - </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSVA%20ISO%20Installation.pdf">Installation CD Creation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IMSVA7.0%20IG.pdf">InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0) - Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IMSVA_readme_for_GM.TXT">InterScan Mail Security Virtual Appliance 7.0 (IMSVA 7.0) - Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=91"></a></p>
<p>InterScan Web Security Suite 3.1 (IWSS 3.1)<br />
Linux<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_linux_b1027_AdminGd.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Linux </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_linux_b1027_AdminGd.pdf">Administration Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_linux_b1027_InstallGd.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Linux </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_linux_b1027_InstallGd.pdf">Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/iwss_31_linux_b1027_readme.txt">InterScan Web Security Suite 3.1 (IWSS 3.1) - Linux Readme</a></p>
<p>Solaris<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_Sol_AG_20090319.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Solaris Administration </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_Sol_AG_20090319.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_Sol_IG_20090318v2.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Solaris Installation </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_Sol_IG_20090318v2.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/iwss_31_solaris_b1191_readme.txt">InterScan Web Security Suite 3.1 (IWSS 3.1) - Solaris </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/iwss_31_solaris_b1191_readme.txt">Readme</a></p>
<p>Windows<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_win_en_ag.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Windows Administration </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_win_en_ag.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_win_en_buildupgradeguide.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Windows Build </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/iwss_31_win_en_buildupgradeguide.pdf">Upgrade Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_WIN_IG_20080624.pdf">InterScan Web Security Suite 3.1 (IWSS 3.1) - Windows Installation </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSS3-1_WIN_IG_20080624.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/readme_iwss_v31_win_b1158.txt">InterScan Web Security Suite 3.1 (IWSS 3.1) - Windows Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=34"></a></p>
<p>InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1)<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/AdminGd.pdf">InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1) - Administration Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSVA_Installation_CD_Creation.pdf">InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1) - </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/IWSVA_Installation_CD_Creation.pdf">Installation CD Creation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/InstallGd.pdf">InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1) - Installation Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IWSVA-3.1.1080-1-x86_64-CD_readme.txt">InterScan Web Security Virtual Appliance 3.1 (IWSVA 3.1) - </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/IWSVA-3.1.1080-1-x86_64-CD_readme.txt">Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=86"></a></p>
<p>ScanMail for Microsoft Exchange 8.0 (SMEX 8.0)<br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/SMEXV8.0_b1181_ScanMailGSG.pdf">ScanMail for Microsoft Exchange 8.0 (SMEX 8.0) - Getting Started </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/guides/SMEXV8.0_b1181_ScanMailGSG.pdf">Guide</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/SMEXV8.0_b1181_ReadMe.txt">ScanMail for Microsoft Exchange 8.0 (SMEX 8.0) - Readme</a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/smex_v80_b1307_w2k8_ReadMe.txt">ScanMail for Microsoft Exchange 8.0 (SMEX 8.0) - Windows Server </a><br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/smex_v80_b1307_w2k8_ReadMe.txt">2008 Readme</a></p>
<p>More info and product download:<br />
<a href="http://www.trendmicro.com/download/product.asp?productid=8"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/05/trend-micro-product-documentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: Reset password Trend Micro Control Manager 5.0</title>
		<link>http://technoblog.org/2009/04/howto-reset-password-trend-micro-control-manager-50/</link>
		<comments>http://technoblog.org/2009/04/howto-reset-password-trend-micro-control-manager-50/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:18:43 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Antivirus]]></category>

		<category><![CDATA[Control Manager]]></category>

		<category><![CDATA[Control Manager 5.0]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[reset password]]></category>

		<category><![CDATA[TMCM]]></category>

		<category><![CDATA[TMCM 5.0]]></category>

		<category><![CDATA[Trend Micro]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=44</guid>
		<description><![CDATA[Forgot the password to you root/admin account to Trend Micro Control Manager 5.0 (TMCM)?
How to reset the password to one of your Trend Micro Control Manager 5.0 accounts:
1. Stop the TMCM services:
2. Launch the SQL Server manager of choice.
3. Open the &#8220;tb_Account&#8221; table of your Trend Micro Control Manager database.
4. Find the user you want [...]]]></description>
			<content:encoded><![CDATA[<p>Forgot the password to you root/admin account to Trend Micro Control Manager 5.0 (TMCM)?</p>
<p>How to reset the password to one of your Trend Micro Control Manager 5.0 accounts:</p>
<p>1. Stop the TMCM services:<br />
2. Launch the SQL Server manager of choice.<br />
3. Open the &#8220;tb_Account&#8221; table of your Trend Micro Control Manager database.<br />
4. Find the user you want to reset, and note down the GUID of the user.<br />
5. Find and open the &#8220;tb_UserInfo&#8221; table.<br />
6. Find the account you want to reset the password for (using the GUID you located earlier).<br />
7. Modify the &#8220;password&#8221; field for the user, and set it to: &#8220;96e79218965eb72c92a549dd5a330112&#8243;<br />
8. Start the TMCM services.</p>
<p>And log in with the account you modified using the password: &#8220;111111&#8243;</p>
<p>Find more information about this topic in the Trend Micro Knowledge base:<br />
<a href="http://esupport.trendmicro.com/Pages/Resetting-the-password.aspx">http://esupport.trendmicro.com/Pages/Resetting-the-password.aspx</a><br />
<a href="http://esupport.trendmicro.com/Pages/Resetting-TMCM-password-with-OSQL-commands.aspx">http://esupport.trendmicro.com/Pages/Resetting-TMCM-password-with-OSQL-commands.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/04/howto-reset-password-trend-micro-control-manager-50/feed/</wfw:commentRss>
		</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>
		</item>
		<item>
		<title>How to kill a stuck or hung VM (VMware ESX 3.5)</title>
		<link>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/</link>
		<comments>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:04:37 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[how to kill hung VM]]></category>

		<category><![CDATA[how to kill stuck VM]]></category>

		<category><![CDATA[vm-support]]></category>

		<category><![CDATA[vmid]]></category>

		<category><![CDATA[vmkload_app]]></category>

		<category><![CDATA[VMware ESX 3.5]]></category>

		<category><![CDATA[vmware-cmd]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=34</guid>
		<description><![CDATA[There are many different ways to kill a stuck or hung VM, but for now, I will present two alternatives.

First try to run:
vmware-cmd /vmfs/volumes/&#60;name_of_datastorage&#62;/&#60;vmname&#62;/&#60;vmname&#62;.vmx stop hard
If this for some reasons doesnt work (like me accidentaly deleting the .vmx file), you can try the
following:
1. Run the following command (to get a list of running VMs):
sudo vm-support [...]]]></description>
			<content:encoded><![CDATA[<p>There are many different ways to kill a stuck or hung VM, but for now, I will present two alternatives.<br />
<span id="more-34"></span><br />
First try to run:<br />
vmware-cmd /vmfs/volumes/&lt;name_of_datastorage&gt;/&lt;vmname&gt;/&lt;vmname&gt;.vmx stop hard</p>
<p>If this for some reasons doesnt work (like me accidentaly deleting the .vmx file), you can try the<br />
following:</p>
<p>1. Run the following command (to get a list of running VMs):<br />
sudo vm-support -x</p>
<p>The output will look something like this:</p>
<p>VMware ESX Server Support Script 1.29</p>
<p>Available worlds to debug:</p>
<p>vmid=1126       vm-01<br />
vmid=1151       vm-02<br />
vmid=1272       vm-03<br />
vmid=1291       vm-04<br />
vmid=1150       vm-05<br />
vmid=1420       vm-06<br />
vmid=1433       vm-07</p>
<p>2. Then run the command (remember to replace the number with the &#8220;vmid&#8221; of your VM):</p>
<p>less -S /proc/vmware/vm/1433/cpu/status</p>
<p>Press the right arrow key.</p>
<p>In the right corner there should be som info about the &#8220;group&#8221;:<br />
group<br />
vm.1432</p>
<p>3. By running the following command, you can safely kill your VM without risking corrupting it<br />
(remember to replace the number with your &#8220;group number&#8221;):<br />
sudo /usr/lib/vmware/bin/vmkload_app -k 9 1432</p>
<p>4. If successful, you should see a message like this:<br />
Warning: Jan 06 06:42:49.717: Sending signal &#8216;9&#8242; to world 1432.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/feed/</wfw:commentRss>
		</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>
		</item>
		<item>
		<title>Howto: enable ssh on ESXi 3.5</title>
		<link>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/</link>
		<comments>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:48:14 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[enable ssh on ESXi 3.5]]></category>

		<category><![CDATA[ESXi 3.5]]></category>

		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=27</guid>
		<description><![CDATA[By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?
First, get shell access on the console: Howto: ESXi shell access
Then:
1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.
2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;
3. Move the marker over the &#8220;#&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>By default, ssh access is disabled on VMware ESXi 3.5, so how do i enable ssh on VMware ESXi 3.5?</p>
<p>First, get shell access on the console: Howto: <a href="http://technoblog.org/2008/08/howto-esxi-shell-access/">ESXi shell access</a></p>
<p>Then:</p>
<p>1. Type &#8220;vi /etc/inetd.conf&#8221; and press &#8220;enter&#8221;.</p>
<p>2. Locate the line that starts with &#8220;#ssh     stream  tcp     nowait  root    /sbin/dropbearmulti&#8230;&#8230;.&#8221;</p>
<p>3. Move the marker over the &#8220;#&#8221; and press &#8220;x&#8221;.</p>
<p>4. Press &#8220;Escape&#8221; and write &#8220;:wq&#8221;, then press &#8220;enter&#8221;.</p>
<p>5. Type &#8220;/sbin/services.sh restart&#8221; and press &#8220;Enter&#8221;. Note: If you are running ESXi 3.5 Update 2, the services.sh no longer restarts the inetd process. You will have to manually kill the inetd process, in order to restart it and enable ssh access without a reboot.  Type &#8220;ps | grep inetd&#8221; and press &#8220;enter&#8221;. You will then see something similiar to &#8220;1289 1289 busybox              inetd&#8221;. Then write &#8220;kill -HUP 1289&#8243;, and remember to write the number &#8220;ps | grep inetd&#8221; returns to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/10/howto-enable-ssh-on-esxi-35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware releases patches</title>
		<link>http://technoblog.org/2008/09/vmware-releases-patches/</link>
		<comments>http://technoblog.org/2008/09/vmware-releases-patches/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 08:37:08 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[patch]]></category>

		<category><![CDATA[security issues]]></category>

		<category><![CDATA[vmware ace]]></category>

		<category><![CDATA[vmware player]]></category>

		<category><![CDATA[vmware workstation]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=25</guid>
		<description><![CDATA[VMWare just released new patches for VMware ACE, Player, Server and Workstation. The new versions are VMware ACE 2.0.5, VMware Player 2.0.5, VMware Server 1.0.7 and VMware Workstation 6.0.5.
They are trying to patch 3 security issues in VMware Ace, Player and Workstation, and 4 other security issues in VMware server. Read more here: VMware releases [...]]]></description>
			<content:encoded><![CDATA[<p>VMWare just released new patches for VMware ACE, Player, Server and Workstation. The new versions are VMware ACE 2.0.5, VMware Player 2.0.5, VMware Server 1.0.7 and VMware Workstation 6.0.5.</p>
<p>They are trying to patch 3 security issues in VMware Ace, Player and Workstation, and 4 other security issues in VMware server. Read more here: <a title="VMware releases updates - don't forget to patch" href="http://">VMware releases updates - don&#8217;t forget to patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/09/vmware-releases-patches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: ESXi shell access</title>
		<link>http://technoblog.org/2008/08/howto-esxi-shell-access/</link>
		<comments>http://technoblog.org/2008/08/howto-esxi-shell-access/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 11:06:16 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[esxi]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[shell access]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=23</guid>
		<description><![CDATA[How to get shell access to your VMWare ESXi server?
By default the VMWare ESXi server don&#8217;t offer shell access (through the menu).
But by doing the following, you will be able to access the shell (although its limited):
1. Hook up a screen and a keyboard to the VMWae ESXi server.
2. Press &#8220;Alt+F1&#8243;
3. Write &#8220;unsupported&#8221; and press [...]]]></description>
			<content:encoded><![CDATA[<p>How to get shell access to your VMWare ESXi server?<br />
By default the VMWare ESXi server don&#8217;t offer shell access (through the menu).<br />
But by doing the following, you will be able to access the shell (although its limited):</p>
<p>1. Hook up a screen and a keyboard to the VMWae ESXi server.<br />
2. Press &#8220;Alt+F1&#8243;<br />
3. Write &#8220;unsupported&#8221; and press Enter (if you screw up, and think you&#8217;ve typed something wrong,<br />
you can use Ctrl+U to clear the input field).<br />
4. Enter the root password, an voila, shell access.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2008/08/howto-esxi-shell-access/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
