-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'peek-1326' into 'master'
PEEK-1326 Added setup OS requirements RHEL8 See merge request peek/community/synerty-peek!97
- Loading branch information
Showing
18 changed files
with
163 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,8 @@ MANIFEST | |
.scannerwork/ | ||
|
||
# gitlab token | ||
.gitlabtoken | ||
.gitlabtoken | ||
|
||
# sphinx builds | ||
doc_dist | ||
doc_dist_latex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...irements_rhel/SetupOSRequirementsRhel.rst → ...rements_rhel/SetupOSRequirementsRhel7.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 152 additions & 0 deletions
152
docs/setup_os_requirements/setup_os_requirements_rhel/SetupOSRequirementsRhel8.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
.. _setup_os_requirements_rhel8: | ||
|
||
============================ | ||
Setup OS Requirements RHEL 8 | ||
============================ | ||
|
||
|
||
Please follow the :ref:`setup_os_requirements_rhel7` **except for updates in | ||
Section Starting off and Section Partition Table.** | ||
|
||
|
||
Staring Off | ||
~~~~~~~~~~~ | ||
|
||
#3 Goto the **INSTALLATION DESTINATION** screen | ||
|
||
The following partitioning is recommended for DEV peek virtual machines. | ||
|
||
Select: :: | ||
|
||
Custom | ||
|
||
.. image:: rhel8_installation_destination.png | ||
|
||
Select **Done**. | ||
|
||
Partition Table | ||
~~~~~~~~~~~~~~~ | ||
|
||
We'll be creating partitions, `/boot`, `/`, `swap`, `/var`, `/usr`, `/tmp` and | ||
`/home`, with one virtual logical volume per mount point. | ||
|
||
Having one virtual logical volume per mount point allows VM | ||
software to easily expand the disk and filesystem as required. | ||
|
||
---- | ||
|
||
Select **LVM** | ||
|
||
Again, This is to allow the virtual machine software to expand the DEV server | ||
disks more easily. | ||
|
||
.. image:: rhel8_lvm.png | ||
|
||
---- | ||
|
||
Add the partitions, for each partition, click the plus. | ||
|
||
.. image:: rhel8_new_partition.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/boot** | ||
|
||
Set the size to **1g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_boot.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **swap** | ||
|
||
Set the size to **10g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_swap.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/** | ||
|
||
Set the size to **5g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_root.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/tmp** | ||
|
||
Set the size to **5g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_tmp.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/usr** | ||
|
||
Set the size to **5g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_usr.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/var** | ||
|
||
Set the size to **5g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_var.png | ||
|
||
---- | ||
|
||
Set the Mount Point to **/home** | ||
|
||
Set the size to **10g** | ||
|
||
Click **Add mount point** | ||
|
||
.. image:: rhel8_new_mount_home.png | ||
|
||
---- | ||
|
||
And finally, go to any mount point and click 'Modify' to rename Volume Group. | ||
|
||
.. image:: rhel8_rename_vg_step1.png | ||
|
||
Rename it as `rootvg` | ||
|
||
.. image:: rhel8_rename_vg_step2.png | ||
|
||
Click **Save** | ||
|
||
---- | ||
|
||
You should have a partition layout as follows, Click **Done** | ||
|
||
.. image:: rhel8_example_partition.png | ||
|
||
---- | ||
|
||
Click **Accept Changes** | ||
|
||
|
||
.. image:: rhel8_confrm_partition.png | ||
|
||
|
||
|
||
What Next? | ||
---------- | ||
|
||
Refer back to the :ref:`how_to_use_peek_documentation` guide to see which document to | ||
follow next. |
Binary file added
BIN
+125 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_confrm_partition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+190 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_example_partition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+84.4 KB
...p_os_requirements/setup_os_requirements_rhel/rhel8_installation_destination.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.3 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.6 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_root.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.4 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_swap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.1 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_tmp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.2 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_usr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.2 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_mount_var.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+77 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_new_partition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+193 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_rename_vg_step1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+50.9 KB
docs/setup_os_requirements/setup_os_requirements_rhel/rhel8_rename_vg_step2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.