<?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>Magma Digital &#187; vmware</title>
	<atom:link href="http://blog.solutionperspectivemedia.co.uk/?feed=rss2&#038;tag=vmware" rel="self" type="application/rss+xml" />
	<link>http://blog.solutionperspectivemedia.co.uk</link>
	<description>our little place on the web</description>
	<lastBuildDate>Mon, 28 Jun 2010 22:07:47 +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 need to re-run vmware-config.pl every reboot on linux</title>
		<link>http://blog.solutionperspectivemedia.co.uk/?p=6</link>
		<comments>http://blog.solutionperspectivemedia.co.uk/?p=6#comments</comments>
		<pubDate>Thu, 29 Jun 2006 10:47:21 +0000</pubDate>
		<dc:creator>Jeremy Coates</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos 4]]></category>
		<category><![CDATA[fc5]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.solutionperspectivemedia.co.uk/wordpress/?p=6</guid>
		<description><![CDATA[I found using VMware server or workstation on udev based linux kernel (2.6.x) hosts, that I had to re-run the vmware-config.pl script after every reboot &#8211; which is quite annoying when you want the guest OS to run as the service starts.
The issue is that due to udev being a dynamic system, nodes are wiped [...]]]></description>
			<content:encoded><![CDATA[<p>I found using VMware server or workstation on udev based linux kernel (2.6.x) hosts, that I had to re-run the vmware-config.pl script after every reboot &#8211; which is quite annoying when you want the guest OS to run as the service starts.</p>
<p>The issue is that due to udev being a dynamic system, nodes are wiped and re-created in /dev each boot. So the simple solution is to get the VMware init script to check for and re-create the nodes as required:</p>
<p>Add the following just under the start) line in /etc/init.d/vmware</p>
<p>&nbsp;&nbsp; start)<br /># Start insert<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ ! -e &quot;/dev/vmmon&quot; ]; then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mknod /dev/vmmon c 10 165<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chmod 600 /dev/vmmon<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for a in `seq 0 9`; do<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ ! -e &quot;/dev/vmnet$a&quot; ]; then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mknod /dev/vmnet$a c 119 $a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chmod 600 /dev/vmnet$a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; done<br /># End insert<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if [ -e &quot;$vmware_etc_dir&quot;/not_configured ]; then</p>
<p>Which recreates the nodes that are required &#8211; just need VMware to pick that up for future versions. Remember, you&#8217;ll still need to re-run vmware-config.pl after a kernel upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.solutionperspectivemedia.co.uk/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
