Oracle Linux 6 Advanced System Administration - 1z0-105 FREE EXAM DUMPS QUESTIONS & ANSWERS
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?
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?
Correct Answer: D,E
Vote an answer
You install the lxc package.
Which command should you now run to ensure your kernel contains the necessary support to run containers?
Which command should you now run to ensure your kernel contains the necessary support to run containers?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Examine the two commands and the output produced:
[root@host03 ~]# iscsiadm -m session
iscsiadm: No active sessions.
[root@host03 ~]# iscsiadm -m node 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:3 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:2 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:1 Which option represents the correct command or commands to establish iSCSI sessions with the
target portal 192.0.2.1:3260?
[root@host03 ~]# iscsiadm -m session
iscsiadm: No active sessions.
[root@host03 ~]# iscsiadm -m node 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:3 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:2 192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:1 Which option represents the correct command or commands to establish iSCSI sessions with the
target portal 192.0.2.1:3260?
Correct Answer: A
Vote an answer
Which three statements are true about the crash utility in Oracle Linux?
Correct Answer: A,C,D
Vote an answer
Which statement is true about btrfs file system devices?
Correct Answer: A
Vote an answer
Which statement describes the default network set up by an Oracle template script?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Identify the minimum required steps to configure postfix on a client system to relay outbound emails to an SMTP server.
Note: The postfix package is already installed and running on the system.
1.Install the postfix-cf package.
2.Set the myorigin parameter to $mydomain in /etc/postfix/main.cf.
3.Set the relayhost parameter to the desired SMTP server in /etc/postfix/main.cf.
4.Restart mail services by using: service postfix restart.
Note: The postfix package is already installed and running on the system.
1.Install the postfix-cf package.
2.Set the myorigin parameter to $mydomain in /etc/postfix/main.cf.
3.Set the relayhost parameter to the desired SMTP server in /etc/postfix/main.cf.
4.Restart mail services by using: service postfix restart.
Correct Answer: A
Vote an answer
While copying a file to the /users file system, which is located on /dev/sdd1, you receive an error:
$ cp /etc/oratab /users/oracle
cp: cannot create regular file '/users/oracle/oratab': Disk quota exceeded
You examine your assigned quota as shown:
$ quota -g
Disk quotas for user oracle (uid 500):
Filesystem
blocks
quota
limit
grace
files
quota
limit
grace
/dev/sdd1
2000
100000
20000
103*
100
150
6 days
Which option represents the reason for receiving the Disk quota exceeded error?
$ cp /etc/oratab /users/oracle
cp: cannot create regular file '/users/oracle/oratab': Disk quota exceeded
You examine your assigned quota as shown:
$ quota -g
Disk quotas for user oracle (uid 500):
Filesystem
blocks
quota
limit
grace
files
quota
limit
grace
/dev/sdd1
2000
100000
20000
103*
100
150
6 days
Which option represents the reason for receiving the Disk quota exceeded error?
Correct Answer: B
Vote an answer
What statement describes the iSCSI client system's iSCSI database?
Correct Answer: D
Vote an answer
Which three server types are made possible by installing SAMBA on Oracle Linux and activating SAMBA services?
Correct Answer: A,B,E
Vote an answer