Version 2 (modified by 6 years ago) ( diff ) | ,
---|
VM Installation
You will be required to have two virtual machines (VM) to do the installation. You may use any visualized platform of your preference,
Create VM 1 with following,
VM 1: (for the installation of Ldap and IDP) Server name: idp.instXX.ac.lk RAM: 2GB Storage: 10GB Network: Bridged
Create VM 2 with following,
VM 2: (for the installation of SP) Server Name: sp.instXX.ac.lk RAM: 512MB Storage: 10GB Network: Bridged
Download the ubuntu 18.04.1 server software from the local ftp server (ftp://192.248.6.201/ubuntu-18.04.1-live-server-amd64.iso) and mount it as the installation media.
At the IP Address setup page please use the relevant details according to the IP Table from here.
Use DNS as 192.248.6.201 and search address as instXX.ac.lk where XX is the two digit id number assigned to you.
If the installation asks for a nearest repository please use "ftp://192.248.6.201/ubuntu"
Create the default user as:
user: adminiam
pass: iam@2018
Continue with the default setup.
Once the setup if finished and you restart the fresh installation, log in to the server and change to root user by
sudo su
Change the timezone to match SL time
timedatectl set-timezone Asia/Colombo
Check the time by
date
then add the local repository by changing the apt source.list by
vim /etc/apt/sources.list
with the content,
deb ftp://192.248.6.201/ubuntu bionic main restricted deb-src ftp://192.248.6.201/ubuntu bionic main restricted
deb ftp://192.248.6.201 bionic-updates main restricted deb-src ftp://192.248.6.201/ubuntu bionic-updates main restricted
deb ftp://192.248.6.201/ubuntu bionic universe deb-src ftp://192.248.6.201/ubuntu bionic universe deb ftp://192.248.6.201/ubuntu bionic-updates universe deb-src ftp://192.248.6.201/ubuntu bionic-updates universe
deb ftp://192.248.6.201/ubuntu bionic multiverse deb-src ftp://192.248.6.201/ubuntu bionic multiverse deb ftp://192.248.6.201/ubuntu bionic-updates multiverse deb-src ftp://192.248.6.201/ubuntu bionic-updates multiverse
deb ftp://192.248.6.201/ubuntu bionic-backports main restricted universe multiverse deb-src ftp://192.248.6.201/ubuntu bionic-backports main restricted universe multiverse
deb ftp://192.248.6.201/ubuntu bionic-security main restricted deb-src ftp://192.248.6.201/ubuntu bionic-security main restricted deb ftp://192.248.6.201/ubuntu bionic-security universe deb-src ftp://192.248.6.201/ubuntu bionic-security universe deb ftp://192.248.6.201/ubuntu bionic-security multiverse deb-src ftp://192.248.6.201/ubuntu bionic-security multiverse
Then update the apt list and do a upgrade
apt update
apt upgrade