<?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>Берлога Сисадмина</title>
	<atom:link href="http://www.vickvega.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vickvega.net</link>
	<description>Очередной блог на WordPress</description>
	<lastBuildDate>Thu, 17 Jul 2008 23:10:06 +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>VMware console doesn&#8217;t open</title>
		<link>http://www.vickvega.net/?p=9</link>
		<comments>http://www.vickvega.net/?p=9#comments</comments>
		<pubDate>Wed, 09 Apr 2008 19:29:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vickvega.net/?p=9</guid>
		<description><![CDATA[VMware VMserver2 beta 2
HOST: Linux
Guest: Any machine
/var/log/vmware/hostd.log full of those messages:
'Proxysvc' 3086011280 warning] SSL Handshake on client connection failed:
Well, I can&#8217;t say I solved it, but atleast it&#8217;s working. The issue was that sometimes a console will not open and present with an error saying it unable to locate the guest machine. I found out [...]]]></description>
			<content:encoded><![CDATA[<p>VMware VMserver2 beta 2<br />
HOST: Linux<br />
Guest: Any machine</p>
<p><strong>/var/log/vmware/hostd.log</strong> full of those messages:<br />
<code>'Proxysvc' 3086011280 warning] SSL Handshake on client connection failed:</code></p>
<p>Well, I can&#8217;t say I solved it, but atleast it&#8217;s working. The issue was that sometimes a console will not open and present with an error saying it unable to locate the guest machine. I found out that you should connect through web interface using FQDN name and not just a hostname.<br />
Like this: http://host.domain<br />
And NOT: http://host<br />
Adding the certificate into the local store also was done (not sure if it helped)</p>
<p>Still the log is full however I can connect to the console of the guests.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickvega.net/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTFS on CentOS 5.1</title>
		<link>http://www.vickvega.net/?p=8</link>
		<comments>http://www.vickvega.net/?p=8#comments</comments>
		<pubDate>Fri, 04 Apr 2008 19:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vickvega.net/?p=8</guid>
		<description><![CDATA[You need to subscribe to rpmforge repository.
1. Install repository:
rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
2. Import GPG key
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
3. Run update on the system
yum update -y
4. Install NTFS support
yum install fuse fuse-ntfs-3g dkms dkms-fuse
5. Create a mount point for NTFS device (usb used as an example)
mkdir /mnt/usb
6. Check dmesg to see where the device maped to.
dmesg &#124; more
7. [...]]]></description>
			<content:encoded><![CDATA[<p>You need to subscribe to <a href="http://rpmforge.net/">rpmforge</a> repository.</p>
<p>1. Install repository:<br />
<code>rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</code></p>
<p>2. Import GPG key<br />
<code>rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt</code></p>
<p>3. Run update on the system<br />
<code>yum update -y</code></p>
<p>4. Install NTFS support<br />
<code>yum install fuse fuse-ntfs-3g dkms dkms-fuse</code></p>
<p>5. Create a mount point for NTFS device (<strong>usb</strong> used as an example)<br />
<code>mkdir /mnt/usb</code></p>
<p>6. Check <strong>dmesg</strong> to see where the device maped to.<br />
<code>dmesg | more</code></p>
<p>7. Mount usb device in READ-ONLY mode (of cause you can mount it in any mode, it&#8217;s just an example)<br />
<code>mount /dev/sda1 /mnt/usb/ -t ntfs-3g -r -o umask=0222</code></p>
<p>Note: sda1 &#8211; is how my system sees the connected USB drive.</p>
<p>Based on (<a href="http://wiki.centos.org/TipsAndTricks/NTFSPartitions">c</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickvega.net/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware server 1.0.5 upgrade to VMserver 2 beta 2</title>
		<link>http://www.vickvega.net/?p=7</link>
		<comments>http://www.vickvega.net/?p=7#comments</comments>
		<pubDate>Fri, 04 Apr 2008 05:36:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.vickvega.net/?p=7</guid>
		<description><![CDATA[One of the problems I encountered recently was an issue of connecting to the console of the guest machine with in VMware 2 web interface. It appears that you should uninstall 1.0.5 mui BEFORE installing the new version.
If not done,  when trying to connect to the console you&#8217;ll probably receive an error message stating that [...]]]></description>
			<content:encoded><![CDATA[<p>One of the problems I encountered recently was an issue of connecting to the console of the guest machine with in VMware 2 web interface. It appears that you should uninstall 1.0.5 <strong>mui </strong>BEFORE installing the new version.</p>
<p>If not done,  when trying to connect to the console you&#8217;ll probably receive an error message stating that &#8220;Machine actively refusing connection&#8221;. As you recall, <strong>mui </strong>interface running on port 902. The upgrade is not done properly because of some reason and system states that the port is occupied. Which actually not &#8211; &#8220;netstat -ano&#8221; shows it clearly (the host is running CentOS 5.1).</p>
<p>More details will follow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickvega.net/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware 1.0.5 Warning 25301.IIS Configuration failed (-2147463164)</title>
		<link>http://www.vickvega.net/?p=6</link>
		<comments>http://www.vickvega.net/?p=6#comments</comments>
		<pubDate>Tue, 18 Mar 2008 17:04:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vickvega.net/2008/03/18/vmware-105-warning-25301iis-configuration-failed-2147463164/</guid>
		<description><![CDATA[During upgrade of VMware&#8217;s VMserver version 1.0.4 to version 1.0.5 on Windows 2003 server I have encountered the following error message:

&#8220;Warning 25301.IIS configuration failed (-2147463164). You will have to configure the VMware site manually&#8221;
After a brief check I found out that 3 services were disabled on that server:

World Wide Web publishing service
HTTP SSL
IIS Admin Service

I [...]]]></description>
			<content:encoded><![CDATA[<p>During upgrade of VMware&#8217;s VMserver version 1.0.4 to version 1.0.5 on Windows 2003 server I have encountered the following error message:</p>
<p><a href="http://www.vickvega.net/wp-content/uploads/2008/03/vmware-error.JPG"><img src="http://www.vickvega.net/wp-content/uploads/2008/03/vmware-error.JPG" alt="" title="vmware-error" width="300" height="142" class="alignnone size-medium wp-image-5" /></a></p>
<p>&#8220;Warning 25301.IIS configuration failed (-2147463164). You will have to configure the VMware site manually&#8221;</p>
<p>After a brief check I found out that 3 services were disabled on that server:</p>
<ol>
<li>World Wide Web publishing service</li>
<li>HTTP SSL</li>
<li>IIS Admin Service</li>
</ol>
<p>I started them all, rebooted the server, uninstalled VMserver, rebooted, installed the VMserver 1.0.5 once again and the setup finished without any problems.</p>
<p><a href="http://www.vickvega.net/forum/thread.php?threadid=147" target="_blank">Link</a> to russian explanation</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vickvega.net/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
