SYMPTOMS
After Plesk installation or update End User License Agreement is presented in the main Plesk page just after login.To remove the agreement page you should login to Plesk Control Panel, mark notification I agree to the terms of this license agreement and click Accept.
RESOLUTION
To remove the notification after installation or update of Plesk Control Panel you may use utility init_conf.1. Installation of Plesk Contorl Panel.
~# /usr/local/psa/bin/init_conf --init -shared_ips add:<ip1>,<ip2>,..,<ipN> -hostname <domain_name> ... -license_agreed true Use the init_conf --help to get all available options of the utility.
2. Update of Plesk Contorl Panel.
~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"update misc set val='false' where param ='psa_configured'"
~# /usr/local/psa/bin/init_conf --init -license_agreed true Additional information
Exact location of Plesk product root directory can be obtained from /etc/psa/psa.conf/etc/psa/psa.conf
..............
PRODUCT_ROOT_D /usr/local/psa
..............
Keywords: update license agreement