Re: NFS is a problem with Yeller Dog


Subject: Re: NFS is a problem with Yeller Dog
From: Christopher Murtagh (christopher.murtagh@mcgill.ca)
Date: Thu Jan 10 2002 - 09:02:48 MST


On Thu, 10 Jan 2002, Michael LeBlanc wrote:
>Christopher Murtagh wrote:
>> Yeah, it seems like your install isn't good. Make sure that your kernel
>> has support for NFS v3.
>
>Naive question. How does one check for NFS v3?

 Try the following command:

 /usr/sbin/rpcinfo -p

 which should ouput something like this:

   program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper
    100024 1 udp 32768 status
    100024 1 tcp 32768 status
    391002 2 tcp 32769
    100011 1 udp 799 rquotad
    100011 2 udp 799 rquotad
    100005 1 udp 33057 mountd
    100005 1 tcp 35023 mountd
    100005 2 udp 33057 mountd
    100005 2 tcp 35023 mountd
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    100021 1 udp 33058 nlockmgr
    100021 3 udp 33058 nlockmgr
    100021 4 udp 33058 nlockmgr

 If you don't see version 3, then check your kernel config. If you are
running the stock kernel that came with YDL, try this:

grep NFS /usr/src/linux/configs/kernel-2.4.10-ppc.config

which would output:

CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
CONFIG_NCPFS_NFS_NS=y

 If you compiled your own, but you don't remember if you set NFS v3, then
try:

 grep NFS /<YourKernelSourcePath>/.config

Cheers,

Chris

-- 

Christopher Murtagh Webmaster / Sysadmin Web Communications Group McGill University Montreal, Quebec Canada

Tel.: (514) 398-3122 Fax: (514) 398-2017



This archive was generated by hypermail 2a24 : Thu Jan 10 2002 - 09:17:42 MST