Oracle 1Z0-105 Online Practice
Questions and Exam Preparation
1Z0-105 Exam Details
Exam Code
:1Z0-105
Exam Name
:Oracle Linux 6 Advanced System Administration
Certification
:Oracle Certifications
Vendor
:Oracle
Total Questions
:172 Q&As
Last Updated
:May 30, 2026
Oracle 1Z0-105 Online Questions &
Answers
Question 91:
What are two functions of template scripts? (Choose two.)
A. creating and preparing a root file system for a container B. starting the container to test that it works C. cloning an existing container to a new instance D. migrating the container to a new machine E. creating the configuration file for the container
C. cloning an existing container to a new instance E. creating the configuration file for the container
Question 92:
You need to remove a number of iSCSI device paths from the client system while the storage server undergoes some planned maintenance. You make sure that your users are logged out and the file systems are unmounted.
Which command removes existing iSCSI sessions to enable device path removal?
A. iscsiadm –m host –u B. iscsiadm –m discovery -u C. iscsiadm –m session –u D. iscsiadm –m node –u
B. iscsiadm –m discovery -u
Question 93:
A SAN is configured with multiple physical paths to each device for each client system.
For a specific client, only a subset of visible devices requires management by Device Mapper Multipath. The device in question is visible as /dev/sdf and /dev/sdh to that client.
Examine the code fragment from /etc/multipath.conf that is proposed configuration to solve the problem:
Which statement is true?
A. The proposed configuration does work but should not be used due to problems with device name persistence across reboots. B. The proposed configuration does not achieve the desired result because you cannot override blacklist entries using different identifier types. C. The proposed configuration does not achieve the desired result because the second path (/dev/sdh) is not referenced in blacklist_exceptions. D. The proposed configuration achieves the desired result. /dev/sdf and implicity its second path (/dev/sdh) are grouped into a multipath device.
D. The proposed configuration achieves the desired result. /dev/sdf and implicity its second path (/dev/sdh) are grouped into a multipath device.
Question 94:
Which two statements are true about OCFS2 heartbeats?
A. A local heartbeat is started during cluster online and stopped during cluster offline commands. B. Only one heartbeat mode can be active at a time. C. A local heartbeat refers to disk heartbeating on all shared devices. D. A local heartbeat is strongly recommended for clusters having a large number of mounted file systems. E. A list of heartbeat devices is stored in the /etc/sysctl.conf file. F. Heartbeat mode can be configured at the file system level.
A. A local heartbeat is started during cluster online and stopped during cluster offline commands. C. A local heartbeat refers to disk heartbeating on all shared devices.
Question 95:
Examine the contents of the dhcp configuration file:
# cat /etc/dhcp/dhcpd.conf
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.100 192.168.100.200;
}
host host100 {
hardware ethernet 00:0c:29:B9:07:41;
fixed-address 192.168.100.100;
}
Which statement is true about this DHCPD configuration?
A. An attempt to start DHCPD fails due to the conflicting lease declaration for address 192.168.100.100. B. A lease request from host100 always fails. C. A lease request from host100 fails only if address 192.168.100.100 is currently in use. D. A lease request from host100 succeeds if the host assigned to address 192.168.100.100 is currently offline. E. A lease request from host100 fails only if a previous lease on address 192.168.100.100 has expired.
D. A lease request from host100 succeeds if the host assigned to address 192.168.100.100 is currently offline.
Question 96:
Examine the udevadm command:
udevadm info --attribute-walk --name =/dev/sdb
Which two statements are true about this command/
A. It displays the device tree, and all attributes maintained in devfs for all parent devices in the device tree for the /dev/sdb disk device. B. The attributes listed by this command can be used in udev device naming rules. C. It displays the device naming rules that were used to name the device as /dev/sdb. D. It displays the device tree, and all attributes maintained in sysfs for all parent devices in the device tree for the /dev/sdb disk device. E. It displays all attributes maintained in sysfs for the /dev/sdb kernel device, excluding parent devices. F. It displays all attributes maintained in devfs for the /dev/sdb kernel device, excluding parent devices.
C. It displays the device naming rules that were used to name the device as /dev/sdb. D. It displays the device tree, and all attributes maintained in sysfs for all parent devices in the device tree for the /dev/sdb disk device.
Question 97:
Which two statements are true about recursive nameservers that are supported by Oracle Linux?
A. They may be authoritative. B. They may forward requests to authoritative name servers on some occasions. C. They may be primary nameservers. D. They cache replies from previous name resolution requests. E. They may be secondary nameservers.
B. They may forward requests to authoritative name servers on some occasions. C. They may be primary nameservers.
Question 98:
When you are using OCFS2, which two statements are true about Linux kernel configuration and use?
A. kernel.panic_on_oops must be set to 1 to prevent a cluster hang. B. OSFS2 requires the use of the Red Hat compatible kernel. C. You must compile the OSFS2 module and make it available in the UEK kernel. D. OCFS2 requires the use of UEK3. E. kernel.panic must be set to 30 or higher.
C. You must compile the OSFS2 module and make it available in the UEK kernel. D. OCFS2 requires the use of UEK3.
Question 99:
You want to create a new LUN, LUN ID =1, on a new target, target ID = 2. Inspect the current state of targets and LUNs in the output from tgt-admin –s. The output is filtered to show only target and LUN associations. [root@EDFAR9P0 init.d]# tgt-admin –s | egrep –i ‘target|lun’ Target 1: iqn.2013-03.com.example.mypc:1 LUN information: LUN: 0 LUN: 1 LUN: 2 LUN: 3
You want to add a new LUN to a new target by using the /iSCSIsharedDisk/physDisk4.img disk image file.
Which two options would you use to do this?
A. tgt-setup-lun –t 2 tgt-setup-lun –d /iSCSIsharedDisk/physDisk4.img –t 2 B. tgt-setup-lun –d /iSCSIsharedDisk/physDisk4.img –n 2 C. tgt-admin --op new \ --mode target \ --tid 2\ --targetname iqn.2013-03.com.example.mypc:2 tgt-admin --op new \ D. --mode logicalunit \ --tid 2 \ --lun 1 \ --backing-store /iSCSIsharedDisk/physDisk4.img E. tgtadm -- op new \ --mode target \ --tid 2\ --targetname iqn.2013-03.com.example.mypc:2 \ --lun 1 \ --backing-store /iSCSIsharedDisk/physDisk4.img F. tgt-admin –d /iSCSIsharedDisk/physDisk4.img –n 2
A. tgt-setup-lun –t 2 tgt-setup-lun –d /iSCSIsharedDisk/physDisk4.img –t 2 E. tgtadm -- op new \ --mode target \ --tid 2\ --targetname iqn.2013-03.com.example.mypc:2 \ --lun 1 \ --backing-store /iSCSIsharedDisk/physDisk4.img
Question 100:
Examine the file permissions and ACL on the OCP_questions.txt file:
Which three commands, or command sequences, would you use to remove write permissions from all non-root users that currently have access to the OCP_questions.txt file? (Choose three.)
A. setfac1 –m m:r OCP_questions.txt B. chmod 444 OCP_questions.txt C. setfac1 –m u::r,g::r,u:guest:r OCP_questions.txt D. setfac1 –m ug::r OCP_questions.txt E. setfac –m m:r OCP_questions.txt; chmod u=r OCP_questions.txt F. setfac –m ::r OCP_questions.txt
A. setfac1 –m m:r OCP_questions.txt B. chmod 444 OCP_questions.txt D. setfac1 –m ug::r OCP_questions.txt
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Oracle exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 1Z0-105 exam preparations
and Oracle certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.