What statement is true about udev?
A. It uses predefined kernel devices in /dev for all combinations of that may be connected to a system to support dynamic device name assignment.
B. It dynamically creates kernel devices for only those devices that are connected.
C. It produces persistent device names for all devices.
D. Its configuration is based on device properties and attributes maintained in devfs.
Which three statements are true about an OpenLDAP server?
A. /etc/openldap.conf is the main configuration file for the LDAP server.
B. LDAP entries are stored in a flat namespace.
C. It can be used to store users and groups.
D. In can be used to store hostnames and their IP addresses.
E. It can replicate entries synchronously to another OpenLDAP server.
You are required to create a file system that meets these requirements:
1.
It must be created on /dev/ssd1.
2.
It must be mounted on the already existing mount point/cryptfs.
3.
Data stored on /cryptfs must be encrypted.
Examine this list of commands:
1.
cryptsetup luksFormat /dev/sdd1
2.
cryptsetup luksOpen /dev/sdd1/sdd1
3.
mkfs t ext4 /dev/sdd1
4.
mkfs t ext4 /dev/mapper/sdd1
5.
mount /dev/sdd1/cryptfs
6.
mount /dev/mapper/sdd1/cryptfs
7.
cryptsetup /cryptfs
Which option represents the commands in the correct order to create a file system that meet the requirements?
A. 3, 5, 7
B. 1, 2, 4, 6
C. 1, 2, 3, 5
D. 1, 4, 6
E. 1, 3, 5
Which statement is true about udev?
A. It is static kernel device naming scheme based on devfs.
B. It prevents device renaming upon reboot by default.
C. The udev configuration file is /etc/udev.conf.
D. It is a dynamic kernel device naming scheme based on sysfs.
Which two statements are true about OCFS2?
A. It always requires TCP network connectivity.
B. It never requires TCP network connectivity.
C. It requires a dedicated private network.
D. It requires TCP network connectivity for the cluster.
E. It requires an installation of the ocfs2-tools RPM package.
Examine the listing of the /users directory:
While checking your assigned dick quotas on the /users file system, you receive the following errors:
Identify the reason for these errors.
A. The /users file system is mounted without the usrquota option.
B. The /users file system is mounted without the grprquota option.
C. Quotas are disabled with the quotaoff command.
D. The permissions on /users/aquota.user are incorrect.
You are unable to mount a file system on the /dev/sdb1 device after the file system was converted to use a global heartbeat. Examine the ouput:
Which command must you run to enable the file system to be correctly mounted on the cluster with global heartbeat?
A. mkfs.osfc2 –F –L disk --cluster-name=mycluster –cluster-stack=o2cb /dev/sdb1
B. tunefs.ocfs2 –update-cluster-stack /dev/sdb1
C. fsck.osfs2 /dev/sdb1
D. o2image –I /dev/sdb1
Which three situations can result in a kernel panic if the required paramaters are set appropriately? (Choose three.)
A. panic if disk I/O rate exceeded an administrator-specified limit
B. panic if a task hangs on disk read for more than an administrator-specified limit
C. panic when CPU utilization remains at 100% for more than an administrator-specified limit
D. panic when out of memory
E. panic if a task hangs on disk write for more than an administrator-specified limit
F. panic if network I/O rate exceeds an administrator-specified limit.
Examine the output of the kpartx command:
The ./virtual_disk.ing file contaons an ext3 file system.
Which command would you use to mount this file system on/mnt?
A. mount /dev/loop0p1 /mnt
B. mount /dev/mapper/loop0p1 /mnt
C. mount –t ext3 /dev/mapper/loop0 /mnt
D. mount –t ext3 /dev/loop0 /mnt
Examine the output of the command:
Which two statements are true? (Choose two.)
A. The names in the first column represent only cgroup subsystems that are currently attached to any cgroup hierarchy regardless of whether they are mounted or unmounted.
B. cpuset, cpu, memory, cpuacct, and blkio are cgroup subsystems and they are attached to mounted cgroup hierarchies. The numbers in the second column represents the number of cgroups to which corresponding subsystems are attached.
C. cpuset, cpu, memory, cpuacct, and blkio are cgroup subsystems and they are attached to mounted cgroup hierarchies. The numbers in the second column represents arbitrary system-assigned cgroup hierarchy numbers.
D. cpuset, cpu, memory, cpuacct, and blkio are cgroup subsystems and they are attached to mounted cgroup hierarchies. The numbers in the second column represents the number of cgroups in each cgroup hierarchy.
E. The names in the forst column represent all cgroup subsystems available on the system.