NFS with GSS and Kerberos

I can’t start NFS Server with GSS option.
I’ve added nfs/my.host.com@HOST.COM (example) principal via kadmin with -randkey option as mentioned at “6.4.8. Creating Kerberos Service Principals”.
After executing rcnfsserver start, /var/log/messages shows:
“do you have a keytab entry for nfs/<your.host>@<YOUR.REALM> in /etc/krb5.keytab?”

Why? How to resolve?

Did you run the ktadd command?


ktadd nfs/my.host.com (example)

jthiatt08, thank you very much!
After executing ktadd NFS started without errors.