ispCP - Board - Support
Einige Fragen vor Umstellung vhcs > ispCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Einige Fragen vor Umstellung vhcs > ispCP (/thread-2262.html)

Pages: 1 2 3


Einige Fragen vor Umstellung vhcs > ispCP - fulltilt - 01-29-2008 09:01 AM

Habe jetzt auf 2 Testmaschinen vhcs auf ispCP erfolgreich umgestellt.
Ich würde nun auch bald gerne das Update auf einer Produktiv Maschine durchführen.
Bei den Testinstallationen konnte ich die Funktionen Webmail und WebFtp nicht richtig testen, da bei der Migration von echten Kunden ins VHCS z.B. die IDs der FTP User nicht richtig gesetzt werden und weil ich die Mailboxes der user nicht mitinstalliert habe ...

1.
Es geht darum das viele User Ihre Mails nicht abrufen und nur WEbmail verwenden - hat schon jemand ein Update vhcs auf ispCP gemacht, wonach der Zugriff auf Webmail klappt und alle Usermails über Webmail vorhanden waren?

2. Klappt der Zugriff auch über WebFTP - wie gesagt konnte ich nicht testen weil die User IDs bei der vhcs Migration nicht richtig gesetzt werden.

3. Habe hier über zu hohen Load bei PHP5 gelesen - kann das noch jemand bestätigen und ist das die richtige Lösung?
http://www.isp-control.net/forum/high-load-on-ispcp-server-t-1103-4.html#pid20448


RE: Einige Fragen vor Umstellung vhcs > ispCP - BeNe - 01-31-2008 05:01 PM

