Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
= Installation of zg-2.softxs.ch = == Hardware == 1. 2 x Intel Xeon E5504, 2.0 GHz, e.g. 2 x quad-core 1. 32 GB Main Memory 1. 500 GB SSD, ''Samsung SSD 840'' 1. 2 x 4 TB disk drives, ''WDC WD4001FAEX-0'' 1. Ensure '''''VT-x''''' is enabled in the BIOS == Disk Partitions == == Memory Stick Preparation == 1. Download Ubuntu Server 16.04.2 LTS * [[http://releases.ubuntu.com/16.04]] 1. Use ''lsblk'' command to find USB device 1. Command to download and copy of memory stick: {{{ cd /home/backup wget http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso dd bs=4M if=ubuntu-16.04.2-server-amd64.iso of=/dev/sdd }}} 1. Memory stick should boot == Unbuntu Installation == 1. Boot from Memory Stick 1. Language: ''English'' (install language) 1. Install: ''Install Ubuntu Server'' 1. Language: ''English'' 1. Location: ''Other --> Europe --> Switzerland'' 1. Configure Locales: ''United States en_US.UTF-8'' 1. Configure keyboard: ''English (US) --> English (US)'' 1. Ethernet: {{{ enp0s25 <-- Select this one (where cable is plugged in) enp1s0 }}} 1. Hostname: ''zg-2'' 1. User: * Full name: ''Alan Hodgkinson'' * User name: ''alan'' * Password: ''*****'' 1. Encrypt home directory: ''No'' 1. Time zone: ''Europe/Zurich'' 1. Partitions: * Unmount Partitions in use: ''Yes'' (''/dev/sdb'') 1. Partition disks: ''Manually'' {{{ SCSI1 (0,0,0) sda #1 4 TB SCSI1 (0,1,0) sdb Part. Label Size Mount Point Types/Notes ------------------------------------------------------------- #1 zg2_boot 1 GB /boot ext4, bootable #2 N/A 16 GB swap #3 zg2_root 16 GB / ext4 #4 zg2_tmp 32 GB /tmp ext4 #5 zg2_home 435 GB /home ext4 SCSI2 (0,0,0) sdc #1 4 TB }}} 1. ''System installed...'' 1. Configure Package Manager: HTTP Proxy: ''none'' 1. Configuring toolset: ''No automatic updates'' 1. Software Selection: Select the following (leave everything else unselected): * ''Open SSH server'' * ''Standard system utilities'' 1. Install GRUB boot loader on hard disk: ''Yes'', /dev/sdb, SAMSUNG_SSD_... == Software RAID Setup == == Puppet Installation == |
V2 and MAPS Setup in Production
This Page Is Incomplete
Introduction
This pages describe how to setup MAPS and V2 systems in a production environment such that MAPS is used for authentication management for V2 systems.
Two use cases are considered:
- Installation of prototype systems
- Installation of a true customer facing production system
Installation of zg-2.softxs.ch
Hardware
- 2 x Intel Xeon E5504, 2.0 GHz, e.g. 2 x quad-core
- 32 GB Main Memory
500 GB SSD, Samsung SSD 840
2 x 4 TB disk drives, WDC WD4001FAEX-0
Ensure VT-x is enabled in the BIOS
Disk Partitions
Memory Stick Preparation
- Download Ubuntu Server 16.04.2 LTS
Use lsblk command to find USB device
- Command to download and copy of memory stick:
cd /home/backup wget http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso dd bs=4M if=ubuntu-16.04.2-server-amd64.iso of=/dev/sdd
- Memory stick should boot
Unbuntu Installation
- Boot from Memory Stick
Language: English (install language)
Install: Install Ubuntu Server
Language: English
Location: Other --> Europe --> Switzerland
Configure Locales: United States en_US.UTF-8
Configure keyboard: English (US) --> English (US)
- Ethernet:
enp0s25 <-- Select this one (where cable is plugged in) enp1s0
Hostname: zg-2
- User:
Full name: Alan Hodgkinson
User name: alan
Password: *****
Encrypt home directory: No
Time zone: Europe/Zurich
- Partitions:
Unmount Partitions in use: Yes (/dev/sdb)
Partition disks: Manually
SCSI1 (0,0,0) sda #1 4 TB SCSI1 (0,1,0) sdb Part. Label Size Mount Point Types/Notes ------------------------------------------------------------- #1 zg2_boot 1 GB /boot ext4, bootable #2 N/A 16 GB swap #3 zg2_root 16 GB / ext4 #4 zg2_tmp 32 GB /tmp ext4 #5 zg2_home 435 GB /home ext4 SCSI2 (0,0,0) sdc #1 4 TB
System installed...
Configure Package Manager: HTTP Proxy: none
Configuring toolset: No automatic updates
- Software Selection: Select the following (leave everything else unselected):
Open SSH server
Standard system utilities
Install GRUB boot loader on hard disk: Yes, /dev/sdb, SAMSUNG_SSD_...
Software RAID Setup