iowaprogrammer
ISP
Looking for help with a an NFS issue
I have two shares one with a zfs filesystem the other with a UFS filesystem shared via NFS. I use the shares as home directories for my users
The ZFS has the following in dfstab running on a solaris 10 machine
share -F nfs -o anon=0,log /mypool/home
The UFS has the following in dfstab running on solaris 10
share -F nfs -o rw,root=172.16.51.3:172.16.50.3 /usr/home
THese shares are both mounted to two seperate servers running solaris 8
server A @ --- /usr/home (/usr/home)
--- /usr/tester (/mypool/home)
Server B @ --- /usr/home (/usr/home)
--- /usr/tester (/mypool/home)
The problem I am having is as root user on server A
I can 'touch' a file, cat, cp, vi, and etc in /usr/tester
I can not do any of the above to my /usr/home
I recieved permissions errors when trying to copy the contents from usr/home to /usr/tester on server A
When I go to Server B
I can 'touch' a file, cat, cp, vi, and copy back and forth on the shares in /usr/home and /usr/tester
when I tried to do a usermod -d /usr/tester -m <userid> I recieve error saying that UX: usermod: ERROR: There is not sufficient space to move
drwxr-xr-x 9603 root root 9603 Oct 3 19:05 tester
drwxr-xr-x 9602 root root 185856 Oct 5 12:07 home
Has anyone else experienced this problem before? What did you do to resolve it. Not sure of what other information is needed.
I have two shares one with a zfs filesystem the other with a UFS filesystem shared via NFS. I use the shares as home directories for my users
The ZFS has the following in dfstab running on a solaris 10 machine
share -F nfs -o anon=0,log /mypool/home
The UFS has the following in dfstab running on solaris 10
share -F nfs -o rw,root=172.16.51.3:172.16.50.3 /usr/home
THese shares are both mounted to two seperate servers running solaris 8
server A @ --- /usr/home (/usr/home)
--- /usr/tester (/mypool/home)
Server B @ --- /usr/home (/usr/home)
--- /usr/tester (/mypool/home)
The problem I am having is as root user on server A
I can 'touch' a file, cat, cp, vi, and etc in /usr/tester
I can not do any of the above to my /usr/home
I recieved permissions errors when trying to copy the contents from usr/home to /usr/tester on server A
When I go to Server B
I can 'touch' a file, cat, cp, vi, and copy back and forth on the shares in /usr/home and /usr/tester
when I tried to do a usermod -d /usr/tester -m <userid> I recieve error saying that UX: usermod: ERROR: There is not sufficient space to move
drwxr-xr-x 9603 root root 9603 Oct 3 19:05 tester
drwxr-xr-x 9602 root root 185856 Oct 5 12:07 home
Has anyone else experienced this problem before? What did you do to resolve it. Not sure of what other information is needed.