<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - NFS Export from ESX 3 COS</title>
    <link>http://communities.vmware.com/community/vmtn/vi/install?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 12 Aug 2009 14:12:58 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-08-12T14:12:58Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/1335531?tstart=0#1335531</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Can anyone please tell me if this is possible with ESXi 3.5 update 2?&lt;br /&gt;
&lt;br /&gt;
Many thanks,&lt;br /&gt;
Michael</description>
      <pubDate>Wed, 12 Aug 2009 14:12:58 GMT</pubDate>
      <author>mblake4u</author>
      <guid>http://communities.vmware.com/message/1335531?tstart=0#1335531</guid>
      <dc:date>2009-08-12T14:12:58Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/1014322?tstart=0#1014322</link>
      <description>I just got this to work on ESX 3.5 by modifying the steps slightly (using ALL of the feedback from within this thread - Thanks All!) &lt;br /&gt;
&lt;br /&gt;
Here were the steps I followed:&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
NOTE: DO NOT RUN THE COMPILE ON A PRODUCTION MACHINE!&lt;br /&gt;
&lt;hr /&gt;
&lt;p /&gt;
&lt;p /&gt;
1) As with any modification to an OS, make a backup of the things you're going to possible change. In this case, the modules folder in /lib/modules.&lt;br /&gt;
&lt;p /&gt;
cp 2.4.21-37.0.2.ELvmnix 2.4.21-37.0.2.ELvmnix.old&lt;br /&gt;
&lt;p /&gt;
2) cd /usr/src/linux-2.4/configs&lt;br /&gt;
&lt;p /&gt;
3) nano vmnix.config, search for CONFIG_NFSD_TCP and change the commented line to:&lt;br /&gt;
CONFIG_NFSD_TCP=y&lt;br /&gt;
&lt;p /&gt;
4) cp vmnix.config kernel-2.4.21-i686-vmnix.config&lt;br /&gt;
&lt;p /&gt;
5) cd /usr/src/linux-2.4&lt;br /&gt;
&lt;p /&gt;
6) Verify that the 'Makefile' has the required updates. Change the end of the EXTRAVERSION line from ELcustom to &lt;u&gt;ELvmnix&lt;/u&gt;&lt;br /&gt;
&lt;p /&gt;
7) make mrproper &lt;br /&gt;
&lt;p /&gt;
8) make oldconfig&lt;br /&gt;
&lt;p /&gt;
9) make dep&lt;br /&gt;
&lt;p /&gt;
10) nano /usr/src/linux-2.4.21-57.EL/include/linux/version.h and edit the following line (or add it if it doesn't exist) &lt;u&gt;THIS MUST BE THE RECORDED BUILD VERSION FROM THE VC CLIENT&lt;/u&gt;:&lt;br /&gt;
#define VMNIX_BUILD "103908"&lt;br /&gt;
&lt;p /&gt;
11) make modules&lt;br /&gt;
&lt;p /&gt;
12) If the build completed properly, you can copy the newly created nfsd.o module.&lt;br /&gt;
cp /usr/src/linux-2.4.21-57.EL/fs/nfsd/nfsd.o /lib/modules/2.4.21-57.ELvmnix/kernel/fs/nfsd/&lt;br /&gt;
&lt;p /&gt;
Service and Firewall Configuration&lt;br /&gt;
&lt;p /&gt;
13) nano /etc/init.d/nfs&lt;br /&gt;
14) change line 6 to be:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;chkconfig: - 50 20&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
This causes the nfs daemons to start BEFORE the vmware-late process (which mounts NFS stores) when you run step 13&lt;br /&gt;
&lt;p /&gt;
15) chkconfig --level 345 nfs on&lt;br /&gt;
16) chkconfig --level 345 portmap on&lt;br /&gt;
&lt;p /&gt;
17) esxcfg-firewall -o 111,tcp,in,sunrpc&lt;br /&gt;
18) esxcfg-firewall -o 111,udp,in,sunrpc&lt;br /&gt;
19) esxcfg-firewall -o 369,tcp,in,rpc2portmap&lt;br /&gt;
20) esxcfg-firewall -o 369,udp,in,rpc2portmap&lt;br /&gt;
21) esxcfg-firewall -o 808,tcp,in,mountd&lt;br /&gt;
22) esxcfg-firewall -o 2049,tcp,in,nfs&lt;br /&gt;
23) esxcfg-firewall -o 2049,udp,in,nfs&lt;br /&gt;
&lt;p /&gt;
24) nano /etc/sysconfig/nfs and add:&lt;br /&gt;
MOUNTD_PORT=808&lt;br /&gt;
&lt;p /&gt;
This forces the mountd daemon to listen on port 808 otherwise it chooses one at random and won't allow inbound connections through the firewall.&lt;br /&gt;
&lt;p /&gt;
Create your /etc/exports file accordingly and verify your mount points are all working. &lt;br /&gt;
&lt;p /&gt;
Restart the server and you will now have a working TCP NFS daemon on the ESX 3 COS. From there, you can export your folder and mount it using the VI Client.&lt;br /&gt;
&lt;p /&gt;
To confirm everything is funtioning, run &lt;b&gt;rpcinfo -p&lt;/b&gt; to get the port and transport list of RPC services. The line to look for has "&lt;u&gt;2049 tcp nfs&lt;/u&gt;" in it.&lt;br /&gt;
&lt;p /&gt;
If "2049 tcp nfs" is not shown, you probably have the original &lt;u&gt;nfsd.o&lt;/u&gt; module loaded. 1st thing to try:&lt;br /&gt;
&lt;p /&gt;
1) &lt;b&gt;service nfs stop&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
2) Check to see if nsfd has it's module currently loaded by running &lt;b&gt;lsmod&lt;/b&gt;. Unload the current nfsd.o module:&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;rmmod nfsd&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
3) recompile or recopy the NEW nfsd.o module to:&lt;br /&gt;
&lt;p /&gt;
/lib/modules/2.4.21-57.ELvmnix/kernel/fs/nfsd/&lt;br /&gt;
&lt;p /&gt;
4) Then do a &lt;b&gt;modprobe nfsd&lt;/b&gt;. See if it loads - if you get no error, that's a good sign. Do another &lt;b&gt;lsmod&lt;/b&gt; and see if it's there.&lt;br /&gt;
&lt;p /&gt;
5) Start nfs again and see if it is listening on the correct port:&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;service nfs start&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;rpcinfo -p&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
6) If all else fails, reboot and see if the correct module is loaded and the ports are open.&lt;br /&gt;
&lt;p /&gt;
Hope that helps!&lt;br /&gt;
&lt;p /&gt;
Enjoy!</description>
      <pubDate>Wed, 06 Aug 2008 18:05:46 GMT</pubDate>
      <author>bpowers7</author>
      <guid>http://communities.vmware.com/message/1014322?tstart=0#1014322</guid>
      <dc:date>2008-08-06T18:05:46Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/943602?tstart=0#943602</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I've done this all and NFS is working fine on ESX 3.0.2 for some minutes. But suddenly the NFS-share becomes always inactive. The message I can see in /var/log/vmkernel is: &lt;br /&gt;
