Hello,
all 3 boxes are AIX 4.3.3 boxes.
Host A has a NFS share which is mounted by Host B. No problems occure so far.
Now this share on Host A becomes a NFS share itself, shared from Host C, because the local disks were getting full and having space shared via NFS from a 3rd box is the fastest way to get us more space.
Host B can't mount the shared NFS share via NFS anymore now. I get following error:
showmount -e shows everything exported correct; the /etc/exports allows -root and -access to the host, that gets the error message when I try to mount from it.
I desperately put the hostname in the -root and -access of the exports of both sharing machines, to no new effect. I got the same error.
To make it a bit more clear and prevent misunderstandings:
Or maybe is it possible that you can't export and mount a FS to/on a 3rd host, which is already a NFS mount from another host?
Thanks for help in advance.
laters
zaxxon
all 3 boxes are AIX 4.3.3 boxes.
Host A has a NFS share which is mounted by Host B. No problems occure so far.
Now this share on Host A becomes a NFS share itself, shared from Host C, because the local disks were getting full and having space shared via NFS from a 3rd box is the fastest way to get us more space.
Host B can't mount the shared NFS share via NFS anymore now. I get following error:
Code:
mount: 1831-008 giving up on:
srdbhv03:/mnt/srarhv01/test
vmount: A file, file system or message queue is no longer available.
showmount -e shows everything exported correct; the /etc/exports allows -root and -access to the host, that gets the error message when I try to mount from it.
I desperately put the hostname in the -root and -access of the exports of both sharing machines, to no new effect. I got the same error.
To make it a bit more clear and prevent misunderstandings:
Code:
#1:
+--------+ NFS Share +--------+
| Host A |------------>| Host B |
+--------+ WORKS! +--------+
#2:
+--------+ NFS Share +--------+ NFS Share +--------+
| Host C |------------>| Host A |------------>| Host B |
+--------+ WORKS! +--------+ ERROR! +--------+
Or maybe is it possible that you can't export and mount a FS to/on a 3rd host, which is already a NFS mount from another host?
Thanks for help in advance.
laters
zaxxon