After upgrading plesk to latest release one of our domain on plesk server was unable to unsuspend thus giving the following error.
“Warning: The domain is still suspended for the following reason: Domain is temporarily suspended for backing up or restoring”
Though it appear to be backup issue but backups were not running for the domain making it quite confusing, So we had the following method to unsuspend the domain.
Login into shell and ran the following command.
/usr/local/psa/bin/domain -u domain.com -status enabled
Segmentation fault
Voila !! So here is the problem plesk binaries is showing segmentation fault so it appears that the plesk upgrade didn’t go properly. Plesk itself work on these binaries which here appears to be a problem. Now Login into plesk and under “Updates ” select the plesk base package option and re-install the Plesk Base packages to make the plesk binaries working again. You should receive a email when the updates are completed.
Follow the steps to reconfigure the domain in plesk database.
Reconfigure Domain:
/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com
Change the status for domain
/usr/local/psa/bin/domain -u domain.com -status enabled
You should get a message the Object successfully enabled, Thats it the domain should be unsuspended in Plesk.
Domain unable to unsuspend in Plesk 9.5
No comments:
Post a Comment