Using CIFS for Macs is not an option ? I have a few thousand Macs that are some joined to AD and some are stand-alone all accessing the same CIFS shares on VNX. Just curious what is the requirement ?
I mentioned this to the customer and they are against it. They do some image editing with these Macs and have found the CIFS protocol to be inefficient (they were on some older, low-end storage, forget the vendor). They would prefer to go NFS if at all possible.
The requirement is to essentially have the ability to have a file share that can be accessed by Windows clients via CIFS and Mac clients via NFS simultaneously while keeping permissions
As mentioned before, the cleanest way to set this up is have them all go CIFS. SMB2 is quite efficient, even over distance. I did dig up this little nugget (http://bit.ly/YXSDJX). Turns out that Apple removed SMB2 support with Lion because they were using SAMBA prior to that. When they yanked SAMBA, they didn’t include an SMB2 connectivity option.
Evidently most folks will implement SAMBA or DAVE rather than try to mess around with cross-platform permissions on the server.
If the admin really needs to solve this on the server side, I suggest posting to the VNX support forum (but I guess you already did that ☺.)
Do the Macs authenticate directly to AD, or do they have their own authentication mechanism that is synchronized with AD? I think that’s probably key to how to crack this nut.
dynamox
9 Legend
•
20.4K Posts
0
May 21st, 2013 16:00
Using CIFS for Macs is not an option ? I have a few thousand Macs that are some joined to AD and some are stand-alone all accessing the same CIFS shares on VNX. Just curious what is the requirement ?
seanf12
1 Rookie
•
22 Posts
0
May 21st, 2013 16:00
I mentioned this to the customer and they are against it. They do some image editing with these Macs and have found the CIFS protocol to be inefficient (they were on some older, low-end storage, forget the vendor). They would prefer to go NFS if at all possible.
The requirement is to essentially have the ability to have a file share that can be accessed by Windows clients via CIFS and Mac clients via NFS simultaneously while keeping permissions
pgaljan
61 Posts
0
May 21st, 2013 16:00
As mentioned before, the cleanest way to set this up is have them all go CIFS. SMB2 is quite efficient, even over distance. I did dig up this little nugget (http://bit.ly/YXSDJX). Turns out that Apple removed SMB2 support with Lion because they were using SAMBA prior to that. When they yanked SAMBA, they didn’t include an SMB2 connectivity option.
Evidently most folks will implement SAMBA or DAVE rather than try to mess around with cross-platform permissions on the server.
If the admin really needs to solve this on the server side, I suggest posting to the VNX support forum (but I guess you already did that ☺.)
--paul
seanf12
1 Rookie
•
22 Posts
0
May 21st, 2013 17:00
Thanks Paul! Yah I posted to the VNX Support Forum as well, I'll continue digging
seanf12
1 Rookie
•
22 Posts
0
May 21st, 2013 17:00
The client machines have actually joined AD and authenticate directly with AD (no other mechanism in place)
Thanks!
pgaljan
61 Posts
0
May 21st, 2013 17:00
Do the Macs authenticate directly to AD, or do they have their own authentication mechanism that is synchronized with AD? I think that’s probably key to how to crack this nut.