• 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.

Reinstall Plesk 9.3 from command line

Trixi.com

New Pleskian
Hi,

I have installed:
CentOS 5 con Plesk 9 (64 bit)
Parallels Plesk Panel-Version 9.3.0
Linux 2.6.27.41rootserver-20091211a


I guess that by accident (missing knowledge) I deleted some files with Putty :-(....and doing backups, recovering etc. I get a lot of fatal errors...

For this reason i would like to try to reinstall Plesk 9.3 from the command line.

It would be great if you could give me a hand. How to to it (recover / restore / reinstall) Plesk 9.3?

Thanx a lot

Gerald
 
I can suggest you find all deleted files first with
rpm -Va | grep -E '^missing|^..5'

Then with 'rpm -qf /path_to_missing_file' find packages for this file.
Then find needed package for your OS and platform on http://autoinstall.plesk.com/PSA_9.3.0/ and unpack it to temporary directory with something like:

mkdir temp ; cd temp ; rpm2cpio ../file.rpm | cpio -ivd --no-absolute-filenames

And then copy missing files and directories to right place.
 
Back
Top