We completed the procedure to match the domain value on both the filer and the solaris 10 client
On the filer side:
nfs.v4.enable on
nfs.v4.id.domain localdomain
On the solaris 10 side in /etc/default/nfs:
NFSMAPID_DOMAIN=localdomain
However, all file ownership is still squashed to "nobody" on the v4 mount.
and I am getting the following on the solaris /var/adm/messages
nfs: [ID 609956 kern.warning] WARNING: NFSMAPID_DOMAIN does not match the server: 10.100.9.8 domain .
My question is "How do I verify the NFSv4 domain value on the filer side ?
I already checked and verified the solaris side that it is the value specified.
Thanks in advance.