stepbystep:osstorage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
stepbystep:osstorage [2021/03/01 15:36]
giancarlo created
stepbystep:osstorage [2021/03/11 18:22] (current)
giancarlo
Line 1: Line 1:
 +<nav type="tabs" fade="true">
 +  * [[:start|HOME]]
 +  * [[:stepbystep|Step by Step]]
 +  * [[stepbystep:vm|Server]]
 +  * [[stepbystep:osstorage|OS and storage]]
 +  * [[stepbystep:baseservices|Base services]]
 +  * [[stepbystep:drupal|Drupal 9]]
 +  * [[stepbystep:archi1|Archipelago]]
 +  * [[stepbystep:maintenance|Maintenance]]
 +</nav>
 ====== OS and storage ====== ====== OS and storage ======
  
Line 4: Line 14:
   * Tasksel: SSH server   * Tasksel: SSH server
  
 +==== Root storage ====
  
 +<WRAP center round box 60%>
 +<code>
 +sda                         8:   0   20G  0 disk
 +├─sda1                      8:1    0    1M  0 part
 +├─sda2                      8:2    0    1G  0 part /boot
 +└─sda3                      8:3    0   19G  0 part
 +  └─ubuntu--vg-ubuntu--lv 253:0    0   19G  0 lvm  /
 +</code>
 +</WRAP>
 +==== Data storage ====
 +
 +  * SOLR index (5 GB)
 +  * Cantaloupe cache (15 GB)
 +  * Repository data (10 GB)
 +<WRAP center round box 60%>
 +<code>
 +sdb                         8:16     30G  0 disk
 +├─data--vg-solr           253:   0    5G  0 lvm  /srv/solr
 +├─data--vg-repo           253:   0   10G  0 lvm  /srv/repo
 +└─data--vg-canta          253:2    0   15G  0 lvm  /srv/canta
 +</code>
 +</WRAP>
  
  • stepbystep/osstorage.1614609379.txt.gz
  • Last modified: 2021/03/01 15:36
  • by giancarlo