About Farid Bielma Blog
Welcome to Farid Alfredo Bielma Lopez Weblog, Just a Blog - Imagination is more Important than knowledge
Feed Subscriptions
In all day, i have a problem with the Solaris Server, the matter is that the server is shut down due to a lack of electricity and and when the server was restarted appeared this message:
Requesting System Maintenance Mode (See /lib/svc/share/README for more information.) svc.configd exited with status 102 (database initialization failure) svc.startd: Could not exec() sulogin: No such file or directory
svc.configd: smf(5) database integrity check of: etc/svc/repository.db
failed. The database might be damaged or a media error might have prevented it from being verified. Additional information useful to your service provider is in: etc/svc/volatile/db_errors
The system will not be able to boot until you have restored a working database. svc.startd(1M) will provide a sulogin(1M) prompt for recovery purposes. The command: /lib/svc/bin/restore_repository
can be run to restore a backup version of your repository. See http://sun.com/msg/SMF-8000-MY for more information.
The Solution was to give you more debug messages and start recover the corrupted db by running the following:
/lib/svc/bin/restore_repository
But before I had to mount the root and usr partitions:
/lib/svc/method/svc-metainit
/lib/svc/method/fs-root
/lib/svc/method/fs-usr
Source: http://sun.com/msg/SMF-8000-MY