&lt;p /&gt;
WARNING: NFS: RPC error 13 (RPC was aborted due to timeout) trying to get port for Mount Program (100005) Version (3) Protocol (TCP) on server (my IP-Address).&lt;br /&gt;
&lt;p /&gt;
Do you have an idea? The output of rpcinfo -p:&lt;br /&gt;
&lt;p /&gt;
100000    2   tcp    111  portmapper&lt;br /&gt;
100000    2   udp    111  portmapper&lt;br /&gt;
100003    2   udp   2049  nfs&lt;br /&gt;
100003    3   udp   2049  nfs&lt;br /&gt;
100003    2   tcp   2049  nfs&lt;br /&gt;
100003    3   tcp   2049  nfs&lt;br /&gt;
100021    1   udp  32770  nlockmgr&lt;br /&gt;
100021    3   udp  32770  nlockmgr&lt;br /&gt;
100021    4   udp  32770  nlockmgr&lt;br /&gt;
100021    1   tcp  32777  nlockmgr&lt;br /&gt;
100021    3   tcp  32777  nlockmgr&lt;br /&gt;
100021    4   tcp  32777  nlockmgr&lt;br /&gt;
100005    1   udp    808  mountd&lt;br /&gt;
100005    1   tcp    808  mountd&lt;br /&gt;
100005    2   udp    808  mountd&lt;br /&gt;
100005    2   tcp    808  mountd&lt;br /&gt;
100005    3   udp    808  mountd&lt;br /&gt;
100005    3   tcp    808  mountd&lt;br /&gt;
&lt;p /&gt;
Thanks for your help!&lt;br /&gt;
&lt;p /&gt;
simon</description>
      <pubDate>Wed, 14 May 2008 10:12:21 GMT</pubDate>
      <author>SHBECKER</author>
      <guid>http://communities.vmware.com/message/943602?tstart=0#943602</guid>
      <dc:date>2008-05-14T10:12:21Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS - SUCCESS !!</title>
      <link>http://communities.vmware.com/message/466509?tstart=0#466509</link>
      <description>All - This must qualify for one of those Low Cost - Training environments for ESX 3 !!&lt;br /&gt;
&lt;br /&gt;
My Config: &lt;br /&gt;
HP DC7600, 80GB SATA, Additional Intel 10/100 Ethernet card&lt;br /&gt;
Emulate IDE via BIOS&lt;br /&gt;
ESX 3.0 evaluation&lt;br /&gt;
&lt;br /&gt;
1. Compiled the nfsd.o from yesterday worked fine. Using RColberts procedure after that for firewall and service changes.&lt;br /&gt;
2. fdisk /dev/hda&lt;br /&gt;
and created /dev/hda6 of 60GB&lt;br /&gt;
3. Reboot&lt;br /&gt;
4. mkfs.ext3 /dev/hda6&lt;br /&gt;
5. mkdir /nfsroot&lt;br /&gt;
6. mount /dev/hda6 /nfsroot&lt;br /&gt;
&lt;br /&gt;
7. Installed Virtual Infrastructure Client 2.0 on a Windows XP machine&lt;br /&gt;
8. Tried out ESX 3.0 evaluation / host based license.&lt;br /&gt;
9. Created a separate VMKernel Network interface (192.168.1.200)&lt;br /&gt;
10. On console - exported the nfsshare&lt;br /&gt;
nano /etc/exports&lt;br /&gt;
&lt;br /&gt;
/nfsroot 192.168.1.200/255.255.255.0(rw, sync, no_root_squash)&lt;br /&gt;
&lt;br /&gt;
11. exportfs -a&lt;br /&gt;
12. /etc/nfs restart -- just to be safe&lt;br /&gt;
10. Added NAS share and mounted the NFS share from the console. (192.168.1.1)&lt;br /&gt;
&lt;br /&gt;
esxcfg-nas -a esx-nfsroot -o 192.168.1.1 -s /nfsroot&lt;br /&gt;
&lt;br /&gt;
11. Created a Virtual Machine, started, tried installing Fedora Core&lt;br /&gt;
&lt;br /&gt;
Anybody needing the nfsd.o - do mail me.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
venu&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
madvenu&lt;br /&gt;
&lt;br /&gt;
Message was edited by: madvenu, 02 Jan 2008. Attached the original nfsd.zip</description>
      <pubDate>Wed, 30 Aug 2006 17:32:40 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/466509?tstart=0#466509</guid>
      <dc:date>2006-08-30T17:32:40Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/706059?tstart=0#706059</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have been running this setup for almost half a year now on my testbox at home. I had an ESX 2.5 server with SCSI, and needed more cheap storage. When upgrading to 3.0, I mounted a 250GB IDE disk. recompiled NFS to support TCP, and installed the iSCSI target "iSCSI Enterprise Target 0.3.8". You have to use THIS version because later version only support 2.6. &lt;br /&gt;
&lt;br /&gt;
Just put the VMkernel and the console on the subnet on the same vswitch, and physical network will not even matter &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
I must say iSCSI works, but is slow as hell (&amp;lt;1MBYTE/sec). NFS on the other hand, is very much useable (at least for me), it measures about 40MBYTES/sec using hdparm, I get around 4-8 MBYTES per second out of a single 7200rpm ATA disk when I copy files from or to it. I had to manually enable DMA on the /dev/hda device though.&lt;br /&gt;
&lt;br /&gt;
Credits do not go to me, but to Reinout Wijnveen. I used his manual to get there:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmug.nl/downloads/VMWare_NFS_en_iSCSI.pdf"&gt;http://www.vmug.nl/downloads/VMWare_NFS_en_iSCSI.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately it is in dutch, but I think you could manage &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
        Erik Zandboer</description>
      <pubDate>Thu, 26 Jul 2007 07:18:36 GMT</pubDate>
      <author>Erik Zandboer</author>
      <guid>http://communities.vmware.com/message/706059?tstart=0#706059</guid>
      <dc:date>2007-07-26T07:18:36Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/705856?tstart=0#705856</link>
      <description>wow, the first I tried the procedure it failed. SO I ran it again, with the extra "make mrproper" and it worked! &lt;br /&gt;
&lt;br /&gt;
I did not copy any system.map. In fact, I could not find that file outside of /boot.</description>
      <pubDate>Wed, 25 Jul 2007 22:23:03 GMT</pubDate>
      <author>MR-Z</author>
      <guid>http://communities.vmware.com/message/705856?tstart=0#705856</guid>
      <dc:date>2007-07-25T22:23:03Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS - SUCCESS !!</title>
      <link>http://communities.vmware.com/message/639088?tstart=0#639088</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Can you email me the nfsd.o ?&lt;br /&gt;
&lt;br /&gt;
I was starting investigating this and have an "old" machine work as a test ESX3.&lt;br /&gt;
&lt;br /&gt;
Please e-mail me to jorge.maroliv@sapo.pt (if you have updated instructions, please add tehm)&lt;br /&gt;
Tks in advance and best rgds&lt;br /&gt;
Jorge</description>
      <pubDate>Mon, 07 May 2007 14:50:34 GMT</pubDate>
      <author>joliveira</author>
      <guid>http://communities.vmware.com/message/639088?tstart=0#639088</guid>
      <dc:date>2007-05-07T14:50:34Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/619077?tstart=0#619077</link>
      <description>As I can see generally unresolved line differ this way:&lt;br /&gt;
&lt;br /&gt;
U vfs_mknod_Rvmnix_6beee001 &lt;br /&gt;
in original nfsd.o file&lt;br /&gt;
&lt;br /&gt;
U vfs_mknod&lt;br /&gt;
in recompiled file.&lt;br /&gt;
&lt;br /&gt;
same applies to rest of unidentified symbols - they all lack "_Rvmnix_" suffix and number at the end. I cannot recall or may never knew how exactly to fix such things. Does anybody here know about this?</description>
      <pubDate>Wed, 11 Apr 2007 15:50:55 GMT</pubDate>
      <author>utkinpol</author>
      <guid>http://communities.vmware.com/message/619077?tstart=0#619077</guid>
      <dc:date>2007-04-11T15:50:55Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/618484?tstart=0#618484</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
