You can use one of the following methods to determine if the Configuration Agent is enabled:
Use the controller program for the Configuration Agent. Become super user and type the following command:
| /usr/lib/apoc/apocd is-enabled | 
If the Agent is enabled, the controller program returns the following message:
| Checking Configuration Agent enabled status ... Enabled | 
Otherwise, the controller program returns the following message:
| Checking Configuration Agent enabled status ... Not enabled | 
Use smf(5) to execute the following command:
| /usr/bin/svcs svc:/network/apocd/udp:default | 
If the Agent is enabled, svcs returns the following message:
| STATE STIME FMRI online 8:36:04 svc:/network/apocd/udp:default | 
If the Agent is disabled, svcs returns the following message:
| STATE STIME FMRI disabled 15:58:34 svc:/network/apocd/udp:default | 
If the Agent is in maintenance mode, svcs returns the following message:
| STATE STIME FMRI maintenance 8:38:42 svc:/network/apocd/udp:default |