Diese Installationsanleitung für VMs für DB Masters Oracle und PostgreSQL Workshops ermöglicht Ihnen das vorbereiten der benötigten VM auf Ihrem Rechner/Notebook.
Oracle Enterprise Linux 7.9
Die Anleitung basiert auf Oracle Enterprise Linux 7.9 und wird sowohl für die PostgreSQL Workshops als auch alle Oracle Datenbank Workshops, die auf Oracle XE aufbauen, verwendet.
VM Konfiguration
- 2 Cores (für Tuning Workshops, sollte man 4 Cores vorsehen)
- 8 GB Memory
- 128GB HDD (dynamisch vergrößern einstellen, in der Regel reichen aber auch 64GB)
Oracle Linux Installation
- Von dem OL 7.9 ISO ( V1003434-01.iso ) booten (Download von https://edelivery.oracle.com )
- Install Oracle Linux 7.9
- Sprache: Englisch belassen
- Date & Time: Europe / Vienna
- Keyboard: German (no dead keys) als einzige Tastatur konfigurieren
- Software Selection: Minimal Install
- KDUMP: disable
- Installation Destination
- "I will configure partitioning" --> DONE
- "Click here to create them automatically"
- /boot = 2 GiB
- /home = 8 GiB
- swap = 4 GiB
- / = der rest
- DONE --> Accept Changes
- Network & Hostname
- Ethernet auf ON stellen
- Hostname sinnvoll waehlen
- Configure: IPv4 / IPv6 Einstellungen nach Bedarf anpassen > SAFE
- DONE
- Security Policy: no profile selected
- Begin Installation
- root passwort vergeben --> DONE
- REBOOT
Herzlichen Glückwunsch, Sie haben Oracle Linux 7.9 erfolgreich installiert.
Anpassungen und Installation der nötigen Produkte
Melden Sie sich als root mittels eines SSH Tools - Beispielsweise Putty - an.
Funktioniert das Internet?
ping 8.8.8.8
Software Installation
yum-config-manager --enable ol7_optional_latest
yum -y install rsync xterm ntpdate wget tigervnc-server oracle-database-preinstall-19c xclock java-1.8.0-openjdk.x86_64
cd /tmp
wget https://yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/xorg-x11-twm-1.0.3-5.1.el6.x86_64.rpm
yum -y install xorg-x11-twm-1.0.3-5.1.el6.x86_64.rpm
rm -f /tmp/xorg-x11-twm-1.0.3-5.1.el6.x86_64.rpm
Startup anpassen
systemctl enable ntpdate
systemctl start ntpdate
systemctl stop firewalld
systemctl disable firewalld
Benutzer Oracle Passwort setzen - beispeilsweise auf “oracle”
passwd oracle
Host korrekt in /etc/hosts eintragen
ip a # ermitteln der IP Adresse
hostname # ermitteln des Hostnamens
echo <ipadresse> <hostname>.local <hostname>.shared <hostname> >>/etc/hosts
Alle weiteren Schritte sind jetzt workshopspezifisch. Sie erhalten eine detaillierte Installations- und Konfigurationsanleitung zu Kursbeginn.