could anybody PLEASE forward working nfsd.o to utkinpol@yahoo.com email and please explain how did you get it compliled properly on 3.0.1 32039 ESX?&lt;br /&gt;
&lt;br /&gt;
I am not new to linux and do everything correctly but still get this:&lt;br /&gt;
depmod: *** Unresolved symbols in /lib/modules/2.4.21-37.0.2.ELvmnix/kernel/fs/nfsd/nfsd.o&lt;br /&gt;
depmod:         nlmsvc_ops&lt;br /&gt;
depmod:         lockd_down&lt;br /&gt;
depmod:         xdr_decode_string_inplace&lt;br /&gt;
depmod:         svc_reserve&lt;br /&gt;
depmod:         xdr_decode_string&lt;br /&gt;
depmod:         svc_exit_thread&lt;br /&gt;
depmod:         svc_proc_unregister&lt;br /&gt;
depmod:         nlmsvc_invalidate_client&lt;br /&gt;
depmod:         lockd_up&lt;br /&gt;
depmod:         xdr_encode_array&lt;br /&gt;
depmod:         svc_makesock&lt;br /&gt;
depmod:         svc_destroy&lt;br /&gt;
depmod:         svc_create_thread&lt;br /&gt;
depmod:         svc_recv&lt;br /&gt;
depmod:         svc_process&lt;br /&gt;
depmod:         svc_create&lt;br /&gt;
depmod:         nfsd_debug&lt;br /&gt;
depmod:         svc_proc_register&lt;br /&gt;
depmod:         svc_proc_read</description>
      <pubDate>Tue, 10 Apr 2007 21:57:45 GMT</pubDate>
      <author>utkinpol</author>
      <guid>http://communities.vmware.com/message/618484?tstart=0#618484</guid>
      <dc:date>2007-04-10T21:57:45Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/613454?tstart=0#613454</link>
      <description>Check out my post in the ESX 3 Configure forum. Nice streamlined way to set up NFS with no dependency issues.&lt;br /&gt;
&lt;br /&gt;
Paul</description>
      <pubDate>Tue, 03 Apr 2007 01:38:31 GMT</pubDate>
      <author>Paul Lalonde</author>
      <guid>http://communities.vmware.com/message/613454?tstart=0#613454</guid>
      <dc:date>2007-04-03T01:38:31Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/613409?tstart=0#613409</link>
      <description>Hi Madvenu,&lt;br /&gt;
&lt;br /&gt;
Is there any chance of you sending me the nfsd.o and map file please?&lt;br /&gt;
&lt;br /&gt;
At the same time, has anything major changed since all this was being discussed...&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
R Lowery</description>
      <pubDate>Tue, 03 Apr 2007 00:45:34 GMT</pubDate>
      <author>devisez</author>
      <guid>http://communities.vmware.com/message/613409?tstart=0#613409</guid>
      <dc:date>2007-04-03T00:45:34Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/586294?tstart=0#586294</link>
      <description>can anyone email me the system.map and the nfsd.o; no matter what i do i can't get the daemon to start and it has resolve issues.&lt;br /&gt;
&lt;br /&gt;
devaholik@yahoo.com</description>
      <pubDate>Tue, 27 Feb 2007 21:08:25 GMT</pubDate>
      <author>devaholik</author>
      <guid>http://communities.vmware.com/message/586294?tstart=0#586294</guid>
      <dc:date>2007-02-27T21:08:25Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/566561?tstart=0#566561</link>
      <description>Fully patched (with all system patches up to 2/1), the VMNIX_BUILD number is  35804.  &lt;br /&gt;
&lt;br /&gt;
This number can be found in the VI3 console next to the server version number.  i.e. VMware ESX Server, 3.0.1, 35804.&lt;br /&gt;
&lt;br /&gt;
The VMNIX_BUILD definition in ./includes/linux/version.h is important, so don't leave it out.</description>
      <pubDate>Fri, 02 Feb 2007 18:28:30 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/566561?tstart=0#566561</guid>
      <dc:date>2007-02-02T18:28:30Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/561352?tstart=0#561352</link>
      <description>Btw did anyone get this to load on any laptop?</description>
      <pubDate>Sun, 28 Jan 2007 02:30:01 GMT</pubDate>
      <author>xAyiDe</author>
      <guid>http://communities.vmware.com/message/561352?tstart=0#561352</guid>
      <dc:date>2007-01-28T02:30:01Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/561351?tstart=0#561351</link>
      <description>Can someone mail me the system.map and nfsd.o ?</description>
      <pubDate>Sun, 28 Jan 2007 02:29:39 GMT</pubDate>
      <author>xAyiDe</author>
      <guid>http://communities.vmware.com/message/561351?tstart=0#561351</guid>
      <dc:date>2007-01-28T02:29:39Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS - SUCCESS !!</title>
      <link>http://communities.vmware.com/message/539312?tstart=0#539312</link>
      <description>please , i need the compiled nfsd.o too. &lt;br /&gt;
please mail to : tamir.bar-hai@mailpoalim.co.il&lt;br /&gt;
Thanks!!!!</description>
      <pubDate>Sun, 24 Dec 2006 06:50:45 GMT</pubDate>
      <author>lirazoo</author>
      <guid>http://communities.vmware.com/message/539312?tstart=0#539312</guid>
      <dc:date>2006-12-24T06:50:45Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS - SUCCESS !!</title>
      <link>http://communities.vmware.com/message/532050?tstart=0#532050</link>
      <description>Can I get a copy of nfsd.o send to rtrotman@unfcu.com&lt;br /&gt;
&lt;br /&gt;
thanks</description>
      <pubDate>Wed, 13 Dec 2006 17:18:58 GMT</pubDate>
      <author>rtrotman</author>
      <guid>http://communities.vmware.com/message/532050?tstart=0#532050</guid>
      <dc:date>2006-12-13T17:18:58Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/531476?tstart=0#531476</link>
      <description>There is a typo on:&lt;br /&gt;
&lt;br /&gt;
10. On console - exported the nfsshare &lt;br /&gt;
nano /etc/exports &lt;br /&gt;
&lt;br /&gt;
/nfsroot 192.168.1.200/255.255.255.0(rw, sync, no_root_squash) &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
it should be &lt;br /&gt;
&lt;br /&gt;
/nfsroot 192.168.1.200/255.255.255.0(rw,sync,no_root_squash) &lt;br /&gt;
&lt;br /&gt;
there should't be any spaces</description>
      <pubDate>Wed, 13 Dec 2006 00:21:24 GMT</pubDate>
      <author>VMboxes</author>
      <guid>http://communities.vmware.com/message/531476?tstart=0#531476</guid>
      <dc:date>2006-12-13T00:21:24Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/490387?tstart=0#490387</link>
      <description>I haven't upgraded to the new 3.0.1 patch, so I don't know if there is an update to the service console kernel.   If there was, it's hit or miss whether or not you'll have problems.&lt;br /&gt;
