CORRECT TEXT

CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer:

December 6, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Part 2 (on Node2 Server) Task 3 [Managing Logical Volumes] Create a new volume group in the name of datavg and physical volume extent is 16 MB Create a new logical volume in the name of datalv with the size of 250 extents and file system must xfs...

December 6, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Create a new logical volume according to the following requirements: The logical volume is named database and belongs to the datastore volume group and has a size of 50 extents. Logical volumes in the datastore volume group should have an extent size of 16 MB. Format the new...

December 6, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Configure autofs to automount the home directories of LDAP users as follows: host.domain11.example.com NFS-exports /home to your system. This filesystem contains a pre-configured home directory for the user ldapuser11 ldapuser11's home directory is host.domain11.example.com /rhome/ldapuser11 ldapuser11's home directory should be automounted locally beneath /rhome as /rhome/ldapuser11 Home directories...

December 6, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Open kmcrl value of 5, and can verify in /proc/ cmdlineView AnswerAnswer: # vim /boot/grub/grub.conf kernel/vmlinuz-2.6.32-71.el6.x86_64 ro root=/dev/mapper/GLSvg- GLSrootrd_LVM_LV=GLSvg/GLSroot rd_LVM_LV=GLSvg/GLSswaprd_NO_LUKSrd_NO_MDrd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=auto rhgb quiet kmcrl=5 Restart to take effect and verification: # cat /proc/cmdline ro root=/dev/mapper/GLSvg-GLSroot rd_LVM_LV=GLSvg/GLSroot rd_LVM_LV=GLSvg/GLSswap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us...

December 5, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Part 1 (on Node1 Server) Task 16 [Running Containers] Configure your host journal to store all journal across reboot Copy all journal files from /var/log/journal/ and put them in the /home/shangrila/container-logserver Create and mount /home/shangrila/container-logserver as a persistent storage to the container as /var/log/ when container startView AnswerAnswer:...

December 5, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Add a new logical partition having size 100MB and create the data which will be the mount point for the new partition.View AnswerAnswer:

December 5, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Resize the logical volume vo and its filesystem to 290 MB. Make sure that the filesystem contents remain intact. Note: Partitions are seldom exactly the same size requested, so a size within the range of 260 MB to 320 MiB is acceptable.View AnswerAnswer: df -hT lvextend -L +100M...

December 5, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT Create one partitions having size 100MB and mount it on data.View AnswerAnswer:

December 5, 2021 No Comments READ MORE +

CORRECT TEXT

CORRECT TEXT SELinux must run in force mode.View AnswerAnswer: /etc/sysconfig/selinux SELINUX=enforcing

December 5, 2021 No Comments READ MORE +