On your Oracle Linux 6 system, you have to configure the eth0 network interface to 100 MB/sec, half duplex without trying to autonegotiate. Which command will help you configure this requirement?
A. # ifconfig eth0 speed 100 autoneg off duplex half
B. # ethtool interface eth0 speed 100 autoneg off duplex half
C. # ifconfig interface eth0 speed 100 autoneg off duplex half
D. # ethtool s eth0 speed 100 autoneg off duplex half
View the output below. As oracle user, you run the following command on your Oracle Linux 6 system:
[oracle@dbhost ~ ] $
[oracle@dbhost ~] $ nice - - 10 ./myscript.sh and
[1] 2735 [oracle@dbhost ~] $ nice: cannot set niceness: permission denied
Why is the nice command failing?
A. Shell scripts cannot be assigned a negative nice value.
B. There is already another process running with same niceness value on this system.
C. A negative nice value can be set by the root user.
D. A nice value of -10 is not the permissible niceness range.
You have successfully installed the uptrack tool on servers you will be using ksplice kernel updates. Which two options are correct descriptions of commands you can run?
A. "uptrack-show": list the active Oracle Ksplice updates in your running kernel.
B. "uptrack-upgrade": connect to the Uptrack update server, check and apply new updates when available.
C. "uptrack-upgrade": connect to the Uptrack update server, check and download a new update to the uptrack tool.
D. "uptrack-show
The crond daemon checks each command to see whether it should be run in the current ___________.
A. Second
B. Minute
C. Hour
D. Day
View the following GRUB command or the output of fixing the GRUB boot problem:

Based on the output, which statement is true?
A. The GRUB command sequence restores GRUB from the first partition on the second hard disk.
B. The GRUB command sequence does not restore GRUB.
C. GRUB command sequence restores GRUB from the second partition on the first hard disk.
D. The GRUB command sequence verifies the stage1 on the first partition on first hard disk.
What does the following line in the modprobe.conf file indicate? options netconsole netconsole = 6666@192.168.1.200/eth0, 514@192.168.1.100/00:0C:A3:35:9C
A. Netconsole logging is set up to send messages to a server at the IP address 192.168.1.200 by using the eth0 device.
B. Netconsole logging is set up to send messages to a server at the IP address 192.168.1.200 by using the port number 6666.
C. Netconsole logging is set up to send messages to a server at IP address 192.168.1.200 by using the UDP port 514.
D. Netconsole logging is set up for two clients with IP addresses of 192.168.1.200 and 192.168.1.100 on this server.
The /proc file system is a pseudo-file system, which is used as an interface to kernel data structures. Which four statements are true about the /proc file system?
A. The /proc file system contains a numerical subdirectory for each running process.
B. The /proc file system contains a hierarchy of special files that represent the current state of the kernel.
C. The /proc file system has to be mounted by the system administrator after a reboot.
D. The /proc/cpuinfo virtual file identifies the type of processor used by your system.
E. The /proc directory contains information about system hardware and any running processes.
F. The files in the /proc directory are read-only system files that cannot be changed.
You have kdump service enabled on your Oracle Linux system and experience a kernel crash. The crash dump file is created on your system, but you are not aware where this crash file was created. Which two places can you find the path information where the crash dump file is being generated on your system?
A. Check the settings in the /etc/kdump.conf file.
B. Check the settings in the /etc/sysconfig/kdump.conf file.
C. Check the target settings by running the system-config-kdump command.
D. Check the settings in the /proc/sys/kernel/crash.conf file.
Which three things does oracle-edbms-server-11gR2-preinstall RPM package do to simplify the installation of Oracle Database on Oracle Linux 6 systems?
A. Downloads and installs various software packages and specific versions needed for Oracle database installation
B. Downloads and installs packages required for Oracle Database installation, runs the runInstaller utility to install the database, and then starts the database
C. Creates the Oracle user and the oinstall and dba groups, which are the default user and groups used during Oracle database installation
D. Modifies and sets kernel parameters in /etc/sysctl.conf and sets shell resource limits in /etc/security/ limits.conf based on the Oracle Database Server installation requirements
E. Checks whether all packages are installed to support RDBMS and then calls the Oracle Universal Installer utility to install RDBMS and then calls the Oracle Universal Installer utility to install RDBMS
Which two conditions will cause OCFS2 to evict a node?
A. When a node no longer responds to network heartbeat signals from other members of the cluster
B. When storage array is at 90% capacity
C. When access to storage is lost
D. When a node is running at 90% utilization