&lt;br /&gt;
Basically, it's like this with Linux kernels:&lt;br /&gt;
&lt;br /&gt;
- The linux kernel is monolithic.  This means that all kernel functions and all device control software (drivers) are integrated into one large kernel.    Kernel Modules were created so that you can load and unload parts of the kernel on-demand, as needed.   Kernel modules are generally compiled with the kernel that you'll be running.&lt;br /&gt;
&lt;br /&gt;
- Different kernel options may provide different functions.   If a kernel module is compiled against a kernel with support for certain things, the module may make use of those functions.   If they are missing from the kernel, it may not.    The problem this creates is that if you build a module that is compiled against a kernel not configured in the same way, there's a chance that the functions the module needs are not supported in the kernel.   This can cause an unresolved dependency if you try to run it.&lt;br /&gt;
&lt;br /&gt;
- Different kernel versions can cause all sorts of problems even if they are configured the same way.&lt;br /&gt;
&lt;br /&gt;
The version of the service console linux kernel is:  (from uname -a)&lt;br /&gt;
&lt;br /&gt;
2.4.21-37.0.2.ELvmnix #1 Tue Jun 13 01:24:07 PDT 2006 i686 i686 i386 GNU/Linux&lt;br /&gt;
&lt;br /&gt;
If they updated the kernel in 3.0.1, but not kernel sources, this could be a problem for you.&lt;br /&gt;
&lt;br /&gt;
If not, you just need to make sure you follow the instructions in bringing in the kernel configuration options, update the custom version, make dep and make modules, as specified in the guide.&lt;br /&gt;
&lt;br /&gt;
Copy the nfsd.o into /lib/modules/2.4.21-37.0.2.ELvmnix/kernel/fs/nfsd, overwriting the one that's there.&lt;br /&gt;
&lt;br /&gt;
Then do a depmod -a.  This will update all the dependency information about the kernel modules.&lt;br /&gt;
&lt;br /&gt;
Make sure the old nfsd.o isn't loaded.&lt;br /&gt;
&lt;br /&gt;
If you do an lsmod, you'll see a list of loaded modules:&lt;br /&gt;
&lt;br /&gt;
Module                  Size  Used by    Tainted: P  &lt;br /&gt;
nfsd                   86192   0  (unused)&lt;br /&gt;
lockd                  63024   0  [nfsd]&lt;br /&gt;
sunrpc                 90964   0  [nfsd lockd]&lt;br /&gt;
sg                     36612   0  (autoclean)&lt;br /&gt;
loop                   12432   0  (autoclean)&lt;br /&gt;
ipt_REJECT              5152   1  (autoclean)&lt;br /&gt;
ipt_conntrack           2144   1  (autoclean)&lt;br /&gt;
ipt_state               1536  26  (autoclean)&lt;br /&gt;
ip_conntrack           30272   2  (autoclean) [ipt_conntrack ipt_state]&lt;br /&gt;
ipt_LOG                 4576   1  (autoclean)&lt;br /&gt;
iptable_filter          2848   1  (autoclean)&lt;br /&gt;
ip_tables              16416   5  [ipt_REJECT ipt_conntrack ipt_state ipt_LOG iptable_filter]&lt;br /&gt;
vmxnet_console         21940   1 &lt;br /&gt;
keybdev                 3360   0  (unused)&lt;br /&gt;
mousedev                5876   1 &lt;br /&gt;
hid                    23328   0  (unused)&lt;br /&gt;
input                   6848   0  [keybdev mousedev hid]&lt;br /&gt;
ehci-hcd               20576   0  (unused)&lt;br /&gt;
usb-uhci               26308   0  (unused)&lt;br /&gt;
usbcore                81248   1  [hid ehci-hcd usb-uhci]&lt;br /&gt;
vmnixmod              391532  18  [vmxnet_console]&lt;br /&gt;
&lt;br /&gt;
If you see nfsd, do an rmmod nfsd.   It should be removed from the list.   Then do a modprobe nfsd.  See if it loads - if you get no error, that's a good sign.  Do another lsmod and see if it's there.&lt;br /&gt;
&lt;br /&gt;
If it doesn't work still, reboot.  It's possible another module is loaded causing the issue, and will clear out on a fresh reboot after the depmod -a and new nfsd.o.&lt;br /&gt;
&lt;br /&gt;
Other things to check are to be sure your kernel configuration has been properly set up.   After you import the configuration as outlined in RColbert's post,  do a make config and make sure nfsd is enabled, with TCP and V3 support.   I find that make menuconfig is a lot faster to use since you don't have to skip past a few hundred other prompts first.  (You need ncurses-devel for this, and you can use the CentOS 3.7 version HERE:  &lt;a class="jive-link-external" href="http://centos.osmirror.nl/3.7/os/i386/RedHat/RPMS/ncurses-devel-5.3-9.4.i386.rpm"&gt;http://centos.osmirror.nl/3.7/os/i386/RedHat/RPMS/ncurses-devel-5.3-9.4.i386.rpm&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
NFS is in File Systems &amp;gt; Network File Systems.   You can see if the nfsd is enabled with TCP support.   It's listed as EXPERIMENTAL.&lt;br /&gt;
&lt;br /&gt;
Check all these things and I'm sure you can get a good compile.    Once you do, I would be curious to see if you run into problems like I did - with terrible performance and system "pauses" while using the exported NFS folders.   It was basically unusable for me.&lt;br /&gt;
&lt;br /&gt;
For testing, I found that a second box running Microsoft's NFS (part of SFU 3.5) was the easiest to get running with very good performance.   There's a guide for this out there too, on that RTFM website.  It's very easy, and runs on XP.&lt;br /&gt;
&lt;br /&gt;
Note that you can use the same method of creating the nfsd.o for creating other modules you want the service console to support.   Not all of them will work, of course, since it's vmware and the service console is all in league with the vmkernel.   I wouldn't expect a lot of hardware drivers to work.  However, you can add support for things like read-only NTFS for if you want to import files or vm disks from a USB hard drive formatted with NTFS.</description>
      <pubDate>Tue, 10 Oct 2006 00:29:59 GMT</pubDate>
      <author>joseph.jamieson</author>
      <guid>http://communities.vmware.com/message/490387?tstart=0#490387</guid>
      <dc:date>2006-10-10T00:29:59Z</dc:date>
      <clearspace:dateToText>3 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/490127?tstart=0#490127</link>
      <description>Anybody who has got this to work on 3.01? I have followed the suggestion exactly by using copy/paste but i can not get it to work.&lt;br /&gt;
&lt;br /&gt;
I get the infamous: nfsd.o -- unresolved dependency issues&lt;br /&gt;
&lt;br /&gt;
Any ideas? Thanks in advance!!</description>
      <pubDate>Mon, 09 Oct 2006 17:47:25 GMT</pubDate>
      <author>magohl</author>
      <guid>http://communities.vmware.com/message/490127?tstart=0#490127</guid>
      <dc:date>2006-10-09T17:47:25Z</dc:date>
      <clearspace:dateToText>3 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/476832?tstart=0#476832</link>
      <description>Okay I guess the "built-in" nfsd.o was loaded, so that's why I got the error.  Upon reboot, the problem dissapeared.&lt;br /&gt;
&lt;br /&gt;
So, this works.   However, for me, whenever I try to use the NFSd as my datastore, the service continually becomes unresponsive.    It will completely lock up; this includes all networking and even any keyboard control on the console of the machine.   Suddenly, it will become responsive again, and work for another 10 seconds, then hang again.    This only happens when I start a VM that's located on the NFS store.&lt;br /&gt;
&lt;br /&gt;
So, who knows.   It all sucks.   I can't use NFS nor iSCSI remotely, either.   It's just a test box, and local SCSI works okay, so I guess that's what I'll have to live with.   You can get refurb 180GB SCA disks for $89 on pricewatch.</description>
      <pubDate>Mon, 18 Sep 2006 07:59:21 GMT</pubDate>
      <author>joseph.jamieson</author>
      <guid>http://communities.vmware.com/message/476832?tstart=0#476832</guid>
      <dc:date>2006-09-18T07:59:21Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/476548?tstart=0#476548</link>
      <description>I did all of this, but then it said the server doesn't support NFS version 3 over TCP, which is required.  Other then that, everything looks good - module loads, &lt;br /&gt;
&lt;br /&gt;
What am I missing?</description>
      <pubDate>Sun, 17 Sep 2006 08:15:00 GMT</pubDate>
      <author>joseph.jamieson</author>
      <guid>http://communities.vmware.com/message/476548?tstart=0#476548</guid>
      <dc:date>2006-09-17T08:15:00Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS - SUCCESS !!</title>
      <link>http://communities.vmware.com/message/474835?tstart=0#474835</link>
      <description>I'm so close on this...  &lt;br /&gt;
&lt;br /&gt;
I've completed all the steps above, and have it "working".  &lt;br /&gt;
&lt;br /&gt;
I have successfully shared out /datastor on the my main partition.&lt;br /&gt;
&lt;br /&gt;
So, then I've added a second 500GB IDE drive to my system (/dev/hdb1); and fdisk it to be one single partition.&lt;br /&gt;
&lt;br /&gt;
I then created the filesystem on it.&lt;br /&gt;
&lt;br /&gt;
I then issue the mount /dev/hdb1 /vmdata&lt;br /&gt;
&lt;br /&gt;
Modified the /etc/exports to read as follows&lt;br /&gt;
&lt;br /&gt;
/datastor *(rrw,no_root_squash,sync)&lt;br /&gt;
/vmdata *(rw,no_root_squash,sync)&lt;br /&gt;
&lt;br /&gt;
And everything works... But, when I rebooted the system.  The /vmdata mount no longer exists.&lt;br /&gt;
&lt;br /&gt;
So... I edited the /etc/fstab file adding the line below&lt;br /&gt;
&lt;br /&gt;
/dev/hdb1 /vmdata ext3 default 1 1&lt;br /&gt;
&lt;br /&gt;
But, the same problem happens.  If I go to the console, and re-mount the system by hand, and restart nfs.  It works.&lt;br /&gt;
&lt;br /&gt;
Any ideas?</description>
      <pubDate>Wed, 13 Sep 2006 21:05:33 GMT</pubDate>
      <author>bbutler</author>
      <guid>http://communities.vmware.com/message/474835?tstart=0#474835</guid>
      <dc:date>2006-09-13T21:05:33Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431307?tstart=0#431307</link>
      <description>Please note that this is a bit messy and I will write up a nicer set of instructions once I have more time.  &lt;br /&gt;
&lt;br /&gt;
A little background:  I have a server that was a test/demo machine running ESX 2.5 that only had IDE drives.  Because of this, when I did a clean install of ESX 3, I learned that I would not be able to access the remaining 50GB of disk on my test machine.  Obviously, this frustrated me.  After a little digging, I found that the ESX 3 COS supports NFSD but only the for UDP connections.  No good when connecting from the VMK which only uses TCP for NFS mounts.  Knowing just a little about linux as a whole, I knew that I really just needed a TCP enabled build of the nsfd.o module.  The problem was getting one.  Below are the steps I used to build the module as well as config changes needed in order to allow inbound NFS connections through the ESX firewall.&lt;br /&gt;
&lt;br /&gt;
Once you have a good nsfd.o file, it can be copied to other machines to bypass the build process.  I will post my nfsd.tgz on my company website along with this document when I have time.&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;

&lt;ul class="jive-dash"&gt;
&lt;li&gt;NOTE:  DO NOT RUN THE COMPILE ON A PRODUCTION MACHINE! -------&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br /&gt;
1) As with any modification to an OS, make a backup of the things you're going to possible change.  In this case, the modules folder in /lib/modules.&lt;br /&gt;
&lt;br /&gt;
cp 2.4.21-37.0.2.ELvmnix 2.4.21-37.0.2.ELvmnix.old&lt;br /&gt;
&lt;br /&gt;
Kernel module changes ** Skip to #11 if you have a valid nsfd.o **&lt;br /&gt;
2) &lt;br /&gt;
cd /usr/src/linux-2.4/configs&lt;br /&gt;
&lt;br /&gt;
3) nano vmnix.config, search for CONFIG_NFSD_TCP and change the commented line to:&lt;br /&gt;
CONFIG_NFSD_TCP=y&lt;br /&gt;
&lt;br /&gt;
4) cp vmnix.config kernel-2.4.21-i686-vmnix.config&lt;br /&gt;
&lt;br /&gt;
5) cd ..&lt;br /&gt;
6) nano Makefile, change the end of the EXTRAVERSION line from ELcustom to ELvmnix&lt;br /&gt;
&lt;br /&gt;
7) make oldconfig &amp;#38;&amp;#38; make dep&lt;br /&gt;
When make config runs, you can skip the questions by hitting enter.  To be sure that TCP is enabled, you can look for the NFS daemon section and answer Y there.  (If you performed steps 2 &amp;#38; 3 correctly, it will be)&lt;br /&gt;
&lt;br /&gt;
8) nano includes/linux/version.h and edit the following line (or add it if it doesn't exist):&lt;br /&gt;
#define VMNIX_BUILD "27701"&lt;br /&gt;
&lt;br /&gt;
9) make modules&lt;br /&gt;
(It may not be required to make the kernel itself but I did to make sure it all links)&lt;br /&gt;
&lt;br /&gt;
10) If the build completed properly, you can copy the newly created nfsd.o module.&lt;br /&gt;
cp ./fs/nfsd/nfsd.o into /lib/modules/2.4.21-37.0.2.ELvmnix/kernel/fs/nfsd/&lt;br /&gt;
&lt;br /&gt;
Service and Firewall Configuration&lt;br /&gt;
&lt;br /&gt;
11) nano /etc/init.d/nfs&lt;br /&gt;
12) change line 6 to be:&lt;br /&gt;
# chkconfig: - 50 20&lt;br /&gt;
&lt;br /&gt;
This  causes the nfs daemons to start BEFORE the vmware-late process (which mounts NFS stores) when you run step 13&lt;br /&gt;
&lt;br /&gt;
13) chkconfig --level 345 nfs on&lt;br /&gt;
14) chkconfig --level 345 portmap on&lt;br /&gt;
&lt;br /&gt;
15) esxcfg-firewall -o 111,tcp,in,sunrpc&lt;br /&gt;
16) esxcfg-firewall -o 111,udp,in,sunrpc&lt;br /&gt;
17) esxcfg-firewall -o 369,tcp,in,rpc2portmap&lt;br /&gt;
18) esxcfg-firewall -o 369,udp,in,rpc2portmap&lt;br /&gt;
19) esxcfg-firewall -o 808,tcp,in,mountd&lt;br /&gt;
20) esxcfg-firewall -o 2049,tcp,in,nfs&lt;br /&gt;
21) esxcfg-firewall -o 2049,udp,in,nfs&lt;br /&gt;
&lt;br /&gt;
22) nano /etc/sysconfig/nfs and add:&lt;br /&gt;
MOUNTD_PORT=808&lt;br /&gt;
&lt;br /&gt;
This forces the mountd daemon to listen on port 808 otherwise it chooses one at random and won't allow inbound connections through the firewall.&lt;br /&gt;
&lt;br /&gt;
Restart the server and you will now have a working TCP NFS daemon on the ESX 3 COS.  From there, you can export your folder and mount it using the VI Client.&lt;br /&gt;
&lt;br /&gt;
If on restart the NFSd services fail to load, you may need to copy the System.map (export list) created in the kernel build process into the /boot folder.  This does not change the actual kernel but because the nfsd.o module needs some exports that weren't previously used, the dependency maker added them to the system map.&lt;br /&gt;
&lt;br /&gt;
cp /usr/src/linux-2.4/System.map /boot/System.map-2.4.21-37.0.2ELvmnix&lt;br /&gt;
&lt;br /&gt;
To confirm everything is funtioning, run rpcinfo -p to get the port and transport list of RPC services.  The line to look for has "2049 tcp nfs" in it.&lt;br /&gt;
&lt;p /&gt;
** Edited with fixes from posts ** 8/29/06</description>
      <pubDate>Thu, 06 Jul 2006 18:39:28 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/431307?tstart=0#431307</guid>
      <dc:date>2006-07-06T18:39:28Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>46</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/465807?tstart=0#465807</link>
      <description>OK All&lt;br /&gt;
