logo       

Re: Help in setting up sfs server: msg#00008

file-systems.sfs.general

Subject: Re: Help in setting up sfs server

Thank you for your reply. I seem to fix the problem by NFS mount only
the root (and not the subdir). My showmount shows this:
[root@frontend-0 sbin]# showmount -e
Export list for frontend-0:
/export 129.116.206.112/255.255.255.248
/usr/local/lsf 129.116.206.112/255.255.255.248
/export/home 129.116.206.112/255.255.255.248,129.116.206.92
/tmp/CHORD/root frontend-0 <---CHORD/root IS MOUNTED

After I set this up, One BIG question arise. is sfs-0.7.2 compatible with
nfs3 ? It is because I have this error:

rexd: spawning /tmp/CHORD/sfs-build/lib/sfs-0.7.2/ptyd
sfsauthd: serving
@frontend-0.tacc.utexas.edu,tx7ax73sy82ndq26zkytpjyuktsrf86p
sfsrwsd: fatal: filesrv::finish: nfs3_transres encode failed (err 10001)
sfssd: EOF from server

If it is compatible, what is the necessary step to resolve it? The way I
restarted the nfs is by (the system is RH 7.2 NPACI Rocks)
root> service portmap stop
root> service nfs stop
root> service portmap start
root> service nfs start

Need your enlightment,

Jeson Martajaya
UTCS Austin


On Tue, 4 Mar 2003, David Mazieres wrote:

> > Mailing-List: contact sfs-help@xxxxxxxxxx; run by ezmlm
> > Date: Tue, 4 Mar 2003 12:53:55 -0600 (CST)
> >
> > sfsrwsd: findfs: 127.0.0.1:/tmp/CHORD/root: NFS mount: Permission denied
> > sfsrwsd: fatal: file server initialization failed
>
> This problem occurs because /tmp/CHORD/root is not exported to
> localhost.
>
> > This is my /etc/export :
> > [root@frontend-0 sbin]# cat /etc/exports
> > /usr/local/lsf 129.116.206.112/255.255.255.248(rw,no_root_squash)
> > /export 129.116.206.112/255.255.255.248(rw)
> > /export/home 129.116.206.112/255.255.255.248(rw) 129.116.206.92(rw)
> > /tmp/CHORD/root localhost(rw)
> > /tmp/CHORD/root/usr1 localhost(rw)
>
> This might not work in f/tmp/CHORD/root and /tmp/CHORD/root/usr1 are
> on the same physical file system. In that case you probably should
> just export the parent directory. It depends on the specifics of your
> NFS server implementation.
>
> > And this is my sfsrwsd config:
> > [root@frontend-0 sbin]# cat ../etcdir/sfsrwsd_config
> > Export /tmp/CHORD/root /
> > Export /tmp/CHORD/root/usr1 /usr1
> >
> > The NFS export seems fine. Here is the result of showmount
> > [root@frontend-0 sbin]# /usr/sbin/showmount -e
> > Export list for frontend-0:
> > /export 129.116.206.112/255.255.255.248
> > /usr/local/lsf 129.116.206.112/255.255.255.248
> > /export/home
> > 129.116.206.112/255.255.255.248,129.116.206.92/tmp/CHORD/root
> > frontend-0
> > /tmp/CHORD/root/usr1 frontend-0
>
> This is the problem, because /tmp/CHORD/root needs to be exported to
> localhost. So sfsrwsd can't mount /tmp/CHORD/root, because it's not
> exported.
>
> David
>



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise