How install ASL on Parallels Plesk Automation Node (PPA)

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
User avatar
matthiasmaass
New Forum User
New Forum User
Posts: 4
Joined: Mon May 12, 2014 2:57 am
Location: Zurich

How install ASL on Parallels Plesk Automation Node (PPA)

Unread post by matthiasmaass »

Hi

I would like to install ASL on a Parallels Plesk Automation Node (PPA) but I have some problems with the MySQL-Database. The install script seems to notice that a part of Plesk is installed and tries to call the psa.shadow. When PPA is on a node it does not exist. How can I best handle this?
Has anyone had experience with the installation at PPA?

Thanks
Matthias
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: How install ASL on Parallels Plesk Automation Node (PPA)

Unread post by prupert »

Create the shadow file:

Code: Select all

mkdir -p /etc/psa
touch /etc/psa/.psa.shadow
chmod 0600 /etc/psa/.psa.shadow
echo "thepassword" > /etc/psa/.psa.shadow
If you do not have an admin MySQL user, create it from the MySQL root prompt:

Code: Select all

CREATE USER 'admin'@'localhost' IDENTIFIED BY 'thepassword';
GRANT ALL ON *.* TO 'admin'@'localhost';
FLUSH PRIVILEGES;
Lemonbit Internet Dedicated Server Management
User avatar
matthiasmaass
New Forum User
New Forum User
Posts: 4
Joined: Mon May 12, 2014 2:57 am
Location: Zurich

Re: How install ASL on Parallels Plesk Automation Node (PPA)

Unread post by matthiasmaass »

Hello and thank you

I was now able to install ASL on the PPA-node.

Thanks Matthias
Post Reply