Installation und Auto-Konfiguration des Servers

Installation

Standard-Installation - Linux Ubuntu Server 10.04

Download des ISO-Files Ubuntu Server 10.04

Installationsanleitung

Wichtig! Es darf kein DHCP-Server im Netzwerk aktiv sein!
Das Netzwerk muss bei der Server-Installation manuell eingerichtet werden!
(Ist ein DHCP-Server im Netz aktiv → Netzwerkkabel erst nach der Netzwerkkonfiguration anstecken oder bei der Frage nach dem Rechnernamen mit „ZURÜCK“ die Netzwerkkonfiguration manell wiederholen.)


Gateway und DNS bitte an das Netz anpassen, DNS im TSN: 10.13.0.224

Nach Neustart mit Benutzer user anmelden und das Passwort für root setzen:

sudo passwd root

Nun ist ein erstes Anmelden mit dem Supervisor root möglich:
Neustart (sudo reboot) und beim Login als root anmelden ODER ohne Neustart mit dem Befehl su vom user zum root wechseln:

su

(PWD vom Root eingeben)

cd /root 

Nun ist die Installation und Konfiguration der schlanken slixs-Serverlösung möglich.

Konfiguration

Auto-Konfiguration

Autokonfiguration durch das slixs-Paket SiSS

Vorbemerkung: Die Autokonfiguration des Servers ist auf die Standard-Installation von Ubuntu 10.04 LTS optimiert. Es sollte daher unbedingt diese LTS (Long-Time-Support) Version verwendet werden!

Die Autokonfiguration des Servers und die automatische Installation diverser Pakete erfolgt online durch die Eingabe des Startbefehles in der Commandline:

wget download.slixs.at/siss/siss-1.0.sh && bash siss-1.0.sh

Am Ende der Autokonfiguration muss das root-Kennwort neu gesetzt werden.

FOG installieren/konfigurieren (j/n)?

Installationsmöglichkeit für das Clone- und Desktopmanagement-Tool FOG: Wenn am Ende der Autokonfiguration die Frage nach der Installation des CloneTools FOG mit ja beantwortet wird, wird die neueste Version von FOG installiert und die Konfiguration des gesamten Servers darauf abgestimmt.

Konfiguration des Clone- und Desktopmanagement-Tools FOG

What version of Linux would you like to run the installtion for?

1) Redhat Based Linux (Fedora, CentOS)
2) Ubuntu Based Linux (Kubuntu, Edubuntu)
Choice: [2]
FOG Server installation modes:
* Normal Server: (Choice N) 
This is the typical installation type and
will install all FOG components for you on this
machine. Pick this option if you are unsure what to pick.
* Storage Node: (Choice S)
This install mode will only install the software required
to make this server act as a node in a storage group
More information:  
www.fogproject.org/wiki/index.php;
What type of installation would you like to do? [N] 
What is the IP address to be used by this FOG Server? [192.168.1.200]
Would you like to setup a router address for the DHCP server? [Y/n] Y
What is the IP address to be used for the router on the DHCP server? [192.168.1.254]
Would you like to setup a DNS address for the DHCP server and client boot image? [Y/n] Y
What is the IP address to be used for DNS on the DHCP server and client boot image? [192.168.1.200] 

Achtung hier (DNS) muss die Serverip eingetragen sein!

Would you like to change the default network interface from eth0?
If you are not sure, select No. [y/N]N
Would you like to use the FOG server for dhcp service? [Y/n] Y
FOG now has everything it needs to setup your server, but please
understand that this script will overwrite any setting you may
have setup for services like DHCP, apache, pxe, tftp, and NFS.
It is not recommended that you install this on a production system
as this script modifies many of your system settings.
This script should be run by the root user on Fedora, or with sudo on Ubuntu.
Here are the settings FOG will use:
Distro: Ubuntu
Installation Type: Normal Server
Server IP Address: 192.168.1.200
DHCP router Address: 192.168.1.254
DHCP DNS Address: 192.168.1.200
Interface: eth0
Using FOG DHCP: 1
Are you sure you wish to continue (Y/N) Y
Would you like to notify the FOG group about this installation?
* This information is only used to help the FOG group determine
if FOG is being used. This information helps to let us know
if we should keep improving this product.
Send notification? (Y/N)N

Wichtig: Nach Fertigstellung der Installation das in der FOG-Installation eingegebene MSQL-Passwort setzen und Server rebooten. Folgende Dateien editieren:

mcedit /opt/fog/service/etc/config.php
mcedit /var/www/fog/commons/config.php
define( "MYSQL_PASSWORD", "geheim" );

Fogserver aufrufen: http://192.168.1.200/fog

Username: fog
Password: password 
 
siss/installation.txt · Zuletzt geändert: 2010/08/29 00:25 von t.kraler
 
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki