Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
faq:prerequisites_and_system_requirements [2019/04/17 07:19]
poulm removed minimal configuration
faq:prerequisites_and_system_requirements [2019/08/14 14:59]
poulm typos
Line 13: Line 13:
 | Memory              | 16 GiB RAM and more                                                | | Memory              | 16 GiB RAM and more                                                |
 | Disk                | A minimum of 250 GiB or more; The required disk space depends on the connected systems and the volume of managed data.  | | Disk                | A minimum of 250 GiB or more; The required disk space depends on the connected systems and the volume of managed data.  |
 +| OS                  | CentOS/RHEL 7 x86_64 or later (in minimal installation) or Windows server 2012 or later                        |
 +| Virtualization      | CzechIdM supports run in virtualized environments depending on the supported OS.                                                                                                                   
 +|
 +
 +=== Minimal configuration ===
 +
 +This configuration is intended only for limited testing purposes. 
 +
 +^ Category            ^ Requirement                                                                                                    ^
 +| Processor           | 4 cores                                                                                             |
 +| Memory              | 10 GiB RAM                                                 |
 +| Disk                | A minimum of 150 GiB or more; The required disk space depends on the connected systems and the volume of managed data.  |
 | OS                  | CentOS/RHEL 7 x86_64 or later (in minimal installation) or Windows server 2012 or later                        | | OS                  | CentOS/RHEL 7 x86_64 or later (in minimal installation) or Windows server 2012 or later                        |
 | Virtualization      | CzechIdM supports run in virtualized environments depending on the supported OS.                                                                                                                   | | Virtualization      | CzechIdM supports run in virtualized environments depending on the supported OS.                                                                                                                   |
  
-=== HDD partitioning === 
-Recommended disk partitioning on Linux servers. 
  
-Typical disk partitions are:+=== HDD partitioning === 
 +Required disk partitioning on Linux servers:
 ^ Partition            ^ Description                                                                                                    ^ ^ Partition            ^ Description                                                                                                    ^
 | "/boot"           | With minimum size 512MB, recomended size 1GiB.                                                                                           | | "/boot"           | With minimum size 512MB, recomended size 1GiB.                                                                                           |
-| "/"              | With LVM and filesystem ext4 or xfs. |  +| "/"              | With LVM and filesystem ext4 or xfs. size at least 250GB |  
 | |
 If you would like have to have more splitted configuration use this partitions: If you would like have to have more splitted configuration use this partitions:
 ^ Partition            ^ Description     ^ Partition            ^ Description    
 | "/boot"          | With minimum size 512MB. Recomended size is 1GiB.  | | "/boot"          | With minimum size 512MB. Recomended size is 1GiB.  |
-| "/"              | With LVM and filesystem ext4 or xfs with size for system.|+| "/"              | With LVM and filesystem ext4 or xfs with size for system|
 | "/opt"           | With LVM and filesystem ext4 or xfs. Where size ratio of opt:var is 1:4. *                  | | "/opt"           | With LVM and filesystem ext4 or xfs. Where size ratio of opt:var is 1:4. *                  |
 | "/var"           | With LVM and filesystem ext4 or xfs. *                                                                                                                  | "/var"           | With LVM and filesystem ext4 or xfs. *                                                                                                                 
  • by poulm