Hey folks,
I've got an SVM dedicated to the problematic issues around mixed protocol environments.
I've got probably a dozen or so AIX environments that need to access stuff written out to SMB shares for many reasons, and I've been working around the shortcomings of using the cifs mounting types by creating a unix-user on the NAS with the appropriate UID, creating a name-mapping (vserver name-mapping create) and having it replaced with a unique NTFS security group dedicated to that system/account. It's worked well.
Except everyone fights over uid 1001.
Oracle? Uid 1001
Pagerduty? Uid 1001
Other stuff related to our PMR? uid 1001.
Without having the end user change UID's (nightmare) or creating new SVM's for them or recycling generic name-maps, what can I do to get around this limitation?