Unix/ Linux assistance reqd
Budget: $30 – $250 AUD
I am in need of assistance with Unix/Linux installation and configuration. I am looking for someone with experience in this area, who can help me with the following:
- Troubleshooting any issues that may arise during the installation and configuration process
- Providing guidance and support in setting up and configuring the Unix/Linux system
Overall, I am seeking a skilled individual who can provide expert assistance in Unix/Linux installation and configuration, and who can efficiently handle the tasks mentioned above.
Below is the disk partition snapshot of the RHEL 8.8.
[root@PRPD-AML-WEB-01 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 100G 0 disk
├─sda1 8:1 0 600M 0 part /boot/efi
├─sda2 8:2 0 1G 0 part /boot
└─sda3 8:3 0 98.4G 0 part
├─rhel-root 253:0 0 60.8G 0 lvm /
├─rhel-swap 253:1 0 7.9G 0 lvm [SWAP]
└─rhel-home 253:2 0 29.7G 0 lvm /home
sr0 11:0 1 10.7G 0 rom
[root@PRPD-AML-WEB-01 ~]# df -hT
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs tmpfs 3.8G 9.2M 3.8G 1% /run
tmpfs tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/rhel-root xfs 61G 5.9G 55G 10% /
/dev/sda2 xfs 1014M 427M 588M 43% /boot
/dev/sda1 vfat 599M 5.8M 594M 1% /boot/efi
/dev/mapper/rhel-home xfs 30G 256M 30G 1% /home
tmpfs tmpfs 770M 12K 770M 1% /run/user/42
tmpfs tmpfs 770M 0 770M 0% /run/user/0
[root@PRPD-AML-WEB-01 ~]#
Requirement:
I need to modify the above partitions without adding extra disks to the LVM Volume Groups. The file system used is xfs. This is the task that we need to accomplish:
Reduce rhel-root by 30GB from 60.8GB to 30.8GB
Allocate this 30G from the above to rhel-home to increase the size of this partition to 59.7GB
- Troubleshooting any issues that may arise during the installation and configuration process
- Providing guidance and support in setting up and configuring the Unix/Linux system
Overall, I am seeking a skilled individual who can provide expert assistance in Unix/Linux installation and configuration, and who can efficiently handle the tasks mentioned above.
Below is the disk partition snapshot of the RHEL 8.8.
[root@PRPD-AML-WEB-01 ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 100G 0 disk
├─sda1 8:1 0 600M 0 part /boot/efi
├─sda2 8:2 0 1G 0 part /boot
└─sda3 8:3 0 98.4G 0 part
├─rhel-root 253:0 0 60.8G 0 lvm /
├─rhel-swap 253:1 0 7.9G 0 lvm [SWAP]
└─rhel-home 253:2 0 29.7G 0 lvm /home
sr0 11:0 1 10.7G 0 rom
[root@PRPD-AML-WEB-01 ~]# df -hT
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs tmpfs 3.8G 9.2M 3.8G 1% /run
tmpfs tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/rhel-root xfs 61G 5.9G 55G 10% /
/dev/sda2 xfs 1014M 427M 588M 43% /boot
/dev/sda1 vfat 599M 5.8M 594M 1% /boot/efi
/dev/mapper/rhel-home xfs 30G 256M 30G 1% /home
tmpfs tmpfs 770M 12K 770M 1% /run/user/42
tmpfs tmpfs 770M 0 770M 0% /run/user/0
[root@PRPD-AML-WEB-01 ~]#
Requirement:
I need to modify the above partitions without adding extra disks to the LVM Volume Groups. The file system used is xfs. This is the task that we need to accomplish:
Reduce rhel-root by 30GB from 60.8GB to 30.8GB
Allocate this 30G from the above to rhel-home to increase the size of this partition to 59.7GB