Red Hat RHCSA Certification Exam EX200 Free Dumps Are Below For Checking
Part 1 (on Node1 Server)
Task 11 [Scheduling Future Tasks]
The user natasha must configure a cron job that runs daily at 14:23 local time and
also the same cron job will run after every 2 minutes and executes:
/bin/echo hello
24. Part 1 (on Node1 Server)
Task 17 [Accessing Linux File Systems]
Find all the files owned by user “alex” and redirect the output to
/home/alex/files.
29. Part 1 (on Node1 Server)
Task 10 [Configuring NTP/Time Synchronization]
Configure your system so that it is an NTP client of [Link]
The system time should be set to your (or nearest to you) timezone and ensure NTP
sync is configured
35. 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 start
1.
Notes:
NFS NFS [Link]:/var/ftp/pub/rhel6/dvd
YUM [Link]
ldap http//[Link]/pub/EXAMPLE-CA-CERT
Install dialog package.
[Link] a FTP server, and request to anonymous download from /var/ftp/pub
catalog. (it needs you to configure yum direct to the already existing file
server.)
3. Configure /var/tmp/fstab Permission.
Copy the file /etc/fstab to /var/tmp/fstab. Configure var/tmp/fstab permissions as
the following:
Owner of the file /var/tmp/fstab is Root, belongs to group root File /var/tmp/fstab
cannot be executed by any user
User natasha can read and write /var/tmp/fstab User harry cannot read and write
/var/tmp/fstab
All other users (present and future) can read var/tmp/fstab.
4. According the following requirements to create a local directory /common/admin.
✑ This directory has admin group.
✑ This directory has read, write and execute permissions for all admin group
members.
✑ Other groups and users don’t have any permissions.
✑ All the documents or directories created in the/common/admin are automatically
inherit the admin group.
5. You are new System Administrator and from now you are going to handle the system
and your main task is Network monitoring, Backup and Restore. But you don't know
the root password. Change the root password to redhat and login in default
Runlevel.
6. Add users: user2, user3.
The Additional group of the two users: user2, user3 is the admin group Password:
redhat
7. A YUM repository has been provided at
[Link]
Configure your system to use this location as a default repository.
8. 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 logical volume with a ext3 filesystem.
The logical volume should be automatically mounted under /mnt/database at system
boot time.
9. Find all the files or directories with Lucy as the owner, and copy to
/tmp/findfiles directory.
10. Upgrading the kernel as [Link].1, and configure the system to Start the
default kernel, keep the old kernel available.
11. Locate all the files owned by ira and copy them to the / root/findresults
directory.
12. Configure your web services, download from
[Link] And the services must be still
running after
system rebooting.
13. SELinux must be running in the Enforcing mode.
14. Create a volume group, and set the size is 500M, the size of single PE is 16M.
Create logical volume named lv0 in this volume group, set size is 20 PE, make it as
ext3 file system, and mounted automatically under data.
15. Create a backup file named /root/[Link].bz2, which contains the contents of
/usr/local, bar must use the bzip2 compression.
16. vi /etc/[Link] net.ipv4.ip_forward=1
17. Install the appropriate kernel update from
[Link]
The following criteria must also be met:
The updated kernel is the default kernel when the system is rebooted
The original kernel remains available and bootable on the system
18. Make on /archive directory that only the user owner and group owner member can
fully access.
19. Create a 2G swap partition which take effect automatically at boot-start, and
it should not affect the original swap partition.
gdisk -l /dev/sdb
n
enter
enter
+2G
p
w
20. Configure the system synchronous as [Link].
Part 2 (on Node2 Server)
Task 7 [Implementing Advanced Storage Features]
21. Create a thin-provisioned filesystem with the name think_fs from a pool
think_pool using the devices.
The filesystem should be mounted on /strav and must be persistent across reboot
22. SELinux must run in force mode.
23. Create a 2G swap partition which take effect automatically at boot-start, and
it should not affect the original swap partition.
25. According the following requirements to create user, user group and the group
members:
- A group named admin.
- A user named mary, and belong to admin as the secondary group.
- A user named alice, and belong to admin as the secondary group.
- A user named bobby, bobby’s login shell should be non-interactive. Bobby not
belong to admin as the secondary group.
Mary, Alice, bobby users must be set "password" as the user's password.
26. Open kmcrl value of 5, and can verify in /proc/ cmdline
27. 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.
28. User mary must configure a task.
Requirement: The local time at 14:23 every day echo "Hello World.".
30. In the system, mounted the iso image /root/[Link] to/mnt/iso directory.
And enable automatically mount (permanent mount) after restart system.
31. Configure a task: plan to run echo "file" command at 14:23 every day.
32. Configure the verification mode of your host account and the password as LDAP.
And it can login successfully through ldapuser40. The password is set as
"password". And the certificate can be downloaded from [Link]
After the user logs on the user has no host directory unless you configure the
autofs in the following questions.
33. Configure iptables, there are two domains in the network, the address of local
domain is [Link]/16 other domain is [Link]/16, now refuse domain
[Link]/16 to access the server.
34. 168.1.0/24 Network's Host.
36. One Logical Volume named lv1 is created under vg0. The Initial Size of that
Logical Volume is 100MB. Now you required the size 500MB. Make successfully the
size of that Logical Volume 500M without losing any data. As well as size should be
increased online.
37. Configure autofs.
Configure the autofs automatically mount to the home directory of LDAP, as
required:
[Link] use NFS to share the home to your system. This file
system contains a preconfigured home directory of user ldapuserX.
Home directory of ldapuserX is:
[Link] /home/guests/ldapuser
Home directory of ldapuserX should automatically mount to the ldapuserX of the
local /home/guests Home directory’s write permissions must be available for users
ldapuser1’s password is password
38. Add a new logical partition having size 100MB and create the data which will be
the mount point for the new partition.
39. Create one partitions having size 100MB and mount it on data.
40. Part 2 (on Node2 Server)
Task 4 [Managing Logical Volumes]
Resize the logical volume, lvrz and reduce filesystem to 4600 MiB. Make sure the
the filesystem contents remain intact with mount point /datarz
(Note: partitions are seldom exactly the size requested, so anything within the
range of 4200MiB to 4900MiB is acceptable)
41. Add admin group and set gid=600
43. Who ever creates the files/directories on archive group owner should be
automatically should be the same group owner of archive.
44. Configure autofs to automount the home directories of LDAP users as follows:
[Link] NFS-exports /home to your system.
This filesystem contains a pre-configured home directory for the user ldapuser11
ldapuser11's home directory is [Link] /rhome/ldapuser11
ldapuser11's home directory should be automounted locally beneath /rhome as
/rhome/ldapuser11
Home directories must be writable by their users
ldapuser11's password is 'password'.
45. Find the files owned by harry, and copy it to catalog: /opt/dir
# find / -user harry -exec cp -rfp {} /opt/dir
46. The firewall must be open.
47. Create a backup file named /root/[Link].bz2, contains the content of
/usr/local, tar must use bzip2 to compress.
49. One Logical Volume named /dev/test0/testvolume1 is created. The initial Size of
that disk is 100MB now you required more 200MB. Increase the size of Logical
Volume, size should be increase on online.
42. Part 2 (on Node2 Server)
Task 1 [Controlling the Boot Process]
Interrupt the boot process and reset the root password. Change it to kexdrams to
gain access to the system
50. 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
Then the logical volume should be mounted automatically mounted under /data at
system boot time