*** Every time I use the wcc command I get no passwd entry for (mysid) ***
What exactly do you mean with this?
When I try with a user that it cannot find, I get this error:
filer> wcc -s AD123\user123
Invalid name AD123\user123
Maybe you are "missing" the passwd file in /etc on the root volume (this is NetApp specific )
I've tried the wcc -u command with a "unix/local" user that does not exist and got the same error as you:
filer> wcc -u unixuser123
no passwd entry for unixuser123
So the problem seems to be with your local /etc/passwd...
try:
priv set diag
ls /etc
and check if you see the file, if yes, try:
rdfile /etc/passwd and make sure you have at least these entries:
filer> rdfile /etc/passwd
root:_J9..AdPd30Fbb1F8/iQ:0:1::/:
pcuser::65534:65534::/:
nobody::65535:65535::/:
Peter