Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

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-
A Shared Block
shared-block-key
Установка ОС Ubuntu
Ubuntu Server 22.04
page
installation
панель
titleSelect language

Image Added

панель
titleContinue without update

Image Added

панель
titleKeyboard configuration

Image Added


панель
titleВыбираем стандартную установку Ubuntu Сервер

Image Added


панель
titleSelect Eht: the interface for installing Ubuntu (it should have internet access).

Image Added

панель
titleSet the IP address for internet access (DHCP cannot be used).

Image Added

панель
titleProxy server cannot be used (if it is used in your project, please specify)

Image Added

панель
titleDefault

Image Added

панель
titleCreate partitions on the disk, using LVM

Image Added

панель
titleBy default, two partitions are created: /boot and /, we keep /boot and delete /. First, unmount

Image Added

панель
titleThen delete

Image Added

панель
titleConfirm deletion

Image Added

панель
titleLeave only /boot

Image Added

панель
titleCreate 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

панель
titlemysql, size 30G, mount point - /var/lib/mysql

Image Added

панель
title ecss_log, size 20 Gb, mount point  /var/log/ecss

Image Added

панель
titleecss_db, size 100 Gb, mount point-  /var/lib/ecss-mysql

Image Added

панель
titlehome, size 10 Gb, mount point -  /home

Image Added

панель
titleglusterfs - 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

панель
titleobtained configuration

Image AddedImage Added

панель
titleConfirm

Image Added

панель
titleCreate 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

панель
titleWhen installing, select Free installation:

Image Added

панель
titleWhen installing Ubuntu Linux, install openSSH for remote management

Image Added

панель
titleConfirm

Image Added

панель
titleWait for the message to appear - Restart now

Image Added

панель
titleRemove 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

1Operating system boot partition (created automatically)bootraid 1: hdd1, hdd2boot/bootext41 GBPrimary
2Operating system root partitionrootraid 1: hdd1, hdd2root/ext430 GBLogical
3Local database informationmnesiaraid 1: hdd1, hdd2mnesia/var/lib/ecssext410 GBLogical
4Distributed database for storing media resourcesglusterfsraid 1: hdd1, hdd2 или hdd3glusterfs/var/lib/ecss/glusterfs*ext4Max GBLogical
5OS subsystem operation logslograid 1: hdd1, hdd2 или hdd3log/var/logext420 GBLogical
6ECSS subsystem operation logsecss_lograid 1: hdd1, hdd2 или hdd3ecss_log/var/log/ecssext420 GBLogical
7Databasesecss_dbraid 1: hdd1, hdd2 или hdd3ecss_db/srv/ecss/ecss-postgres-bdr-ssw/ext4100–400 GB**Logical
8User fileshomeraid 1: hdd1, hdd2 или hdd3home/homeext410 GBLogical


Примечание

* 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.

...