&lt;p /&gt;
Finally SUCCESS !!! I finally got a nfsd.o that does not have the dependency issues.&lt;br /&gt;
&lt;br /&gt;
In the above procedure by RColbert , I made the following changes&lt;br /&gt;
&lt;br /&gt;
Step 7:&lt;br /&gt;
&lt;br /&gt;
make oldconfig &amp;#38;&amp;#38; make dep&lt;br /&gt;
&lt;br /&gt;
Step 9:&lt;br /&gt;
&lt;br /&gt;
XXXXX DO NOT run make bzImage  XXXX&lt;br /&gt;
&lt;br /&gt;
make modules&lt;br /&gt;
&lt;br /&gt;
and everything worked OK. Infact did not even require a reboot !!&lt;br /&gt;
Tomorrow I intend to test NFS sharing, and will post a link to the nfsd.o&lt;br /&gt;
Anybody who needs the file, do mail me / send a private message.&lt;br /&gt;
&lt;br /&gt;
cherio&lt;br /&gt;
venu</description>
      <pubDate>Tue, 29 Aug 2006 17:15:16 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/465807?tstart=0#465807</guid>
      <dc:date>2006-08-29T17:15:16Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/465318?tstart=0#465318</link>
      <description>Could you mail me the System.map and the nfsd.o files ?&lt;br /&gt;
