Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

nfs problem with zone,help!!!

807559Dec 14 2005
with solaris10 I find in global zone i need to mount nfs with vers=3, if not mount like that i can't change the file or dir owner.

and with local zone, i can't mount nfs with vers=3,like following:
my-zone# mount -F nfs -o vers=3 192.168.133.148:/vol/dbak/sol10-test /test
nfs mount: 192.168.133.148:/vol/dbak/sol10-test: Permission denied
and i mount use default nfs version4,like following:
my-zone# mount -F nfs -o rw 192.168.133.148:/vol/dbak/sol10-test /test
my-zone#cd /test
my-zone#ls -l
total 16
drwxr-xr-x 2 nobody nobody 4096 Dec 8 10:46 hotbak
drwxrwxrwx 2 nobody nobody 4096 Dec 8 11:32 logs
my-zone#chown oracle logs
NFS compound failed for server 192.168.133.148: error 2 (RPC: Can't decode result)
chown: logs: I/O error


I tried to use lofs to mount nfs,it also failed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2006
Added on Dec 14 2005
0 comments
254 views