exsnafu (TechnicalUser) |
25 Jan 11 12:40 |
directories, ownership, permissions don't appear to make any difference. at this point i've got a call open with ibm and after some traces they believe somehow the netapp filer is allowing this... although still investigating. i had kind of figured this would be more of an OS control.. CODE[362][server]:/home/jquainta> cd /test1 [363][server]:/test1> ls -ld . drwxr-xr-x 2 jquainta sysadmin 4096 Jan 25 09:48 . [364][server]:/test1> touch gollum [365][server]:/test1> ls -la total 16 drwxr-xr-x 2 jquainta sysadmin 4096 Jan 25 10:32 . drwxr-xr-x 53 root system 4096 Jan 25 10:27 .. -rw-r--r-- 1 jquainta sysadmin 0 Jan 25 10:32 gollum [366][server]:/test1> chown root gollum [367][server]:/test1> ls -la total 16 drwxr-xr-x 2 jquainta sysadmin 4096 Jan 25 10:32 . drwxr-xr-x 53 root system 4096 Jan 25 10:27 .. -rw-r--r-- 1 root sysadmin 0 Jan 25 10:32 gollum [368][server]:/test1> cd /test2 [369][server]:/test2> ls -ld . drwxr-xr-x 3 jquainta sysadmin 4096 Jan 25 09:48 . [370][uscobrmfa-at-02]:/test2> touch wormtongue [371][server]:/test2> ls -la total 32 drwxr-xr-x 3 jquainta sysadmin 4096 Jan 25 10:32 . drwxr-xr-x 53 root system 4096 Jan 25 10:27 .. -rw-r--r-- 1 jquainta sysadmin 0 Jan 25 10:32 wormtongue [372][server]:/test2> chown root wormtongue chown: wormtongue: Operation not permitted. [373][server]:/test2> [374][uscobrmfa-at-02]:/test2> mount|grep test gollum-nas /vol/documentum/jefftest1 /test1 nfs3 Jan 25 10:30 wormtongue-nas /vol/PRTvol01/jefftest1 /test2 nfs3 Jan 25 10:31 [375][uscobrmfa-at-02]:/test2>
and no, the filers don't have any UID/user mapping, the two filers are at the same OS/firmware levels, same /etc/passwd, same exports. |
|