DNS service is in maintenance mode. How to bring it back to online mode?

:confused:
when i tried to look the status of DNS-client, it is in maintenance mode.....
Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE...

:wall:

step 1: Post svcs -xv output.

There are some that must be running for DNS to be online. Now you have to check them.

run this command

svcs -l FMR

where FMRI is the dns client FMRI

Then look at the services that say "required" is any of them offline? If any of them is offline, you will need to fix it. If none is offline, then the problem is with the dns client service. However the fixing process is the same.

Go to the log file and find out what is the problem.

svcs -l FMRI or svcs -x FMRI 

will provide you the path of the log location. Read why any of the required service or the dns is in maintenance mode.

Fix the problem then restart the FMRI

svcadm restart FMRI.

Reply if you have any questions. Its difficult to explain.