View the exhibits.
Examine the output of sar command and the top command in the Exhibits. Which statement is the correct interpretation of this data?
A. The system is running low on swap space and memory.
B. CPU is Idle and the system has plenty of free memory available.
C. The CPU utilization is high and one process is using most of the CPU.
D. The system is idle with very little memory, CPU, and I/O utilization.
Your Oracle Linux system has two network interfaces eth0 and eth1. You have to change the netmask and the IP address of the eth1 network interface. Which configuration file would you edit to make these changes?
A. /proc/net/ifcg-eth1
B. /etc/sysconfig/network-scripts/eth1
C. /etc/sysconfig/network/ifcg-eth1
D. /etc/sysconfig/network-scripts/ifcfg-eth1
Which two statements are correct about the Oracle ASMLib library?
A. Oracle ASMLib is an optional support library for the Automatic Storage Management (ASM) feature.
B. To use ASMLib library, you have to recompile it first for the Unbreakable Enterprise Kernel.
C. Oracle Automatic Storage management (ASM) requires Oracle ASMLib library to function completely.
D. Oracle ASMLib kernel driver is included in the Unbreakable Kernel.
You have to collect information about your Oracle Linux 6 system, such as hardware configuration, installed software packages, configuration, and operational state send it to Oracle Support. Which tool will help you gather this information for sending it to Oracle Support?
A. sosreport
B. iostat
C. kdump
D. strace
E. systemstat
What does the following btrfs command do?
$ sudo btrfs subvolume snapshot src src-01
A. Creates snapshots of the src src-01 subvolumes
B. Creates a snapshot of the src-01 subvolumes in src
C. Creates the src and src-01 subvolumes and takes a snapshot of these subvolumes
D. Creates a snapshot of the src subvolumes in src-01
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.
You have to find out the version of bash shell package installed on your Oracle Linux system. Which yum command can help you find the version information?
A. # yum version bash
B. # yum showversion bash
C. # yum info bash
D. # yum listversion bash
View the exhibit.
Examine the grub.conf file snippet in the Exhibit. Which statement is true if your Linux system boots by using this grub.conf file?
A. GRUB will boot, by default, the first kernel entry of this grub.conf file.
B. GRUB will prompt you to select the kernel to be booted because the default parameter is set to 0.
C. GRUB will boot the kernel specified in the inittab file of the system.
D. GRUB will boot, by default, the second kernel entry of this grub.conf file.
Which two statements describes the capabilities of Oracle Manager Ops Center product?
A. Oracle Enterprise Manager Ops Center can provide management services for Oracle Linux servers.
B. Oracle Enterprise Manager Ops Center provides management services only for Oracle Solaris operating system and SPARC servers.
C. Oracle Enterprise Manager Ops Center contains tools to debug Oracle Linux kernel dump files.
D. Oracle Enterprise Manager Ops Center includes built-in integration with My Oracle Support with automatic servers request generation.
Your 32-bit i686 architecture system in registered with the Oracle Unbreakable Linux Network. RPM package example -1 .0.0-1 is already installed and the application is used constantly. You want to download the latest version of the example RPM package. You do not want to install the package until you have coordinated with the program's current users. Which option will allow you to download until you have coordinated with the program's current users. Which option will allow you to download the latest version of the RPM package, but not install it?
A. # rpm Uvh http://linix.oracle.com/rpms/i686/example-1.0.1-1.i686.rpm
B. # yum no-update example
C. # yumdownloader example
D. # yum get example-1.0.1
A system administrator wants to view all running processes on the system in real time, to find out what RAM has been allocating to each process. What system command should be used?
A. ps ef
B. ps ax
C. top
D. meminfo
Identify the two kernels that are shipped with Oracle Linux 6.
A. Unbreakable Enterprise Kernel
B. Unbeatable Enterprise Kernel 11g
C. Red Hat Compatible Kernel
D. Linux Compatible Kernel
E. Solaris 11 Container Kernel
You have mounted an Oracle Linux 6 ISO image (v33411-01.iso) on your system in the /mnt/iso/OL6u3/ Server directory. You want to use this image in your local yum repository configuration file and enable it. Which yum repository configuration file has the correct entries to use this image as a local repository?
A. [ol6u3_base_media] name=Oracle Linux 6 Media baseurl=file:///mnt/iso/OL6u3/Server gpgcheck=1 enabled=0
B. [ol6u3_base_media] name=Oracle Linux 6 Media baseurl=file:///mnt/iso/V33411-01.iso gpgcheck=1 enabled=1
C. [ol6u3_base_media] name=Oracle Linux 6 Media baseurl=file:///mnt/iso/OL6u3/Server gpgcheck=1 enabled=1
D. [ol6u3_base_media] name=Oracle Linux 6 Media baseurl=http:///mnt/iso/OL6u3/Server gpgcheck=1 enabled=1
Examine the output of the yum.conf configuration file from o Oracle Linux 6 server.
What does the "installonly_limit=3" option mean?
A. Only three users can use the yum command simultaneously to install package on Oracle Linux 6 server.
B. Only three Linux packages can be installed in one invocation of the yum command.
C. Only three repository channels can be used for installing Linux packages.
D. Only three versions of packages listed in installonlypkgs can be installed simultaneously.
A system administrator wants to enable packet without making the changes permanent. What command would he use to complete this action?
A. Echo 1> /proc/sys/net/ip_forward/
B. Echo 1> /proc/sys/net/ipv4_ip_forward
C. Echo 1 > /etc/sysconfig/sys/net/ipv4/ip_forward
D. Echo 0 > /proc/sys/net/ipv4/ip_forward