Bei dem Update von Plesk 8.6.0 auf eine 9ner Version ist für manchen Nutzer nicht ganz einfach und zu anstrengend. So schlecht aber nicht. In den letzten Tagen erhalte ich viele Emails mit Fehlermeldungen und Problemen, wo ich das ein oder andere Mal auch nachsehen muss worum es sich eigentlich handelt. Diese Anleitung soll Dir nun helfen ein Update von der Plesk Version 8.6.0 auf die Version 9.0.1 zu schaffen. Dazu führe folgende Befehle aus:
Systemadministratoren von Linux dedizierten Webservern, die mit Parallels Plesk 8.6.0 arbeiten bekommen heute ein neues Update. In diesem Update sind folgende Programmupdates enthalten:
- Base packages of Plesk (Sept. 30, 2008)
- Plesk API [former Plesk Agent] (Sept 30, 2008)
- Plesk Backup Manager (Sept 30, 2008)
- Plesk migration manager (Sept 30, 2008)
- Plesk Updater
Warum nun gerade heute die Updates erst bei mir auftauchen ist mir bislang unerklärlich. Es bleibt abzuwarten ob noch weitere Updates darauf folgen. Ein Versionsprung auf Plesk 9 seh ich noch nicht.
Seit dem 19.07.2008 ist Plesk 8.6.0 verfügbar. Die Administrationssoftware für Windows und Linux-Server hat sich in letzter Zeit ziemlich verbessert. Folgende Neuerungen oder Änderungen kamen/gingen mit der neuen Version:
Plesk 8.6
- [+] PHP 5.2.6 update – Plesk now ships with PHP 5.2.6
- [+] PostgreSQL 8.3 support – Plesk now works with PostgreSQL 8.3.
- [+] Safari 3.1 support – Safari 3.1 browser can now be used to work with Plesk.
- [+] Changing DNS zone SOA serial number format – The DNS zone SOA serial number format used by default in the Plesk Control Panel is Unix timestamp. You can change the format of the DNS zone SOA serial number to YYYYMMDDNN, which is recommended by IETF and RIPE and mandatory for many domains registered in some high-level DNS zones, mostly European ones.
- [+] Improved DNS zone update – Users can make multiple changes to a DNS zone without having to save every single change each time – all changes made to the DNS zone are now highlighted and visible to the user before saving them. The DNS zone is updated when the user saves the changes.
- [+] Permission for clients to select a target DB server – You can allow your customers to select a database server of each type for creating his or her databases, not only use the default database server.
- [+] Plesk Billing Bundle – Plesk 8.6 for Unix/Linux comes bundled with Plesk Billing component that allows Plesk Administrator to use an effective billing solution fully compatible with Plesk.
- [-] Fixed issue with empty mail user name – Fixed issue with empty mail user name displayed in logs of Plesk installed on SuSE.
- [-] Fixed issue with AWstats monthly history – Fixed issue with incorrect calculations and display of AWstats monthly history.
- [-] Fixed issue with forwarding e-mail messages signed by DomainKeys – Fixed issue with e-mail forwarding not working if e-mail messages were signed by DomainKeys.
- Security fixes and other bug fixes.
Legend:
[+] new feature
[-] bug fixed or removed
[*] bug fixed and improvement made
Plesk Whats new: Parallels Plesk 8.6
Plesk Dokumentation: Parallels Plesk 8.6.0 Doku
Gruß,
Adrian Sauer
Manchmal ist es notwendig Plesk Dienste wie z.B. Apache, Plesk oder ähnliches direkt von der Kommandozeile neu zu starten. Die dazugehörigen Befehle lauten wie folgt:
Apache: /etc/init.d/apache2 restart
Apache: /usr/local/psa/admin/bin/websrvmng -start
QMail (sendmail): /usr/local/psa/admin/bin/mailmng --start-smtpd
POP3: /usr/local/psa/admin/bin/mailmng --start-maild
MySQL: /etc/init.d/mysql start
SpamAssassin: /usr/local/psa/admin/bin/spamd --start
Mailman: /etc/init.d/mailman start
Statt “start” kann man mit “status” den aktuellen Status überprüfen. “restart” hingegen bedeutet, dass man den Dienst stopt und neustartet.
Um herauszufinden welche Dienste noch laufen:
Ach ja, den ganzen Server kann man natürlich auch neustarten mit: “reboot”