Which three statements are true about an OpenLDAP server?
Which two statements are true about building binary RPMs using rpmbuild?
Examine the dtrace command.dtrace n proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}Which two statements are true?
Examine the contents of the /etc/ocfs2/cluster.conf file:node:name = exam2cluster = myclusternumber = 0ip_address = 192.168.56.106ip_port = 7777node:name = exam3cluster = myclusternumber = 1ip_address = 192.168.56.107ip_port = 7777clustr:name = myclusterheartbeat_mode = localnode_count = 2Identify the minimum number of commands issued, in the correct order, to create this file.1. o2cb add-cluster --heartbeat_mode local mycluster2. o2cb add-node --ip 192.168.56.107 --number 1 mycluster exam33. o2cb add-cluster mycluster4. o2cb add-node --ip 192.168.56.106 -- number 0 mycluster exam25. o0cb config-cluster node_count 2 mycluster6. o2cb configure
Examine the two commands and the output produced:[root@host03 ~]# iscsiadm m sessioniscsiadm: No active sessions.[root@host03 ~]# iscsiadm m node192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:3192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:2192.0.2.1:3260,1 iqn.2013-03.com.example.mypc:1Which option represents the correct command or commands to establish iSCSI sessions with the target portal 192.0.2.1:3260?
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:<VirtualHost *:80>ServerAdmin[email protected]DocumentRoot /www/docs/site1.example.comServerName site1.example.com -</VirtualHost><VirtualHost *:80>ServerAdmin[email protected]DocumentRoot /www/docs/site2.example.comServerName site2.example.com -</VirtualHost>Which three statements are true about the configuration extract?