<?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>Problemi e Soluzioni di un sistemista informatico &#187; vmware</title>
	<atom:link href="http://blog.maurizio.proietti.name/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maurizio.proietti.name</link>
	<description>Il blog tecnico di Maurizio Proietti a Prato 59100. Info e configurazioni linux microsoft</description>
	<lastBuildDate>Mon, 02 Jan 2012 08:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>VMWare esxi &#8211; installare vmware tools su una slackware 12.2</title>
		<link>http://blog.maurizio.proietti.name/2009/02/25/vmware-esxi-installare-vmware-tools-su-una-slackware-122/</link>
		<comments>http://blog.maurizio.proietti.name/2009/02/25/vmware-esxi-installare-vmware-tools-su-una-slackware-122/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:13:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configurazione]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[slackware 12]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[sistemista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=348</guid>
		<description><![CDATA[Questa è una guida per installare i VMWare Tools su Slackware 12.2 Questi sono i passaggi da seguire: links "http://prdownloads.sourceforge.net/libdnet/libdnet-1.11.tar.gz?download" tar -zxvf libdnet-1.11.tar.gz cd libdnet-1.11 ./configure make &#038;&#038; make install &#038;&#038; ldconfig wget http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-src.tgz wget http://slackbuilds.org/slackbuilds/12.2/libraries/icu4c.tar.gz tar -zxvf icu4c-4_0_1-src.tgz tar -zxvf icu4c.tar.gz cd icu4c mv ../icu4c-4_0_1-src.tgz ./ ./icu4c.SlackBuild mv /tmp/icu4c-4.0.1-i486-1_SBo.tgz /root/ installpkg ./icu4c-4.0.1-i486-1_SBo.tgz wget http://mesh.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2009.02.18-148847.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p>Questa è una guida per installare i VMWare Tools su Slackware 12.2</p>
<p>Questi sono i passaggi da seguire:</p>
<p><code><br />
links "http://prdownloads.sourceforge.net/libdnet/libdnet-1.11.tar.gz?download"<br />
tar -zxvf libdnet-1.11.tar.gz<br />
cd libdnet-1.11<br />
./configure<br />
make &#038;&#038; make install &#038;&#038; ldconfig<br />
wget http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-src.tgz<br />
wget http://slackbuilds.org/slackbuilds/12.2/libraries/icu4c.tar.gz<br />
tar -zxvf icu4c-4_0_1-src.tgz<br />
tar -zxvf icu4c.tar.gz<br />
cd icu4c<br />
mv ../icu4c-4_0_1-src.tgz ./<br />
./icu4c.SlackBuild<br />
mv /tmp/icu4c-4.0.1-i486-1_SBo.tgz /root/<br />
installpkg ./icu4c-4.0.1-i486-1_SBo.tgz<br />
wget http://mesh.dl.sourceforge.net/sourceforge/open-vm-tools/open-vm-tools-2009.02.18-148847.tar.gz<br />
tar -zxvf open-vm-tools-2009.02.18-148847.tar.gz<br />
cd open-vm-tools-2009.02.18-148847<br />
./configure --includedir=/usr/include/uriparser --without-x --without-icu<br />
make<br />
</code></p>
<p>Dalla VIM cliccare su Inventory-> Virtual Machine -> Install VMware Tools<br />
tornare sulla console</p>
<p><code><br />
mount /mnt/cdrom<br />
cp /mnt/cdrom/VMwareTools-3.5.0-123629.tar.gz /root/<br />
tar -zxvf VMwareTools-3.5.0-123629.tar.gz<br />
cd open-vm-tools-2009.02.18-148847/modules/linux/<br />
for i in *; do sudo mv ${i} ${i}-only; tar -cf ${i}.tar ${i}-only; done<br />
cp *.tar /root/vmware-tools-distrib/lib/modules/source/<br />
cd /root/vmware-tools-distrib/<br />
mkdir /etc/pam.d<br />
touch /etc/rc.d/init.d/network<br />
ifconfig eth0 down<br />
ifconfig eth1 down<br />
ifconfig eth2 down<br />
rmmod pcnet32<br />
./vmware-install.pl<br />
vmware-config-tools.pl<br />
</code></p>
<p>Ringrazio marcpem per <a href="http://ubuntuforums.org/showthread.php?t=987631">l&#8217;how to originale</a></p>
<p>Spero sia di aiuto a tutti.<br />
Saluti</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.maurizio.proietti.name%2F2009%2F02%2F25%2Fvmware-esxi-installare-vmware-tools-su-una-slackware-122%2F&amp;title=VMWare%20esxi%20%26%238211%3B%20installare%20vmware%20tools%20su%20una%20slackware%2012.2" id="wpa2a_2"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/02/25/vmware-esxi-installare-vmware-tools-su-una-slackware-122/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error vmware esxi mount nfs datastore</title>
		<link>http://blog.maurizio.proietti.name/2009/01/23/error-vmware-esxi-mount-nfs-datastore/</link>
		<comments>http://blog.maurizio.proietti.name/2009/01/23/error-vmware-esxi-mount-nfs-datastore/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 12:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rete]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[prato]]></category>
		<category><![CDATA[sistemista]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/?p=316</guid>
		<description><![CDATA[Mi dava sempre l&#8217;errore cannot open volume /vmfs/volumes/xxx mentre cesco di montare un datastore nfs windows. Ho risolto con il mapping degli utenti su SFU collegando root con administrator]]></description>
			<content:encoded><![CDATA[<p>Mi dava sempre l&#8217;errore</p>
<p>cannot open volume /vmfs/volumes/xxx</p>
<p>mentre cesco di montare un datastore nfs windows.</p>
<p>Ho risolto con il mapping degli utenti su SFU collegando root con administrator</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.maurizio.proietti.name%2F2009%2F01%2F23%2Ferror-vmware-esxi-mount-nfs-datastore%2F&amp;title=Error%20vmware%20esxi%20mount%20nfs%20datastore" id="wpa2a_4"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2009/01/23/error-vmware-esxi-mount-nfs-datastore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come installare VMWare server su Fedora Core 7</title>
		<link>http://blog.maurizio.proietti.name/2007/07/03/come-installare-vmware-server-su-fedora-core-7/</link>
		<comments>http://blog.maurizio.proietti.name/2007/07/03/come-installare-vmware-server-su-fedora-core-7/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 10:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[configurazione]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 7]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.maurizio.proietti.name/2007/07/03/come-installare-vmware-server-su-fedora-core-7/</guid>
		<description><![CDATA[Una meravigliosa guida che spiega come installare vmware server su fedora 7. http://www.howtoforge.com/vmware_server_fedora7 ecco il cuore della guida: make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/driver.o] Error 1make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] Error 2make[1]: Leaving directory `/usr/src/kernels/2.6.21-1.3194.fc7-i686&#8242;make: *** [vmmon.ko] Error 2make: Leaving directory `/tmp/vmware-config2/vmmon-only&#8217;Unable to build the vmmon module. For more information on how to troubleshoot module-related problems, pleasevisit our Web site [...]]]></description>
			<content:encoded><![CDATA[<p>Una meravigliosa guida che spiega come installare vmware server su fedora 7.</p>
<p><a href="http://www.howtoforge.com/vmware_server_fedora7"><tt>http://www.howtoforge.com/vmware_server_fedora7</tt></a></p>
<p>ecco il cuore della guida:</p>
<p>make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/driver.o] Error 1<br />make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] Error 2<br />make[1]: Leaving directory `/usr/src/kernels/2.6.21-1.3194.fc7-i686&#8242;<br />make: *** [vmmon.ko] Error 2<br />make: Leaving directory `/tmp/vmware-config2/vmmon-only&#8217;<br />Unable to build the vmmon module.</p>
<p>For more information on how to troubleshoot module-related problems, please<br />visit our Web site at &#8220;http://www.vmware.com/download/modules/modules.html&#8221; and<br />&#8220;http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html&#8221;.</p>
<p>Execution aborted.
<p>This happens because VMware Server isn&#8217;t ready for a 2.6.21 kernel yet (the default kernel in Fedora 7 is 2.6.21.3). Therefore, we must patch VMware Server a little bit. This can be done as follows:</p>
<p class="command">wget http://knihovny.cvut.cz/ftp/pub/vmware/vmware-any-any-update110.tar.gz<br />tar xvfz vmware-any-any-update110.tar.gz<br />cd vmware-any-any-update110<br />./runme.pl</p>
<p>The <span class="system">./runme.pl</span> command will continue the VMware Server installation. This time it should succeed, and again you can accept all default values. When it asks you</p>
<p class="system">In which directory do you want to keep your virtual machine files?<br />[/var/lib/vmware/Virtual Machines]</p>
<p>you can either accept the default value or specify a location that has enough free space to store your virtual machines. </p>
<p>At the end of the installation, you will be asked to enter a serial number:</p>
<p class="system">Please enter your 20-character serial number.</p>
<p class="system">Type XXXXX-XXXXX-XXXXX-XXXXX or &#8216;Enter&#8217; to cancel:</p>
<p>Fill in your serial number for VMware Server. </p>
<p>After the successful installation, you can delete the VMware Server download file and the installation directory:</p>
<p class="command">cd /home/falko/Desktop<br />rm -fr vmware-server-distrib<br />rm -f VMware-server-*.tar.gz</p>
<p> You will now find VMware Server under <span class="system">Applications > Other</span>
<pre class="moz-signature" cols="72"><span style="font-size:130%;"><span style="font-style: italic; font-weight: bold;font-size:130%;" >ATTENZIONE:</span><span style="font-size:130%;"></span><span style="font-style: italic; font-weight: bold;font-size:130%;" >Può essere causa di errore l'assenza di xinetd, quindi prima di iniziare l'installazione assicurarsi di avere xinetd:</span><span style="font-size:130%;"></span><span style="font-style: italic;"><span style="font-size:130%;"><span style="font-weight: bold;">yum install xinetd</span>

<span style="font-weight: bold;">ATTENZIONE 2:</span><span style="font-weight: bold;">Una altra possibile causa di problemi è la presenza del file</span><span style="font-weight: bold;">/etc/vmware/not_configured</span><span style="font-weight: bold;">occorre eliminarlo:</span><span style="font-weight: bold;">rm /etc/vmware/not_configured</span></span></span></span></pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.maurizio.proietti.name%2F2007%2F07%2F03%2Fcome-installare-vmware-server-su-fedora-core-7%2F&amp;title=Come%20installare%20VMWare%20server%20su%20Fedora%20Core%207" id="wpa2a_6"><img src="http://blog.maurizio.proietti.name/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.maurizio.proietti.name/2007/07/03/come-installare-vmware-server-su-fedora-core-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

