Solution :
[ vzctl set VEID --save --offline_management yes --offline_service vzpp ]
Solution :
[ vzctl set VEID --save --offline_management yes --offline_service vzpp ]
While trying to access the plesk admin page we get the below error :
ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect.
Solution :
Try resetting the admin password from within mysql.
You can get the details about resetting root mysql password using the link below. Change the commands accordingly an reset the password for user “admin”
Getting the below message while trying to access a website thats having self signed ssl certificate in google chrome :
This frame was blocked because it contains some insecure content. chrome
Temp Solution :
Open the URL in Chrome >> right click on the error page >>
1 ) Click on View Frame Source. After loading the frame source, close the frame source page.
2 ) When loading the frame source if it shows an warning, click “proceed anyway”.
3 ) Back to your error frame’s page ant reload it
Getting the below bounce message while trying to send emails to plesk server with drweb enabled.
================
A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus.
Relaying such messages is blocked by administrator.
================
Or
==================================
Getting the below message while trying to stop drweb from within plesk >> service management
Unable to make action: Unable to manage service by dr mgr: Empty error message from utility. (‘–stop’, ‘drweb’)
====================================
Solution :
/etc/init.d/drwebd restart
If that doesnot work kill all drweb process.
pgrep drwebd | xargs kill -9
Then check emails and if that work try enabling dr web again using
/etc/init.d/drwebd restart
/var/www/vhosts/default/htdocs/
You can call using IP/file.txt
Domain aotomatically expires even if we have setup unlimited expiry period in plesk.
SOLUTION :
for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e “select name from domains”`; do /usr/local/psa/bin/domain_pref -u $i -expiration -1;done
NOTE: All the domains will be changed to unlimited domain expiry.
After a VPS migration if you happen to see old IP address in plesk even after the migration, you first need to remove the old IP address from VPS. For that login to NODE server.
/usr/local/psa/bin/ipmanage.sh -r OLD_IP
wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh
[ yum update php* --exclude=php*5.3* ]
Solution :
/usr/local/psa/admin/bin/autoinstaller –select-release-current –install-component horde
Use the below at your own risk. I have not done this before. This can be used to install the plesk base packages when everything is broken
/usr/local/psa/admin/sbin/autoinstaller –select-product-id plesk –select-release-id PLESK_10_1_1 –install-component base
Or
/usr/local/psa/admin/bin/autoinstaller –select-product-id plesk –select-release-id PLESK_10_1_1 –install-component base
ERROR: PleskFatalExceptionUnable to connect to database: saved admin password is incorrect.
0: common_func.php3:95 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’)1: auth.php3:124
Solution :
# cd /usr/local/psa/admin/bin/
# export PSA_PASSWORD=’newpass’
# echo $PSA_PASSWORD
# ./ch_admin_passwd
# export PSA_PASSWORD=
# cat /etc/psa/.psa.shadow
Getting the error Error: Connection to the database server failed: Table ‘mysql.servers’ doesn’t exist
when I try to add a database user to a database.
Solution :
Execute the command after login to shell
mysql_fix_privilege_tables --user=admin --password=<admin passord> --verbose
Now try adding the users
“This Panel instance is installed in a PVC Container. The current Container offline management settings make the Panel unavailable. If you have sufficient privileges to modify the Container configuration, change the offline management settings. Otherwise, contact your provider to do this.”
SOLUTION :
Disable offline management and try
vzctl set VEID –offline_management=no –save
If it dont fix then try adding the VPS IP to node Server firewall.
While trying to send mails using QMAIL and PLESK I am getting the error below :
There was an error sending your message: sendmail returned error code 111
Solution :
If any error try stopping QMAIL.
cd /var/qmail/bin
cp -p qmail-local.moved qmail-local cp -p qmail-remote.moved qmail-remote cp -p qmail-queue.moved qmail-queue
killall qmail-remote qmail-queue qmail-localls -la qmail-queue qmail-local qmail-remote -r-xr-xr-x 1 root qmail 44060 Jun 13 2006 qmail-local -r-s--x--x 1 qmailq qmail 15784 Jan 26 14:06 qmail-queue -r-xr-xr-x 1 root qmail 43364 Jun 13 2006 qmail-remoteOr for other email errors like :Plesk Qmail error – 451 qq internal bug (#4.3.0)orqmail-inject: fatal: qq internal bug (#4.3.0)we can try the above fix