- /var/log/nms.log
- /var/svc/log/application-nms\:default.log
Unfortunately, the first one was completely empty and the second one hadn't been written to since last week. So I figured the easiest thing to try next was to simply restart the nms service with the following commands:
- svcadm disable -st nms\:default
- svcadm enable -rs nms\:default
It took a couple of minutes for the commands to finish, but they eventually gave the command prompt back. If the disable command does not want to come back, run the following to clear its status:
After the nms service was restarted, I then checked the web interface and it came right up. It would not have been a good start to my week had I needed to reboot the file server. Thankfully, a simple service disable and enable did the trick.
svcadm clear nms\:defaultThat should cause the disable command to complete and allow you to run the enable command.
After the nms service was restarted, I then checked the web interface and it came right up. It would not have been a good start to my week had I needed to reboot the file server. Thankfully, a simple service disable and enable did the trick.