&lt;br /&gt;
madvenu@gmail.com&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
venu</description>
      <pubDate>Mon, 28 Aug 2006 19:21:39 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/465318?tstart=0#465318</guid>
      <dc:date>2006-08-28T19:21:39Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/465267?tstart=0#465267</link>
      <description>Had it working, but accidently blew up the kernel, so reinstalled back to this point.  &lt;br /&gt;
In the /usr/src/kernel directory I next ran&lt;br /&gt;
 make mrproper &lt;br /&gt;
 make oldconfig, doublechecked the .config file created for 'CONFIG_NFSD_TCP=y' setting&lt;br /&gt;
 make dep&lt;br /&gt;
 make modules&lt;br /&gt;
This gave me a new nfsd.o module file that works once I copied it over.</description>
      <pubDate>Mon, 28 Aug 2006 18:34:47 GMT</pubDate>
      <author>allins</author>
      <guid>http://communities.vmware.com/message/465267?tstart=0#465267</guid>
      <dc:date>2006-08-28T18:34:47Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/464958?tstart=0#464958</link>
      <description>Hello&lt;br /&gt;
&lt;br /&gt;
I did try this procedure, loading sunrpc and lockd manually, and then tried the newly compiled nfsd.o, but still gives me unresolved symbols errors.&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
venu</description>
      <pubDate>Mon, 28 Aug 2006 03:43:49 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/464958?tstart=0#464958</guid>
      <dc:date>2006-08-28T03:43:49Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/464539?tstart=0#464539</link>
      <description>Read the man page on depmod, then looked at the modules.dep file in modules/nfsd directory. nfsd depends on sunrpc and lockd. Once I manually loaded sunrpc and lockd with insmod command, then I could manually load nfsd without the "unresolved symbols" errors. Still working on getting the nfsd daemon to start.</description>
      <pubDate>Fri, 25 Aug 2006 19:37:45 GMT</pubDate>
      <author>allins</author>
      <guid>http://communities.vmware.com/message/464539?tstart=0#464539</guid>
      <dc:date>2006-08-25T19:37:45Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/464435?tstart=0#464435</link>
      <description>Well with all kinds of trials - I did NOT manage to get this module to work.&lt;br /&gt;
&lt;br /&gt;
Would appreciate if you could post your compiled binary along with your System.map file available for download.&lt;br /&gt;
&lt;br /&gt;
cherio&lt;br /&gt;
venu</description>
      <pubDate>Fri, 25 Aug 2006 17:30:19 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/464435?tstart=0#464435</guid>
      <dc:date>2006-08-25T17:30:19Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/464248?tstart=0#464248</link>
      <description>In reply to RColbert :&lt;br /&gt;
&lt;p /&gt;
You said in the first post of this thread you ran ESX 2.x on an all IDE/ATA-system.  What spec does that system have?&lt;br /&gt;
&lt;br /&gt;
Do you have a guid for running ESX 2.x on ATA?&lt;br /&gt;
&lt;br /&gt;
I have tried working this out with enabling scsi-emulation for ide and that stuff but it was no go. I also changed IDs in Devmaps but no way this worked Either. &lt;br /&gt;
&lt;br /&gt;
As far as I got was to the point where ESX actualy saw my SCSI-emulated IDE drive in the webgui but something said this device could not be added as VMFS volume. I do not remember what error it gave.</description>
      <pubDate>Fri, 25 Aug 2006 14:38:17 GMT</pubDate>
      <author>xAyiDe</author>
      <guid>http://communities.vmware.com/message/464248?tstart=0#464248</guid>
      <dc:date>2006-08-25T14:38:17Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/462893?tstart=0#462893</link>
      <description>I never use the "reboot" command.  I just use "shutdown -r now" which is effectively the same thing.&lt;br /&gt;
&lt;br /&gt;
You could also try "init 0" which should also force a restart at the end.</description>
      <pubDate>Wed, 23 Aug 2006 17:52:19 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/462893?tstart=0#462893</guid>
      <dc:date>2006-08-23T17:52:19Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/459191?tstart=0#459191</link>
      <description>Debugging...&lt;br /&gt;
&lt;br /&gt;
The dependency errors show that other kernel libraries/modules are required.&lt;br /&gt;
&lt;br /&gt;
Path 1:&lt;br /&gt;
The only thing I notice that could be different is the method used to restart the machine.&lt;br /&gt;
I used the linux 'reboot' command. &lt;br /&gt;
For those lucky ones for whom the nfsd.o works - did you also use the same ??&lt;br /&gt;
&lt;br /&gt;
Path 2:&lt;br /&gt;
Also - I notice that during a reboot, during the 'Saving VMware config..', the system actually executes a mkinitrd which creates probably the /boot/initrd-XX-XXX-XXX file. (need to verify this)&lt;br /&gt;
&lt;br /&gt;
Does this have anything to do with my failures  and others' successes ?&lt;br /&gt;
&lt;br /&gt;
venu&lt;br /&gt;
&lt;br /&gt;
PS: Mike - Thanks for the excellent RTFM site with the VMWARE material you have created - its a GEM !!</description>
      <pubDate>Thu, 17 Aug 2006 17:56:16 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/459191?tstart=0#459191</guid>
      <dc:date>2006-08-17T17:56:16Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/459156?tstart=0#459156</link>
      <description>I didn't get this working either....&lt;br /&gt;
&lt;br /&gt;
as for miracles - remember were not doing anything here that is recommended or supported... &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
I'm hoping we get a more "idiots" guide approach (for idiots like me) because it must be in the proceedure if some people get the module and others don't... unless there slightly different kernel build floating around - but I would have thought that's unlikely (unless it something like beta/rc1/eval/ga)&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Thu, 17 Aug 2006 17:27:21 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/459156?tstart=0#459156</guid>
      <dc:date>2006-08-17T17:27:21Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/459147?tstart=0#459147</link>
      <description>Same here -- I have reinstalled and recompiled 3 times now, but still get nfsd.o -- unresolved dependency issues.&lt;br /&gt;
&lt;br /&gt;
What miracle solved this one ?&lt;br /&gt;
&lt;br /&gt;
venu</description>
      <pubDate>Thu, 17 Aug 2006 17:21:07 GMT</pubDate>
      <author>madvenu</author>
      <guid>http://communities.vmware.com/message/459147?tstart=0#459147</guid>
      <dc:date>2006-08-17T17:21:07Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/456873?tstart=0#456873</link>
      <description>&lt;div class="jive-quote"&gt;Thought I would mention that I finally got it to work&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;I'm currently bringing up a WinXP machine on it as&lt;/li&gt;
&lt;/ul&gt;
I type!&lt;br /&gt;
&lt;p /&gt;
Thanks for your help all, and the guides to the right&lt;br /&gt;
directions!&lt;/div&gt;
&lt;br /&gt;
So what did you do to finally get it working? i am having the exact same problem. please share!</description>
      <pubDate>Tue, 15 Aug 2006 06:11:19 GMT</pubDate>
      <author>mraisin</author>
      <guid>http://communities.vmware.com/message/456873?tstart=0#456873</guid>
      <dc:date>2006-08-15T06:11:19Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/452758?tstart=0#452758</link>
      <description>Damn those typos on the kernel version number.  It is 0.2.&lt;br /&gt;
&lt;br /&gt;
The source had a - in it when I wrote the steps ... I swear!&lt;br /&gt;
&lt;br /&gt;
My version.h didn't include the VMNIX_BUILD define after I ran the make config and dep so I wrote the instructions that way.&lt;br /&gt;
&lt;br /&gt;
I have updated the steps to incorporate the typo corrections and to edit the VMNIX_BUILD define if it exists or add it if it doesn't.</description>
      <pubDate>Tue, 08 Aug 2006 21:23:38 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/452758?tstart=0#452758</guid>
      <dc:date>2006-08-08T21:23:38Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/452637?tstart=0#452637</link>
      <description>I removed that #define VMNIX_BUILD ""  and it appears the make bzImage is going a lot further than previously.</description>
      <pubDate>Tue, 08 Aug 2006 19:01:17 GMT</pubDate>
      <author>marxk</author>
      <guid>http://communities.vmware.com/message/452637?tstart=0#452637</guid>
      <dc:date>2006-08-08T19:01:17Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/452592?tstart=0#452592</link>
      <description>I seem to be having trouble accomplishing this process.  I have noticed a few differences from from the instructions.  I am attempting this on a new install on a Dell.&lt;br /&gt;
