mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.
mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.
A VE/CT on Linux started and then stopped mysteriously. I couldn’t manually restart it with vzctl start 101. The following URL showed how to determine which PID had locked the VE/CT:
In this case running cat /vz/lock/101.lck showed that vzquota was recalculating the quota for the virtual environment.