Difference between revisions of "Cluster der kan alt"
From Teknologisk videncenter
(→Lab environment on local PC) |
(→Lab environment on local PC) |
||
Line 29: | Line 29: | ||
#[[/Install DHCP server|Install and configure DHCP server]] | #[[/Install DHCP server|Install and configure DHCP server]] | ||
#[[/Install DNS server|Install and configure DNS server]] | #[[/Install DNS server|Install and configure DNS server]] | ||
+ | #[[/Routing NAT and NIS|Configure Routing NAT and NIS]] | ||
== Udvikling fase 1 == | == Udvikling fase 1 == |
Revision as of 13:09, 4 November 2013
Introduktion
At udvikle et Ubuntu cluster installationsmetode og implementere den fysisk således at programmer kan afvikles.
metode
Installationsmetoden udvikles på ESXi og implementeres på de fysiske servere.
Mål
- En master
- minimum to noder
- automatiseret installation af noder. (Så godt som muligt)
- automatiseret oprettelse af brugere LDAP eller NIS
- MPI
Lab environment on local PC
UPDATE FALL 2013 Under construction
This lab environment is build upon the virtual platform VMware Workstation and Ubuntu-Server 12.04.3 64Bit (ubuntu-12.04.3-server-amd64.iso) as cluster and nodes OS. Ubuntu server can be downloeded here
This guide will guide you though how to build a virtual Linux/Ubuntu cluster lab environment on your local machine. This environment can later be implemented on the real cluster.
- Create master and nodes machine
- Install master
- Install and configure DHCP server
- Install and configure DNS server
- Configure Routing NAT and NIS
Udvikling fase 1
- Installer ESXi
- Installer Ubuntu Master
- Installer og konfigurer DHCP server
- Installer og konfigurer DNS server
- Routening og NAT gennem Master
- LDAP eller NIS til user login på noder
- Tilføjelse af ny klient
- PXE installation af noder
- NFS Server til netværk shares
- apt-cacher installation
- Auto SSH login på noder uden at skrive pass
- Kickstart fil til installation af noder
- Overvågning med MRTG
- Distributed Shell dsh
- Installation af openMPI og MPICH
- Installation af OpenCV
- InfiniBand
Test af head installation på fysisk maskine
Udvikling fase 2
- Tilpasning af SW og konfigurationsfiler til noder
Udvikling fase 3
- Installation af SAN
Udvikling fase 4
- Installation af fysiske maskiner
Netværk
- Qlogic switch
- Telnet eller http: til 172.16.4.11 (username admin password adminpass)
- 3550 Gb switch
- Telnet til 172.16.4.88 password cisco
Hastighed
Infinibands hastighed er 4.38 Gbits/sec
Harddisk partitionering
På det rigtige cluster er partitioneringen lavet som følger:
- /
- ext4 5GB
- /tmp
- ext4 10GB
- /var
- ext4 15GB
- /boot
- ext4 2GB
- /usr
- ext4 50GB
- swap
- swap 2xRAM
- /home
- ext4 resterende plads - 10GB