Remote Administration Daemon (RAD) reports non existing SMF services
I am querying remote Solaris servers for all available SMF services by using RAD, I am then checking if the services is online/enabled/etc...
The issue I ran in to is, RAD reports/lists SMF services that are not on the system.
I am not sure from where RAD is getting these services, but by doing an svcs -a |grep [service_name] there is no such service defined on the system.
I have seen this for multiple services, below is one example.
I am first getting a list of all SMF services which RAD lists/reports includes "network/security/krb5kdc", but by checking with svcs on the system there is no such service on the system.