Fish-Serv2013

From Elch-Wiki
Revision as of 14:46, 17 July 2013 by Roman (talk | contribs)
Jump to navigationJump to search
  • HW: Intel Core i3, MSI H77MA-G43, 4 GB RAM, 128 GB SSD, 2x 2T HDD
  • PCI-E LAN Adapter zur Installation entfernen!
  • Basis: OpenSuse 12.3 - Minimal Server Installation
  • Partitionierung:
    • SSD = sda
    • sda1 = / (124 GB)
    • sda2 = swap (4 GB)
    • HDD = sdb, sdc
    • sdb1 = ganzes sdb, sdc1 = ganzes sdc
    • md0 = RAID 1 über sdb1+sdc1
  • eth0: Statische IP (.1), hostname=fish-serv2013, resolv.conf von fish-serv2006 kopiert
  • eth1: DHCP von Cablecom
  • SW entfernen: exim (Conflict mit Postfix)
  • Zusätzliche SW: nano, sensors, mysqld, postfix, dovecot, gcc, make, pcre-devel, libopenssl1-devel, libxml2-devel, libcurl-devel, libjpeg8-devel, libpng15-devel, gmp-devel
  • Runlevel setzen: mysqld, smb, postfix, dovecot


MySQL

  • socket=/var/run/mysql/mysql.sock
  • datadir=/var/lib/mysql

Apache

  • httpd nach /usr/src/apache downloaden und entpacken
  • apache_config von fish-serv2006 kopieren
  • apr und apr-util downloaden und nach /usr/src/apache/http.../srclib entpacken. Verzeichnisse auf "apr" und "apr-util" umbenennen (Versions-Info aus Verzeichnisnamen entfernen)

PHP