Hello,
I just got a new NetApp Data OnTap 7.2.5.1 and I am actually trying to configure it.
I have a windows 2003 AD for windows authentication and a nis/ntp/dns server running RHEL5.2. I am using different domain name for the AD and nis.
CIFS is configured using NT4.
I have 2 aggr (aggr0 & aggr1). Aggr0 contains Data OnTap stuff. Aggr1 will hold my data.
This is my setup right now :
aggr0\vol0 (unix)
aggr1\vol1 (ntfs)
aggr1\vol2 (unix)
aggr1\vol3 (ntfs)
aggr1\vol4 (ntfs)
aggr1\vol5 (ntfs)
vol0 have cifs shares, vol1 nfs, the rest have both cifs and nfs shares.
Netapp is bound to one of my nis server, and cifs is setup as NT4.
My issue now.
I can access, using a windows xp workstation, all the ntfs volume ok. The issue is accessing all ntfs volume using a RHEL5.2 workstation (vol 3 to 5). I get a permission denied.
>cifs domaininfo
Total DC addresses found: 1
Other Addresses:
<PDC IP ADDR> <pdc> PDC
> cifs lookup <username>
SID=Sxyz
>wcc -s <username>
[auth.trace.authenticateUser.loginTraceMsg:info]: AUTH: Error looking up domain groups: STATUS_ACCESS_DENIED (0xc0000022) during login from 0.0.0.0.
Error 0xc0000022 mapping SID Sxyz
>rdfile /etc/usermap.cfg
*\* *
This is the actual error when I try to access a nfs shares setup as NTFS permission from a RHEL workstation.
[auth.trace.authenticateUser.loginTraceMsg:info]: AUTH: LSA lookup: Located account "DOMAIN\user" in domain "DOMAIN"..
[auth.trace.authenticateUser.loginTraceMsg:info]: AUTH: Error looking up domain groups: STATUS_ACCESS_DENIED (0xc0000022) during login from <RHEL IP ADDR>: STATUS_ACCESS_DENIED (0xc0000022).
Everyone is also part of the "Pre Windows 2000 Compatible Access" group on my PDC.
If I convert a NTFS volume to NFS, I have no issue accessing it using any workstation.
Am I missing something? Can anyone point me out where to look to correct that error?
thanks,