Question: 1
Task 12
Make a complete backup of the system without turning off the RHV system. Backup file name /
/root/rhv
A Explanation:
engine-backup --scope=all --mode=backup --file=rhvm-backup.gz --
log=backup.log
Answer : A
Show Answer
Hide Answer
Question: 2
Task 2
Use nfs to create and export ISO, Data, and Export storage domains with utility
A Explanation:
vi /etc/exports
/exports/data *(rw)
/exports/iso *(rw)
/exports/export *(rw)
exportfs -rv chown
36:36 /mnt/*
Answer : A
Show Answer
Hide Answer
Question: 3
Task 10
Create a role with next permissions: can create a datacenter, cannot delete a datacenter.
Authorize this role to the user dcmanager
Create a role with next permissions: can delete disk, cannot create disk.
Authorize this role to the user diskmanager
NOTE: The role name is arbitrary, only check the permissions.
A Explanation:
Steps in Exhibits below
Configure -> Roles -> New
Answer : A
Show Answer
Hide Answer
Question: 4
Task 8
Create a virtual machine with the template Materll
A Explanation:
Use cloud-init technology
Set hostname to ''oyser''
Authentication: set the user to admin and the password to atenorth
Network interface is set to eth0, the IP is 172.24.10.98 and the subnet mask is
255.255.255.0, gateway 172.24.10.254
(You must connect into the virtual machine to confirm, if it doesn't work, manually
modify the IP information inside)
Custom Script to the text content in a link
Answer : A
Show Answer
Hide Answer
Question: 5
A Explanation:
curl http://materials.example.com/rhvm.repo -o /etc/yum.repos.d/rhvm.repo
yum install -y rhevm
engine-setup
systemctl status ovirt-engine firefox
https://rhvm.lab.example.com
Answer : A
Show Answer
Hide Answer