• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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=http://autoinstall.plesk.com/PSA_8.2.1/dist-rpm-CentOS-4.2-i386

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

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

and then
Code:
yum install psa
 
Back
Top