&lt;br /&gt;
I assumed that the differences were just typos or perhaps you had an RC install of ESX 3.&lt;br /&gt;
&lt;br /&gt;
In step 1 you specify copying '2.4.21-37.9.2.ELvmnix'.  In my installation it is not '..9.2...' it is '..0.2...'&lt;br /&gt;
&lt;br /&gt;
Also in step 2 you specify 'cd /usr/src/linux2.4/configs' while my install has 'cd /usr/src/linux-2.4/configs'&lt;br /&gt;
&lt;br /&gt;
When I run step 9 I get several error messages toward the end and a couple of error codes.&lt;br /&gt;
&lt;br /&gt;
make[1]:  *** [vmnix_acpi.o] Error 1&lt;br /&gt;
make[1]:  Leaving directory ....&lt;br /&gt;
make: *** [_dir_arch/i386/kernel] Error 2&lt;br /&gt;
&lt;br /&gt;
the nfsd.o does not exist at this point.&lt;br /&gt;
&lt;br /&gt;
Also when I ran the make config I checked the NFS TCP option and it was N.  I changed it to yes.&lt;br /&gt;
&lt;br /&gt;
Also at the bottom of the version.h file there is a line that says #define VMNIX_BUILD ""  since your instructions do you specify anything about previous lines I added the line listed in step 8 below this line.&lt;br /&gt;
&lt;br /&gt;
Any ideas?</description>
      <pubDate>Tue, 08 Aug 2006 18:11:46 GMT</pubDate>
      <author>marxk</author>
      <guid>http://communities.vmware.com/message/452592?tstart=0#452592</guid>
      <dc:date>2006-08-08T18:11:46Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444687?tstart=0#444687</link>
      <description>Thought I would mention that I finally got it to work -  I'm currently bringing up a WinXP machine on it as I type!&lt;br /&gt;
&lt;br /&gt;
Thanks for your help all, and the guides to the right directions!</description>
      <pubDate>Wed, 26 Jul 2006 22:28:04 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444687?tstart=0#444687</guid>
      <dc:date>2006-07-26T22:28:04Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444470?tstart=0#444470</link>
      <description>Trying the hard shutdown now.&lt;br /&gt;
&lt;br /&gt;
Could something be getting compiled incorrectly?&lt;br /&gt;
&lt;br /&gt;
On step 7, should make dep be run prior to make config, even though make config states to run make dep after it?&lt;br /&gt;
&lt;br /&gt;
I also noticed that I had to create the /etc/sysconfig/nfs file so the MOUNTD_PORT=808 line is the only thing in it.</description>
      <pubDate>Wed, 26 Jul 2006 18:22:11 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444470?tstart=0#444470</guid>
      <dc:date>2006-07-26T18:22:11Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444462?tstart=0#444462</link>
      <description>&lt;div class="jive-quote"&gt;I had this problem on one of my tests. &lt;br /&gt;
&lt;p /&gt;
When re-copying the System.map file didn't work, I&lt;br /&gt;
believe that rerunning the make dep &amp;#38;&amp;#38; make modules&lt;br /&gt;
fixed it but it could have also been related to hard&lt;br /&gt;
restarting the server.&lt;/div&gt;
&lt;br /&gt;
After running:&lt;br /&gt;
&lt;br /&gt;
make dep&lt;br /&gt;
make modules&lt;br /&gt;
&lt;br /&gt;
Did you then have to copy the System.map from /usr/src/linux-2.4 to /boot/System.map-2.4.21-37.0.2.ELvmnix</description>
      <pubDate>Wed, 26 Jul 2006 18:16:35 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444462?tstart=0#444462</guid>
      <dc:date>2006-07-26T18:16:35Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444435?tstart=0#444435</link>
      <description>I had this problem on one of my tests. &lt;br /&gt;
&lt;br /&gt;
When re-copying the System.map file didn't work, I believe that rerunning the make dep &amp;#38;&amp;#38; make modules fixed it but it could have also been related to hard restarting the server.</description>
      <pubDate>Wed, 26 Jul 2006 17:46:08 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/444435?tstart=0#444435</guid>
      <dc:date>2006-07-26T17:46:08Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444360?tstart=0#444360</link>
      <description>&lt;div class="jive-quote"&gt;After you copy the system.map file, try running a&lt;br /&gt;
depmod -a to see if it throws any issues.&lt;/div&gt;
&lt;br /&gt;
I get:&lt;br /&gt;
&lt;br /&gt;
depmod: *** Unresolved symbols in /lib/modules/2.4.21-37.0.2.ELvmnix/kernel/fs/nfsd/nfsd.o</description>
      <pubDate>Wed, 26 Jul 2006 16:08:04 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444360?tstart=0#444360</guid>
      <dc:date>2006-07-26T16:08:04Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444349?tstart=0#444349</link>
      <description>After you copy the system.map file, try running a depmod -a to see if it throws any issues.</description>
      <pubDate>Wed, 26 Jul 2006 15:54:16 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/444349?tstart=0#444349</guid>
      <dc:date>2006-07-26T15:54:16Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444347?tstart=0#444347</link>
      <description>&lt;div class="jive-quote"&gt;mmm,&lt;br /&gt;
