Product:
Search Type:

I plan updating several Plesk Control Panel servers and want to disable End User License Agreement for each servers at ones. Can I do that from the command line without login to Control Panel?

Article ID: 5435 
Last Review: Jul,07 2008
APPLIES TO:
  • Plesk 7.5.x Reloaded
  • Plesk 8.x for Linux/Unix

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

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields