<?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>Takahisa's Weblog &#187; vmware</title>
	<atom:link href="http://takahisa.info/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://takahisa.info</link>
	<description>weblog of lifetips?</description>
	<lastBuildDate>Fri, 02 Sep 2011 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vmware Server2 shutdown guest when shutdown/reboot host on gentoo</title>
		<link>http://takahisa.info/2008/12/27/vmware-server2-shutdown-guest-when-shutdownreboot-host-on-gentoo/</link>
		<comments>http://takahisa.info/2008/12/27/vmware-server2-shutdown-guest-when-shutdownreboot-host-on-gentoo/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 21:31:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=123</guid>
		<description><![CDATA[1, Setup vmware to suspend or shutdown from Edit virtual machine startup/shutdown settings 2. add &#8220;/etc/init.d/vmware stop&#8221; into /etc/conf.d/local.stop   Refrence : http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo Normally in Gentoo you would want to create an init script via rc-update to start a service at boot. However if there are a few miscellaneous commands you would like to run you can add [...]]]></description>
			<content:encoded><![CDATA[<p>1, Setup vmware to suspend or shutdown from <em>Edit virtual machine startup/shutdown settings </em></p>
<p>2. add &#8220;/etc/init.d/vmware stop&#8221; into /etc/conf.d/local.stop</p>
<p> </p>
<p>Refrence : <a href="http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo" target="_blank">http://www.wiredrevolution.com/gentoo/run-a-command-at-boot-with-gentoo</a></p>
<blockquote><p><em>Normally in Gentoo you would want to create an init script via </em><strong><em>rc-update</em></strong><em> to start a service at boot. However if there are a few miscellaneous commands you would like to run you can add them to </em><strong><em>local.start</em></strong><em>.</em></p>
<p><em>The local.start init script is similar to </em><strong><em>rc.local</em></strong><em> in other distributions. It is the last init script to be run after all other services have been started at the end of the boot process.</em></p>
<p><em>Add your commands to local.start file located here.<br />
</em><strong><em>/etc/conf.d/local.start</em></strong></p>
<p><em>You can also make commands run when the system is shutdown. These commands should be placed in </em><strong><em>local.stop</em></strong><em> located here.<br />
</em><strong><em>/etc/conf.d/local.stop</em></strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/12/27/vmware-server2-shutdown-guest-when-shutdownreboot-host-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Server2 console not popup on gentoo</title>
		<link>http://takahisa.info/2008/12/27/vmware-server2-console-not-popup/</link>
		<comments>http://takahisa.info/2008/12/27/vmware-server2-console-not-popup/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 19:16:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=121</guid>
		<description><![CDATA[When Vmware server2 console not popup with those error ns2 ~ # firefox No running windows found /root/.mozilla/firefox/t0qxjlxh.default/extensions/VMwareVMRC@vmware.com/plugins/bin/ vmware-vmrc: symbol lookup error /root/.mozilla/firefox/t0qxjlxh.default/extensions/VMwareVMRC@vmware.com/plugins/lib/ libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn16_N3Gtk5TableD1Ev try ns2 ~ # VMWARE_USE_SHIPPED_GTK=yes firefox]]></description>
			<content:encoded><![CDATA[<p>When Vmware server2 console not popup with those error</p>
<p class="code"><span style="color: #ff0000;">ns2</span> <span style="color: #33cccc;">~ #</span> firefox<br />
No running windows found<br />
/root/.mozilla/firefox/t0qxjlxh.default/extensions/VMwareVMRC@vmware.com/plugins/bin/<br />
vmware-vmrc: symbol lookup error<br />
/root/.mozilla/firefox/t0qxjlxh.default/extensions/VMwareVMRC@vmware.com/plugins/lib/<br />
libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn16_N3Gtk5TableD1Ev</p>
<p>try</p>
<p class="code"><span style="color: #ff0000;">ns2 </span><span style="color: #33cccc;">~ #</span> VMWARE_USE_SHIPPED_GTK=yes firefox</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/12/27/vmware-server2-console-not-popup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Vmware Server2 on Gentoo</title>
		<link>http://takahisa.info/2008/11/18/install-vmware-server2-on-gentoo/</link>
		<comments>http://takahisa.info/2008/11/18/install-vmware-server2-on-gentoo/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:59:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=88</guid>
		<description><![CDATA[ns2 vmware-server-distrib # ./vmware-install.pl Creating a new VMware Server installer database using the tar4 format. Installing VMware Server. In which directory do you want to install the binary files? [/usr/bin] What is the directory that contains the init directories (rc0.d/ to rc6.d/)? The path &#8220;&#8221; is not an existing directory. What is the directory that [...]]]></description>
			<content:encoded><![CDATA[<p>ns2 vmware-server-distrib # ./vmware-install.pl<br />
Creating a new VMware Server installer database using the tar4 format.</p>
<p>Installing VMware Server.</p>
<p>In which directory do you want to install the binary files?<br />
[/usr/bin]</p>
<p>What is the directory that contains the init directories (rc0.d/ to<br />
rc6.d/)?</p>
<p>The path &#8220;&#8221; is not an existing directory.</p>
<p>What is the directory that contains the init directories (rc0.d/ to<br />
rc6.d/)? /etc</p>
<p>The path &#8220;/etc&#8221; is a directory which does not contain a rc0.d directory.</p>
<p>What is the directory that contains the init directories (rc0.d/ to<br />
rc6.d/)? /etc/rc.d</p>
<p>The path &#8220;/etc/rc.d&#8221; is not an existing directory.</p>
<p>What is the directory that contains the init directories (rc0.d/ to<br />
rc6.d/)? /etc/runlevels</p>
<p>The path &#8220;/etc/runlevels&#8221; is a directory which does not contain a rc0.d<br />
directory.</p>
<p>What is the directory that contains the init directories (rc0.d/ to<br />
rc6.d/)? /etc/rc.d</p>
<p>What is the directory that contains the init scripts?<br />
[/etc/rc.d] /etc/init.d/</p>
<p>In which directory do you want to install the daemon files?<br />
[/usr/sbin]</p>
<p>In which directory do you want to install the library files?<br />
[/usr/lib/vmware]</p>
<p>The path &#8220;/usr/lib/vmware&#8221; does not exist currently. This program is going to<br />
create it, including needed parent directories. Is this what you want?<br />
[yes]</p>
<p>In which directory do you want to install the manual files?<br />
[/usr/share/man]</p>
<p>In which directory do you want to install the documentation files?<br />
[/usr/share/doc/vmware]</p>
<p>The path &#8220;/usr/share/doc/vmware&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]</p>
<p>The installation of VMware Server 2.0.0 build-122956 for Linux completed<br />
successfully. You can decide to remove this software from your system at any<br />
time by invoking the following command: &#8220;/usr/bin/vmware-uninstall.pl&#8221;.</p>
<p>Before running VMware Server for the first time, you need to configure it by<br />
invoking the following command: &#8220;/usr/bin/vmware-config.pl&#8221;. Do you want this<br />
program to invoke the command for you now? [yes]</p>
<p>Making sure services for VMware Server are stopped.</p>
<p>Stopping VMware autostart virtual machines:<br />
Virtual machines                                                   failed<br />
Stopping VMware management services:<br />
VMware Virtual Infrastructure Web Access<br />
VMware Server Host Agent                                           failed<br />
Stopping VMware services:<br />
VMware Authentication Daemon                                        done<br />
Virtual machine monitor                                             done</p>
<p>You must read and accept the End User License Agreement to continue.<br />
Press enter to display it.</p>
<p>You must read and accept the End User License Agreement to continue.<br />
Press enter to display it.</p>
<p>NOTICE:  BY DOWNLOADING AND INSTALLING, COPYING OR OTHERWISE USING THE<br />
SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS VMWARE MASTER END<br />
USER LICENSE AGREEMENT (&#8220;EULA&#8221;).  IF YOU DO NOT AGREE TO THE TERMS OF<br />
THIS EULA, YOU MAY NOT DOWNLOAD, INSTALL, COPY OR USE THE SOFTWARE, AND<br />
YOU MAY RETURN THE UNUSED SOFTWARE TO THE VENDOR FROM WHICH YOU ACQUIRED<br />
IT WITHIN THIRTY (30) DAYS AND REQUEST A REFUND OF THE LICENSE FEE, IF<br />
ANY, ALREADY PAID UPON SHOWING PROOF OF PAYMENT.  &#8220;YOU&#8221; MEANS THE<br />
NATURAL PERSON OR THE ENTITY THAT IS AGREEING TO BE BOUND BY THIS EULA,<br />
THEIR EMPLOYEES AND THIRD PARTY CONTRACTORS THAT PROVIDE SERVICES TO<br />
YOU.  YOU SHALL BE LIABLE FOR ANY FAILURE BY SUCH EMPLOYEES AND THIRD<br />
PARTY CONTRACTORS TO COMPLY WITH THE TERMS OF THIS AGREEMENT.</p>
<p>1.      DEFINITIONS</p>
<p>1.1     &#8220;Designated Administrative Access&#8221; means that access to the<br />
standard user interfaces of a given instance of the Software<br />
(designated in this section) that you may grant to a designated<br />
third party (a) for which you have provided advance written notice<br />
to VMware that you are providing outsourced services and (b) for<br />
whose dedicated benefit you have licensed such instance of the<br />
Software.  Designated Administrative Access is applicable only<br />
where you are 1) an IT outsourcing company that is providing<br />
outsourced IT services to a client company and 2) applicable only<br />
to the following Software: ESX Server, VMware Server and<br />
VirtualCenter.</p>
<p>1.2     &#8220;GPL Software&#8221; means GPL software licensed to you under the GNU<br />
General Public License as published by the Free Software Foundation<br />
(GPL).  A copy of the GPL is included on the media on which you<br />
received the Software or included in the files you downloaded, if<br />
you acquired the Software by electronic download.</p>
<p>1.3     &#8220;Guest Operating Systems&#8221; means instances of third-party operating<br />
systems licensed by you and installed in a Virtual Machine and run<br />
using the Software.</p>
<p>1.4     &#8220;Licensed Additional Module&#8221; means additional modules that may be<br />
provided with and/or used in conjunction with the Software for<br />
which you have paid the applicable license fee and accepted any<br />
applicable additional license terms.</p>
<p>1.5     &#8220;Open Source Software&#8221; means various open source software<br />
components licensed under the terms of applicable open source<br />
license agreements included in the materials relating to such</p>
<p>Do you accept? (yes/no) yes</p>
<p>Thank you.</p>
<p>None of the pre-built vmmon modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Using compiler &#8220;/usr/bin/gcc&#8221;. Use environment variable CC to override.</p>
<p>What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.25-gentoo-r7/build/include]</p>
<p>Extracting the sources of the vmmon module.</p>
<p>Building the vmmon module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
make -C /lib/modules/2.6.25-gentoo-r7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
cp -f vmmon.ko ./../vmmon.o<br />
make: Leaving directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
The vmmon module loads perfectly into the running kernel.</p>
<p>None of the pre-built vmci modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmci module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Extracting the sources of the vmci module.</p>
<p>Building the vmci module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmci-only&#8217;<br />
make -C /lib/modules/2.6.25-gentoo-r7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmci-only/vmci.mod.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
cp -f vmci.ko ./../vmci.o<br />
make: Leaving directory `/tmp/vmware-config0/vmci-only&#8217;<br />
The vmci module loads perfectly into the running kernel.</p>
<p>None of the pre-built vsock modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vsock module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>None of the pre-built vsock modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vsock module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Extracting the sources of the vsock module.</p>
<p>Building the vsock module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vsock-only&#8217;<br />
make -C /lib/modules/2.6.25-gentoo-r7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
WARNING: &#8220;VMCIDatagram_CreateHnd&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCIDatagram_DestroyHnd&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCI_GetContextID&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCIDatagram_Send&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
CC      /tmp/vmware-config0/vsock-only/vsock.mod.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
cp -f vsock.ko ./../vsock.o<br />
make: Leaving directory `/tmp/vmware-config0/vsock-only&#8217;<br />
The vsock module loads perfectly into the running kernel.</p>
<p>Do you want networking for your virtual machines? (yes/no/help) [yes]</p>
<p>Configuring a bridged network for vmnet0.</p>
<p>Please specify a name for this network.<br />
[Bridged] eth0</p>
<p>Your computer has multiple ethernet network interfaces available: eth0, eth1.<br />
Which one do you want to bridge to vmnet0? [eth0] eth0</p>
<p>The following bridged networks have been defined:</p>
<p>. vmnet0 is bridged to eth0</p>
<p>Do you wish to configure another bridged network? (yes/no) [no] yes</p>
<p>Configuring a bridged network for vmnet2.</p>
<p>Please specify a name for this network.<br />
[Bridged] eth2</p>
<p>The following bridged networks have been defined:</p>
<p>. vmnet0 is bridged to eth0<br />
. vmnet2 is bridged to eth1</p>
<p>All your ethernet interfaces are already bridged.</p>
<p>Do you want to be able to use NAT networking in your virtual machines? (yes/no)<br />
[yes] no</p>
<p>Do you want to be able to use host-only networking in your virtual machines?<br />
[no] no</p>
<p>None of the pre-built vmnet modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmnet module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Extracting the sources of the vmnet module.</p>
<p>Building the vmnet module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmnet-only&#8217;<br />
make -C /lib/modules/2.6.25-gentoo-r7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
CC [M]  /tmp/vmware-config0/vmnet-only/driver.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/hub.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/userif.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/netif.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/filter.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/smac.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/vnetEvent.o<br />
CC [M]  /tmp/vmware-config0/vmnet-only/vnetUserListener.o<br />
LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o<br />
LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko<br />
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r7&#8242;<br />
cp -f vmnet.ko ./../vmnet.o<br />
make: Leaving directory `/tmp/vmware-config0/vmnet-only&#8217;<br />
The vmnet module loads perfectly into the running kernel.</p>
<p>Please specify a port for remote connections to use [902]</p>
<p>Please specify a port for standard http connections to use [8222]</p>
<p>Please specify a port for secure http (https) connections to use [8333]</p>
<p>The current administrative user for VMware Server  is &#8221;.  Would you like to<br />
specify a different administrator? [no] yes</p>
<p>Please specify the user whom you wish to be the VMware Server administrator<br />
root</p>
<p>Using root as the VMware Server administrator.</p>
<p>In which directory do you want to keep your virtual machine files?<br />
[/var/lib/vmware/Virtual Machines] /virtual</p>
<p>Please enter your 20-character serial number.</p>
<p>Type XXXXX-XXXXX-XXXXX-XXXXX or &#8216;Enter&#8217; to cancel:  A812M-FH12U-xxxxx-xxxxx</p>
<p>Creating a new VMware VIX API installer database using the tar4 format.</p>
<p>Installing VMware VIX API.</p>
<p>In which directory do you want to install the VMware VIX API binary files?<br />
[/usr/bin]</p>
<p>In which directory do you want to install the VMware VIX API library files?<br />
[/usr/lib/vmware-vix/lib]</p>
<p>The path &#8220;/usr/lib/vmware-vix/lib&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]</p>
<p>In which directory do you want to install the VMware VIX API document pages?<br />
[/usr/share/doc/vmware-vix]</p>
<p>The path &#8220;/usr/share/doc/vmware-vix&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]</p>
<p>The installation of VMware VIX API 1.6.0 build-122956 for Linux completed<br />
successfully. You can decide to remove this software from your system at any<br />
time by invoking the following command: &#8220;/usr/bin/vmware-uninstall-vix.pl&#8221;.</p>
<p>Enjoy,</p>
<p>&#8211;the VMware team</p>
<p>Starting VMware services:<br />
Virtual machine monitor                                             done<br />
Virtual machine communication interface                             done<br />
VM communication interface socket family:                           done<br />
Virtual ethernet                                                    done<br />
Bridged networking on /dev/vmnet0                                   done<br />
Bridged networking on /dev/vmnet2                                   done<br />
VMware Server Authentication Daemon (background)                    done<br />
Shared Memory Available                                             done<br />
Starting VMware management services:<br />
VMware Server Host Agent (background)                               done<br />
VMware Virtual Infrastructure Web Access<br />
Starting VMware autostart virtual machines:<br />
Virtual machines                                                    done</p>
<p>The configuration of VMware Server 2.0.0 build-122956 for Linux for this<br />
running kernel completed successfully.</p>
<p>And Recompile your kernel and restart.</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/11/18/install-vmware-server2-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