&lt;p /&gt;
you doing better than me - i couldn't get my esx to&lt;br /&gt;
create the module. don't know what i am doing wrong&lt;br /&gt;
though...&lt;br /&gt;
&lt;p /&gt;
Regards&lt;br /&gt;
Mike&lt;/div&gt;
&lt;br /&gt;
I did notice that I had to change up step 7 a bit -&lt;br /&gt;
&lt;br /&gt;
Do make config and step slowly (holding down the Enter key apparently doesn't work lol)&lt;br /&gt;
&lt;br /&gt;
Once that's done, make dep&lt;br /&gt;
&lt;br /&gt;
Then proceed through and it'll create the nfsd.o module.</description>
      <pubDate>Wed, 26 Jul 2006 15:51:17 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444347?tstart=0#444347</guid>
      <dc:date>2006-07-26T15:51:17Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444342?tstart=0#444342</link>
      <description>mmm,&lt;br /&gt;
&lt;br /&gt;
you doing better than me - i couldn't get my esx to create the module. don't know what i am doing wrong though...&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Wed, 26 Jul 2006 15:46:55 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/444342?tstart=0#444342</guid>
      <dc:date>2006-07-26T15:46:55Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>19</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/444338?tstart=0#444338</link>
      <description>I've been working on doing this with a test environment (an HP BL35p that has 2 IDE drives internal to it, and no space external) and have run into an issue.&lt;br /&gt;
&lt;br /&gt;
During boot I see an error that reads along these lines:&lt;br /&gt;
&lt;br /&gt;
Unresolved symbols in /lib/modules/2.4.21-37.0.2.ELvmnix/kernel/fs/nfsd/nfsd.o&lt;br /&gt;
&lt;br /&gt;
And the NFS daemon fails to load.&lt;br /&gt;
&lt;br /&gt;
I went through the steps to create the nfsd.o, it created it, and I copied it into the directory and verified that it copied over.&lt;br /&gt;
&lt;br /&gt;
Any ideas on what would cause this?&lt;br /&gt;
&lt;br /&gt;
Edit:  Also, I did the portion where you copy the System.map over into the /boot/ and renaming it.&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
        eLead</description>
      <pubDate>Wed, 26 Jul 2006 15:41:08 GMT</pubDate>
      <author>eLead</author>
      <guid>http://communities.vmware.com/message/444338?tstart=0#444338</guid>
      <dc:date>2006-07-26T15:41:08Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/436024?tstart=0#436024</link>
      <description>New thread w/ iSCSI instructions here: &lt;a class="jive-link-external" href="http://www.vmware.com/community/thread.jspa?threadID=48190&amp;#38;tstart=0"&gt;http://www.vmware.com/community/thread.jspa?threadID=48190&amp;#38;tstart=0&lt;/a&gt;</description>
      <pubDate>Thu, 13 Jul 2006 19:21:53 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/436024?tstart=0#436024</guid>
      <dc:date>2006-07-13T19:21:53Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/435791?tstart=0#435791</link>
      <description>Mike,&lt;br /&gt;
&lt;br /&gt;
Is it bad when the kernel comes back and says, "bad things happened"? (lol)  May be harder than I thought.  The iSCSI target daemon seems to have a bit of trouble locking the interrupts so while it can get the drive geometry and report it back to the VMK, it can't read enough to the disk to be useful.  Still trying though ... so we'll see what comes out of it.&lt;br /&gt;
&lt;br /&gt;
Would be nice if the VMware devs updated to a newer rev of the linux kernel &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;</description>
      <pubDate>Thu, 13 Jul 2006 15:35:55 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/435791?tstart=0#435791</guid>
      <dc:date>2006-07-13T15:35:55Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/435479?tstart=0#435479</link>
      <description>&lt;div class="jive-quote"&gt;How is the performance when you do this, does this&lt;br /&gt;
effect the entire esx performance, since before, COS&lt;br /&gt;
performance effected the entire esx host.&lt;/div&gt;
&lt;br /&gt;
Not for production - but for test/dev - and for those people who don't have the hw for dedicated iSCSI system...&lt;br /&gt;
&lt;br /&gt;
Incidentally, NAS/iSCSI wouldn't effect the VM's as they run under a different kernel. It would most like effect the responsive ness of the ESX host for management...&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Thu, 13 Jul 2006 07:09:13 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/435479?tstart=0#435479</guid>
      <dc:date>2006-07-13T07:09:13Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/435477?tstart=0#435477</link>
      <description>&lt;div class="jive-quote"&gt;Mike, &lt;br /&gt;
&lt;p /&gt;
I have some good news ... I have a partially working&lt;br /&gt;
iSCSI driver that runs on the COS!  Just have a bit&lt;br /&gt;
more work to do and I'll be able to write up the&lt;br /&gt;
instructions.&lt;/div&gt;
&lt;br /&gt;
Sweet! Waiting with baited breath!&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Thu, 13 Jul 2006 07:07:37 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/435477?tstart=0#435477</guid>
      <dc:date>2006-07-13T07:07:37Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/435363?tstart=0#435363</link>
      <description>How is the performance when you do this, does this effect the entire esx performance, since before, COS performance effected the entire esx host.</description>
      <pubDate>Thu, 13 Jul 2006 00:39:22 GMT</pubDate>
      <author>ehinkle</author>
      <guid>http://communities.vmware.com/message/435363?tstart=0#435363</guid>
      <dc:date>2006-07-13T00:39:22Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/435207?tstart=0#435207</link>
      <description>Mike, &lt;br /&gt;
&lt;br /&gt;
I have some good news ... I have a partially working iSCSI driver that runs on the COS!  Just have a bit more work to do and I'll be able to write up the instructions.</description>
      <pubDate>Wed, 12 Jul 2006 20:21:20 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/435207?tstart=0#435207</guid>
      <dc:date>2006-07-12T20:21:20Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431821?tstart=0#431821</link>
      <description>Hi ya,&lt;br /&gt;
&lt;br /&gt;
I've managed to get this to work on a Dell GX270 and I have next to no Linux knowledge.&lt;br /&gt;
&lt;br /&gt;
Wow, i'm impressed... I'm gonna try my laptop next...</description>
      <pubDate>Fri, 07 Jul 2006 11:23:07 GMT</pubDate>
      <author>gareth60</author>
      <guid>http://communities.vmware.com/message/431821?tstart=0#431821</guid>
      <dc:date>2006-07-07T11:23:07Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431521?tstart=0#431521</link>
      <description>Unfortunately, I don't think that service will work for us w/o some major help.  The kernel the COS is built on is 2.4.21.  The readme says it needs 2.6.14 or newer.  I'll see if the build options needed for crypto are present as an option in this kernel though to see what happens.</description>
      <pubDate>Thu, 06 Jul 2006 22:19:18 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/431521?tstart=0#431521</guid>
      <dc:date>2006-07-06T22:19:18Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431489?tstart=0#431489</link>
      <description>Hi &lt;br /&gt;
&lt;br /&gt;
It's here&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.rtfm-ed.co.uk/?page_id=7"&gt;http://www.rtfm-ed.co.uk/?page_id=7&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In the storage section... i reckon if you can export the kernel for Service Console - you can do set it up as an iSCSI target....&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Thu, 06 Jul 2006 21:36:52 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/431489?tstart=0#431489</guid>
      <dc:date>2006-07-06T21:36:52Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431352?tstart=0#431352</link>
      <description>Point me over to your guide for iSCSI and I'll see what I can come up with &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;  No promises though as I haven't played w/ iSCSI at all yet.</description>
      <pubDate>Thu, 06 Jul 2006 19:19:08 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/431352?tstart=0#431352</guid>
      <dc:date>2006-07-06T19:19:08Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Instructions for enabling NFS over TCP on the ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431325?tstart=0#431325</link>
      <description>This is really very cool - and i can't wait to try on my lab server...&lt;br /&gt;
&lt;br /&gt;
Do you think you could look at Enterprise iSCSI and ESX act as iSCSI target... that way I could present LUNs and format them as VMFS...&lt;br /&gt;
&lt;br /&gt;
My admin guide has a how to do this with Fedora Core 5 - but I would like to be able to do this with ESX...&lt;br /&gt;
&lt;br /&gt;
Of course, this is totally nuts and shouldn't be done... but I would like to try... I am gonna try your instructions tommorow... &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Thu, 06 Jul 2006 18:55:06 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/431325?tstart=0#431325</guid>
      <dc:date>2006-07-06T18:55:06Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/431188?tstart=0#431188</link>
      <description>Actually, I was attempting this so that I could run a fully functional demo ESX on a server that was previously used for ESX 2.5 running IDE hardware.  I knew it wouldn't be a simple thing to accomplish hence the question however, I have come up with a solution that works.  I am in the final stages of testing it and writing up some documentation that I will post here.&lt;br /&gt;
&lt;br /&gt;
I will say that it works exactly like I expected but getting all the ports properly assigned into the ESX firewall was a bit of a pain.</description>
      <pubDate>Thu, 06 Jul 2006 16:48:08 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/431188?tstart=0#431188</guid>
      <dc:date>2006-07-06T16:48:08Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>47</clearspace:replyCount>
    </item>
    <item>
      <title>Re: NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/430465?tstart=0#430465</link>
      <description>Can I ask why you want to do this...?&lt;br /&gt;
&lt;br /&gt;
IF, its an attempt to make ESX a NAS datastore for other ESX hosts - don't bother... it's not a TCP version 3 impleamentation - which is one of the requirements for full NAS supported...&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike</description>
      <pubDate>Wed, 05 Jul 2006 21:40:43 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/430465?tstart=0#430465</guid>
      <dc:date>2006-07-05T21:40:43Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>48</clearspace:replyCount>
    </item>
    <item>
      <title>NFS Export from ESX 3 COS</title>
      <link>http://communities.vmware.com/message/430391?tstart=0#430391</link>
      <description>I am trying to find a way to export an IDE partition from the console of an ESX 3.0 server.  I can export it and have access via a UDP nfs session but for reliability, I want a TCP connection.  Does anyone know how to make the console nfsd export via TCP?  When I do an rpcinfo -p, it only shows UDP listeners for nfs.</description>
      <pubDate>Wed, 05 Jul 2006 20:12:49 GMT</pubDate>
      <author>RColbert</author>
      <guid>http://communities.vmware.com/message/430391?tstart=0#430391</guid>
      <dc:date>2006-07-05T20:12:49Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>61</clearspace:replyCount>
    </item>
  </channel>
</rss>

