Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.01 KB

python-installer.sh - Detect OS type and installs appropriate python2.7 and python3.4 environment.

oracle-ntp-dns.py - Detects OS type, download and configures DNS and NTP servers.

The jinja2temps/iplist file contains IP configuration for DNS and NTP servers. If you intend to use different IPs please edit the file content to correspond to your environment. Please adhere the following rules while changing the configuration: each IP address must follow the sting starting from #.

iplist file template:
# vmrac1.rac.lan
192.168.56.110
# vmrac2.rac.lan
192.168.56.111
# vmrac1-vip.rac.lan
192.168.56.112
# vmrac2-vip.rac.lan
192.168.56.113
# rac-scan.rac.lan
192.168.56.114
192.168.56.115
192.168.56.116

The script asks to input an IP address of the DNS server (local or remote), user name and password of privileged user and domain name which will be used for Oracle Public Network.