• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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