Skip to content

Commit

Permalink
Merge branch 'peek-1326' into 'master'
Browse files Browse the repository at this point in the history
PEEK-1326 Added setup OS requirements RHEL8

See merge request peek/community/synerty-peek!97
  • Loading branch information
llouislu committed Nov 4, 2021
2 parents 09c8142 + 90ed0b9 commit 4a4e546
Show file tree
Hide file tree
Showing 18 changed files with 163 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ MANIFEST
.scannerwork/

# gitlab token
.gitlabtoken
.gitlabtoken

# sphinx builds
doc_dist
doc_dist_latex
3 changes: 2 additions & 1 deletion docs/setup_os_requirements/IndexSetupOSRequirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Setup OS Requirements

setup_os_requirements_windows/SetupOSRequirementsWindows
setup_os_requirements_macos/SetupOSRequirementsMacOS
setup_os_requirements_rhel/SetupOSRequirementsRhel
setup_os_requirements_rhel/SetupOSRequirementsRhel7
setup_os_requirements_rhel/SetupOSRequirementsRhel8
setup_os_requirements_debian/SetupOSRequirementsDebian

What Next?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _setup_os_requirements_rhel:
.. _setup_os_requirements_rhel7:

==========================
Setup OS Requirements RHEL
==========================
============================
Setup OS Requirements RHEL 7
============================

This section describes how to perform the setup for Red Hat Linux Server 7.7. The Peek platform
is designed to run on Linux.
Expand Down
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.
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.
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.
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.
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.
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.
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.
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.

0 comments on commit 4a4e546

Please sign in to comment.