...
Example of drafting hardware requirements
Device | Required resource | Hardware product series |
|---|
MCL | MUL
|
|---|
Server 1 | 2500 | 15000 | Heavy |
After determining the requirements of the project, create a preliminary network map.
...
- After booting from the installation media, select "Install Ubuntu Server"
- Select the system language and keyboard layout
- Configure the network interface to connect to the Internet
- Create disk partitions according to Table 1
- Configure server and user names
- Install OpenSSH server
- Reboot the successfully installed OS
| Раскрыть |
|---|
| title | Установка ОС Ubuntu Ubuntu Server 22.04 installation |
|---|
|
| include-Установка ОС Ubuntu | page | |
| панель |
|---|
| Image Added
|
| панель |
|---|
| title | Continue without update |
|---|
| Image Added
|
| панель |
|---|
| title | Keyboard configuration |
|---|
| Image Added
|
| панель |
|---|
| title | Выбираем стандартную установку Ubuntu Сервер |
|---|
| Image Added
|
| панель |
|---|
| title | Select Eht: the interface for installing Ubuntu (it should have internet access). |
|---|
| Image Added
|
| панель |
|---|
| title | Set the IP address for internet access (DHCP cannot be used). |
|---|
| Image Added
|
| панель |
|---|
| title | Proxy server cannot be used (if it is used in your project, please specify) |
|---|
| Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| title | Create partitions on the disk, using LVM |
|---|
| Image Added
|
| панель |
|---|
| title | By default, two partitions are created: /boot and /, we keep /boot and delete /. First, unmount |
|---|
| Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| title | Create partitions according to the dimensions specified in the table below |
|---|
| Image Added
|
| панель |
|---|
| title | root size 30 Gb, mount point / |
|---|
| Image Added
|
| панель |
|---|
| title | mnesia size 30 Gb, mount point /var/lib/ecss |
|---|
| Image Added
|
| панель |
|---|
| title | log size 20 Gb, mount point /var/log |
|---|
| Image Added
|
| панель |
|---|
| title | mysql, size 30G, mount point - /var/lib/mysql |
|---|
| Image Added
|
| панель |
|---|
| title | ecss_log, size 20 Gb, mount point /var/log/ecss |
|---|
| Image Added
|
| панель |
|---|
| title | ecss_db, size 100 Gb, mount point- /var/lib/ecss-mysql |
|---|
| Image Added
|
| панель |
|---|
| title | home, size 10 Gb, mount point - /home |
|---|
| Image Added
|
| панель |
|---|
| title | glusterfs - for the cluster / for a single host - restfs, size - all remaining disk space, mount point - /var/lib/ecss/glusterfs - for the cluster, and /var/lib/ecss/restfs - for a single server |
|---|
| Image Added
|
| панель |
|---|
| title | obtained configuration |
|---|
| Image Added Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| title | Create a user and a hostname, in ECSS10 the recommended hostname is ecss1/ecss2 (used for license integration), username (in the example abf / password at your discretion) |
|---|
| Image Added
|
| панель |
|---|
| title | When installing, select Free installation: |
|---|
| Image Added
|
| панель |
|---|
| title | When installing Ubuntu Linux, install openSSH for remote management |
|---|
| Image Added
|
| панель |
|---|
| Image Added
|
| панель |
|---|
| title | Wait for the message to appear - Restart now |
|---|
| Image Added
|
| панель |
|---|
| title | Remove the installation disk/flash drive and press Enter |
|---|
| Image Added
Ubuntu Linux Server has been installed. |
|
Установка ОС Ubuntu Server 22.04
|---|
Table1 — An option for storing information in a file system on physical media for servers
| 1 | Operating system boot partition (created automatically) | boot | raid 1: hdd1, hdd2 | boot | /boot | ext4 | 1 GB | Primary |
| 2 | Operating system root partition | root | raid 1: hdd1, hdd2 | root | / | ext4 | 30 GB | Logical |
| 3 | Local database information | mnesia | raid 1: hdd1, hdd2 | mnesia | /var/lib/ecss | ext4 | 10 GB | Logical |
| 4 | Distributed database for storing media resources | glusterfs | raid 1: hdd1, hdd2 или hdd3 | glusterfs | /var/lib/ecss/glusterfs* | ext4 | Max GB | Logical |
| 5 | OS subsystem operation logs | log | raid 1: hdd1, hdd2 или hdd3 | log | /var/log | ext4 | 20 GB | Logical |
| 6 | ECSS subsystem operation logs | ecss_log | raid 1: hdd1, hdd2 или hdd3 | ecss_log | /var/log/ecss | ext4 | 20 GB | Logical |
| 7 | Databases | ecss_db | raid 1: hdd1, hdd2 или hdd3 | ecss_db | /srv/ecss/ecss-postgres-bdr-ssw/ | ext4 | 100–400 GB** | Logical |
| 8 | User files | home | raid 1: hdd1, hdd2 или hdd3 | home | /home | ext4 | 10 GB | Logical |
| Примечание |
|---|
* If the server will not work in a cluster, then a partition /var/lib/ecss/restfs is created instead of glusterfs. ** The recommended value for series Light, Light+, Midi is 100 GB. The recommended value for series Heavy is 200 GB, for Super Heavy is 400 GB. |
...