Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On Solaris 10 boxes, after a clean reboot, all submirrors "need maintenance". A metasync immediately clears the problem but the system will be back in "need maintenance" state right after a reboot.

Resolution

Verify that we have a problem because mdmonitor is offline,

Code Block
svcs | grep mdmonitor
offline        2009     svc:/system/mdmonitor:default

Fix the problem,

Code Block
svcadm disable rpc/bind
svcadm disable rpc/meta
svcadm enable system/mdmonitor

Details

http://www.thatsjava.com/java-enterprise/60195/

...