Quote:1.
Es geht darum das viele User Ihre Mails nicht abrufen und nur WEbmail verwenden - hat schon jemand ein Update vhcs auf ispCP gemacht, wonach der Zugriff auf Webmail klappt und alle Usermails über Webmail vorhanden waren?
Ja - funktioniert!
Quote:2. Klappt der Zugriff auch über WebFTP - wie gesagt konnte ich nicht testen weil die User IDs bei der vhcs Migration nicht richtig gesetzt werden.
Funktioniert auch.
Quote:3. Habe hier über zu hohen Load bei PHP5 gelesen - kann das noch jemand bestätigen und ist das die richtige Lösung?
Hatte damit keine Probleme aber die Lösung scheint ja zu passen:
Code:
I had this problem too. I upgraded my php to a dotdeb 5.2.5 (http://www.dotdeb.org/) and my system is working fine.

Greez BeNe


RE: Einige Fragen vor Umstellung vhcs > ispCP - fulltilt - 01-31-2008 05:14 PM

Hallo BeNe,

Danke für Deine Antwort.
Bin echt froh bei diesem System endlich umstellen zu können auf ispCP Wink


RE: Einige Fragen vor Umstellung vhcs > ispCP - BeNe - 01-31-2008 05:21 PM

Ich muss allerdings dazusagen das es nur 3 Domains mit subdomain alias und jeweils ein Mail/FTP User war. Alles aus Tests.

Wie es sich dann schlussendlich mit "echtdaten" verhaltet ist schwer zu sagen. Aber grundlegend geht es Wink

Greez BeNe


RE: Einige Fragen vor Umstellung vhcs > ispCP - fulltilt - 01-31-2008 05:36 PM

ist aber schon beruhigend Shy
Hoffe das es jetzt klappt wg. der Keys.
Na ja - jedenfalls komme ich nicht drumrum und ich denke jetzt ist wohl der richtige Zeitpunkt.

BeNe Wrote:Ich muss allerdings dazusagen das es nur 3 Domains mit subdomain alias und jeweils ein Mail/FTP User war. Alles aus Tests.

Wie es sich dann schlussendlich mit "echtdaten" verhaltet ist schwer zu sagen. Aber grundlegend geht es Wink

Greez BeNe



RE: Einige Fragen vor Umstellung vhcs > ispCP - Zothos - 01-31-2008 08:37 PM

Und nicht vergessen backups machen! ^^


RE: Einige Fragen vor Umstellung vhcs > ispCP - fulltilt - 01-31-2008 08:49 PM

siescha, siescha Wink

Was vieleicht auch noch ins Update-Manual sollte:

Vor dem Update die vhcs Datenbank checken ...
d.h.
Code:
mysql -u root -ppassword
USE vhcs2
UPDATE domain SET domain_status = "change";
UPDATE subdomain SET subdomain_status = "change";
UPDATE domain_aliasses SET alias_status = "change";

/var/www/vhcs2/engine/vhcs2-rqst-mngr

Danach den Status im Admin (vhcs Debugger) checken ob alles O.K. ist.
Wenn nicht die fehlerhaften Einträge in der DB suchen und auf delete umstellen und dann noch mal /var/www/vhcs2/engine/ivhcs2-rqst-mngr

Hätte mir beim ersten Test so einiges an Zeit gespart ...

Zothos Wrote:Und nicht vergessen backups machen! ^^



RE: Einige Fragen vor Umstellung vhcs > ispCP - gOOvER - 01-31-2008 08:54 PM

Ich mach ne Upgrade Anleitung in die Wiki am Sa. Dann könnte man das ja miteinfügen.


RE: Einige Fragen vor Umstellung vhcs > ispCP - Viktor - 01-31-2008 09:54 PM

gOOvER Wrote:Ich mach ne Upgrade Anleitung in die Wiki am Sa. Dann könnte man das ja miteinfügen.

Hallo,

jo eine Anleitung wäre nicht schlecht.Big Grin

Dann mann ich meine 2 VHSC2-Server auch updaten.Smile

Einer läuft auf RC2 und das sollte ja klappen mit dem Update auf RC3.Rolleyes

Gruß
ViktorWink


RE: Einige Fragen vor Umstellung vhcs > ispCP - BeNe - 01-31-2008 10:11 PM

Quote:Ich mach ne Upgrade Anleitung in die Wiki am Sa
Da fällt mir ein das es ja schon alles im Trunk drin steht:

Code:
Update
---------

There are two ways of update ispCP ω

1. Untar or unzip the distribution files to a secure directory:
    # cd /root
    # tar xjvf ispcp1.0.0-omega.tar.bz2

2. Change to the newly created directory:
    # cd ./ispcp1.0.0

3. Install the required modules
   first update your system:
    # apt-get update && apt-get upgrade

   for Debian Sarge please use:
    # apt-get install `cat ./docs/Debian/debian-packages-sarge`
   for Debian Etch please use:
       # apt-get install `cat ./docs/Debian/debian-packages-etch`
   for Debian Lenny/Sid please use:
       # apt-get install `cat ./docs/Debian/debian-packages-lenny`

   Make sure you have added the non-free into your /etc/apt/sources.list:

   deb     http://ftp.debian.org/debian/            etch         main contrib non-free
   deb     http://security.debian.org/              etch/updates main contrib non-free

   If using Sarge, make sure you have added the following backport into your
   /etc/apt/sources.list:

    # backports
    deb     http://dotdeb.pimpmylinux.org/          sarge          all


    (when you get to the courier screen select 'no' to web directories)
    (when you get to the postfix screen select 'internet site' and then type 'root'
    for mail. If you've set debian up correctly on install your domain should be
    already on screen. Select 'no' to force sync updates.)
    (when you get to the proftpd screen, select 'standalone')
    (when you get to the rootkithunter screen, select two time 'yes')

a) via install script
---------------------
4a. Start the script and follow the install instructions (currently not available):
    # ./ispcp-setup.sh

After that go to step 12.

b) manually
-----------
4b. You have to set up some configuration variables for your linux distribution.
    ispCP ω is preconfigurated for Debian 4.0 Etch.
    If you're using another distribution please check, if config files exist in
    ./configs/dists and use/change them.

    Check the ispcp.conf and adapt it to your requirements.
    An overview over the variables you can find in the FAQ on
    http://isp-control.net

5. Build the System by using make:
    # make install

6. Save key files
    # cp -v /var/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/
    # cp -v /var/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp-1.0.0/var/www/ispcp/engine/messager
    # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp-1.0.0/var/www/ispcp/gui/include/
    # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp-1.0.0/var/www/ispcp/gui/tools/pma/config.inc.php

7. Copy /usr and /var directories into your system (you may make backups)
    # cp -Rv /tmp/ispcp-1.0.0/usr/* /usr/
    # cp -Rv /tmp/ispcp-1.0.0/var/* /var/

8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups):
    # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf
    # cp -Rv /tmp/ispcp-1.0.0/etc/* /etc/

9. Now it's time to update your installation. Change into the engine directory:
    # cd /var/www/ispcp/engine/setup

10. Start the engine update:
    # perl ispcp-update

11. Update ispCP ω step-by-step

    If you get no error, all went good; if you get one, look at
    http://isp-control.net to solve the problem.

12. Clean the temporary folders:
    # rm -fR /tmp/ispcp-1.0.0
--> http://www.isp-control.net/ispcp/browser/trunk/docs/Debian/INSTALL

Greez BeNe