Difference between revisions of "Cluster der kan alt"
From Teknologisk videncenter
(→Lab environment på lokale maskiner) |
|||
Line 19: | Line 19: | ||
== Lab environment på lokale maskiner == | == Lab environment på lokale maskiner == | ||
− | ''' | + | '''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 [http://www.ubuntu.com/download/server| 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 to the real cluster. | |
− | #[[/Oprettelse af master og nodes maskiner| | + | #[[/Oprettelse af master og nodes maskiner|Create master and nodes machine]] |
− | #[[/Installation af master| | + | #[[/Installation af master|Install master]] |
== Udvikling fase 1 == | == Udvikling fase 1 == |
Revision as of 09:18, 1 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 på lokale maskiner
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 to the real cluster.
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