Hi I have a 2 node cluster running one SVM with CIFS and NFS protocols with 8.3P1. I am trying to provide readonly access to a domain account however when the user logs in he will get an error displaying:
the server (displays cluster mgmt ip here) at remote administration API support requires a username and password.
He entered it as domainname\username and his password and still no go.
This is what I did on the storage side:
enabled the tunnel
then provided user with readonly access to cluster
security login create -vserver <name_of_cluster> -user domain\username -application http -authmethod domain -role readonly
I also performed the same command on the SVM as well and still no go. Any other hints tips or tricks?