logo       

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

file-systems.sfs.general

Subject: Re: Help in setting up sfs server

> 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