Stuck in maintainance page and needs a way to enable SSH access without using admin page

I decided to post new subject since it become matter of how I can enable ssh to solve my problem

Actually I got into issue "stuck in maintainance page" http://www.jumpbox.com/node/1541
but I can't manually delete file since I didn't enable ssh.. then I want to know if

1. Are there any other ways to solve this problem without sshing
2. If I really needs to ssh how can I enable it without using admin page (since I can't access it)

Regards,
Kittivong

Stuck in maintainance

Assuming you are running your JumpBox on a virtualization platform that provides console access (like VMware, Parallels or VirtualBox) and your JumpBox is somewhat recent (in the last 6 months or so) you can login as the admin user on the virtual console as shown here:

http://wiki.jumpbox.com/doc/runtime/faq/virtual_console_access

Login with admin and the password you supplied during setup. Then you can manually disable maintenance mode as shown elsewhere.

Austin

Thank you that works for me

Thank you that works for me but It appears that this problem happen more and more frequent than it used to be. I suspect back up problem is the cause of it. To confirm it I stop schedule back up to see of it stop this problem from happening.. So far it running without fail. I'll post new issue after I got more info. about it.

Thanks again.
Kittivong S.

Maintenance Mode

Yeah, it sounds like you have something going wrong during your backup. If you have a backup type configured you might try running it manually as shown here:

http://wiki.jumpbox.com/doc/runtime/faq/troubleshooting

and see whether it prints out an error when you run that start_backup_real command. In older JumpBoxes this can be the result of a failed database dump, which you can troubleshoot with:

http://wiki.jumpbox.com/doc/runtime/faq/mysql_maintenance

Also, in newer JumpBoxes, a failed backup should generate an email ... whether your JumpBox is in an environment that permits outbound email or not is the real question.

Austin