• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

psa: unrecognized service

J

jnothing

Guest
I just ordered a new dedicated server;

CENTOS CentOS 4.6-32
SWSoft Plesk - 30 Domain w/ Power Pack 8.2.0 Linux


plesk is not working, i don't know am i doing the right thing but i tried


[root@ikinci ~]# service psa status
psa: unrecognized service
 
Code:
rpm -q psa

You should see something similar to one of the two for your Distro:
psa-8.3.0-rhel4.build83071218.18
or
psa-8.2.1-rhel4.build82070919.15

if you dont, then you should edit your yum.conf file
Code:
[PSA-product-distr-rpms]
name=Plesk Product Distribution RPMS
gpgcheck = 0
baseurl=https://autoinstall.plesk.com/PSA_8.2.1/dist-rpm-CentOS-4.2-i386

[PSA-thirdparty-rpms]
name=Plesk Third Party RPMs
gpgcheck = 0
baseurl=https://autoinstall.plesk.com/PSA_8.2.1/thirdparty-rpm-CentOS-4.2-i386

[PSA-product-updates-rpms]
name=Plesk Product Updates
gpgcheck = 0
baseurl=https://autoinstall.plesk.com/PSA_8.2.1/update-rpm-CentOS-4.2-i386

and then
Code:
yum install psa
 
Back
Top