1. Check that there are no processes using the DB files.
2. If no processes are accessing the database files, then remove .lk file that was left behind
3. Truncate the database BI before starting the database:
$ proutil <dbname> -C truncate bi
If no errors are encountered while truncating the BI file the database will be ready to start normally after the truncate BI completes, otherwise you will need to go to backup.
While server outage is unavoidable at times, a reboot is manageable and the process should be reviewed in terms of shutting down the AdminServer (if in use) and databases prior to issuing the reboot.