Hi,
one of the Tasks for exampreperation is:
On serverb, configure a new 1 GiB vol_home logical volume in a new 2 GiB extra_storage volume group. Use the unpartitioned /dev/vdb disk to create the partition.
Format the vol_home logical volume with the XFS file-system type, and persistently mount it on the /user-homes directory.
Now i tried to use cockpit to solve this task, i found:
to add/manage Logical Volumes and:
to add/manage Volume Groups. But I struggle to find the right order to solve the given tasks.
It's clear how to do it in terminal, but how can i do in using cockpit GUI?
EDIT:
Ok, all i had to do was first create a partition without filesystem. Now everything worked and the grade exam succeeded.
The links you posted were for RHHI-V (Red Hat Hyperconverged Infrastructure for Virtualization) which involves RHV and Gluster.
I'm glad you were able to find your solution, however, there are a few things to keep in mind.
For example, cockpit-storaged is one package you would need for working with storage. Most of the time it should likely be there. However, if you want to work with virtual machines, podman (containers) or image builder (composer) you would need to install those packages.
https://fedoramagazine.org/storage-management-with-cockpit/
The Red Hat source reference you want is: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using...
RHEL8 is when Red Hat branded cockpit as the Red Hat Web Console and began using it in some courses. It is important to note that earlier versions of RHEL also had cockpit available, but depending on the release, not all plugins are expected to be available.
Since I'm assuming you are looking at RHEL 9, there is a larger chance that you have all the needed plugins available to be installed. When I've delivered courses and demos, I've done complete demos from the Web Console showing the partitioning and creation of LVMs as well as formatting the filesystem and creating the mount points (letting cockpit update /etc/fstab) without ever leaving the Web Console.
The links you posted were for RHHI-V (Red Hat Hyperconverged Infrastructure for Virtualization) which involves RHV and Gluster.
I'm glad you were able to find your solution, however, there are a few things to keep in mind.
For example, cockpit-storaged is one package you would need for working with storage. Most of the time it should likely be there. However, if you want to work with virtual machines, podman (containers) or image builder (composer) you would need to install those packages.
https://fedoramagazine.org/storage-management-with-cockpit/
The Red Hat source reference you want is: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using...
RHEL8 is when Red Hat branded cockpit as the Red Hat Web Console and began using it in some courses. It is important to note that earlier versions of RHEL also had cockpit available, but depending on the release, not all plugins are expected to be available.
Since I'm assuming you are looking at RHEL 9, there is a larger chance that you have all the needed plugins available to be installed. When I've delivered courses and demos, I've done complete demos from the Web Console showing the partitioning and creation of LVMs as well as formatting the filesystem and creating the mount points (letting cockpit update /etc/fstab) without ever leaving the Web Console.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.