This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
alicecrunchwip [2020/06/12 16:31] florido [2020612] |
alicecrunchwip [2021/01/19 17:09] (current) florido [TODO] |
||
|---|---|---|---|
| Line 78: | Line 78: | ||
| * Configure networking: DONE :-D | * Configure networking: DONE :-D | ||
| * Configure maintenance interface: DONE :-D | * Configure maintenance interface: DONE :-D | ||
| - | * Configure monitoring server: DONE :-D | + | * Configure HW monitoring server: ongoing FIXME |
| + | * Configure machine os and services DONE :-D | ||
| + | * Configure hardware monitoring FIXME | ||
| + | * Configure user access to monitor FIXME | ||
| + | * add NIS auth but with local folders? VS dedicated user with access to specific hw? | ||
| * Install system: DONE :-D | * Install system: DONE :-D | ||
| * Create RAID6: DONE :-D | * Create RAID6: DONE :-D | ||
| * Find best settings, discuss with users DONE :-D | * Find best settings, discuss with users DONE :-D | ||
| - | * Configure system: ongoing FIXME | + | * Configure system: ongoing DONE :-D |
| * Configure firewall DONE :-D | * Configure firewall DONE :-D | ||
| * Test fallback operating system in case of failure FIXME | * Test fallback operating system in case of failure FIXME | ||
| - | * Configure config management system. Maybe chance to test ansible :?: | + | * Configure config management system. Testing **ansible** DONE :-D |
| - | * Create admin users :?: | + | * Enable snmp monitoring DONE :-D |
| + | * add server to monitor DONE :-D | ||
| + | * Create admin users ongoing DONE :-D | ||
| + | * generic alice user DONE :-D | ||
| + | * give admin permissions to relevant alice users DONE :-D | ||
| * Format and connect RAID6 disk DONE :-D | * Format and connect RAID6 disk DONE :-D | ||
| - | * User services (tasks mainly to be done by admin users): :?: | + | * Configure RAID monitoring DONE :-D |
| - | * Create users :?: | + | * User services (tasks mainly to be done by admin users): DONE :-D |
| - | * Create folders :?: | + | * Create users DONE :-D |
| + | * Create folders DONE :-D | ||
| * Share folders across servers (requires installing new services) :?: | * Share folders across servers (requires installing new services) :?: | ||
| - | * Install ALICE software :?: | + | * Install ALICE software DONE :-D by ALICE members |
| * More details here :?: | * More details here :?: | ||
| - | * Move data :?: | + | * Move data DONE :-D helped with more performing script |
| + | * Documentation | ||
| + | * Write a page on how to manage the system FIXME | ||
| + | * Started on [[:alicebeast]] | ||
| + | * Must be only accessible by admins | ||
| + | * Must include system description above here | ||
| + | * Must describe common procedures | ||
| + | * Ask if users want remote X11 - NO | ||
| ===== Logbook ===== | ===== Logbook ===== | ||
| - | + | ==== 202101** ==== | |
| - | ==== 20206** ==== | + | |
| * new entry | * new entry | ||
| + | ==== 20210119 ==== | ||
| + | * Configured RAID monitoring | ||
| + | |||
| + | ==== 2020616 ==== | ||
| + | * Configured system to be managed remotely via ansible | ||
| + | * Changed sshd_config | ||
| + | * Added management keys to root user | ||
| + | * Management currently done via my workstation, may change in the future. | ||
| + | * Installed basic software | ||
| + | * Created alice admin user | ||
| + | * Installed basic build software | ||
| ==== 2020612 ==== | ==== 2020612 ==== | ||
| * Formatted RAID volume as xfs <code bash>mkfs.xfs -f -d su=1m,sw=5 -L alicedisk /dev/sda</code> | * Formatted RAID volume as xfs <code bash>mkfs.xfs -f -d su=1m,sw=5 -L alicedisk /dev/sda</code> | ||
| * Shows a warning but should be harmless | * Shows a warning but should be harmless | ||
| - | | su=1m | 1MB strip size | | + | |
| - | | sw=5 | 5 RAID disks (+2 parity) | | + | ^ su=1m | 1MB strip size | |
| - | | -L alicedisk | xfs label | | + | ^ sw=5 | 5 RAID disks (+2 parity) | |
| - | | /dev/sda | the raid shown as a device to the kernel | | + | ^ -L alicedisk | xfs label | |
| - | * created folder /disk | + | ^ /dev/sda | the raid shown as a device to the kernel | |
| + | |||
| + | * created folder ''/disk'' | ||
| * created entry in fstab for disk based on UUID:<code ini># RAID disk | * created entry in fstab for disk based on UUID:<code ini># RAID disk | ||
| UUID=0d4a40e5-084e-404f-9219-6c3645929ec2 /disk xfs rw,seclabel,relatime,attr2,inode64,sunit=2048,swidth=10240,noquota 0 0</code> | UUID=0d4a40e5-084e-404f-9219-6c3645929ec2 /disk xfs rw,seclabel,relatime,attr2,inode64,sunit=2048,swidth=10240,noquota 0 0</code> | ||