1z0-105.exam. Number: 1z0-105 Passing Score: 800 Time Limit: 120 min ORACLE. 1z Oracle Linux 6 Advanced System Administration

Size: px
Start display at page:

Download "1z0-105.exam. Number: 1z0-105 Passing Score: 800 Time Limit: 120 min ORACLE. 1z Oracle Linux 6 Advanced System Administration"

Transcription

1 1z0-105.exam Number: 1z0-105 Passing Score: 800 Time Limit: 120 min ORACLE 1z0-105 Oracle Linux 6 Advanced System Administration

2 Exam A QUESTION 1 Examine the contents of /etc/mail/access: This system is to be used as an MTA or mail gateway for the local LAN network address /24. Which two actions allow this mail host to route for the network? A. Run sendmail again; and the updated file can be accessed automatically. B. Add this line to /etc/mail/access: C. Add this line to /etc/mail/access: D. Add this line to /etc/mail/access: E. Rebuild the access database file after the source files have been modified. Restarting the sendmail service automatically rebuilds the maps. Correct Answer: DE /Reference:

3 QUESTION 2 Which three statements are true about support for the XFS file system in Oracle Linux? A. It is a journaling, extend-based file system. B. It is not supported for the /boot file system. C. It is supported for the root (/) file system. D. It supports user and group disk quotas. E. It is supported only when created on Logical Volumes. F. It has a built-in volume manager. Correct Answer: BDF /Reference: Reference: QUESTION 3 Identify the two commands that can be used to set SELinux file labels back to their default values. A. chcon B. fixfiles C. semanage fcontext D. restorecon E. matchpathcon F. opdate_selinux Correct Answer: AD /Reference: QUESTION 4 Examine the dtrace command. dtrace q n syscall:::

4 Which two statements are true? A. The command produces minimal output, but this includes the CPU on which the probe fires, the probe ID, and the probe name. B. The dtrace command matches with all probes in the syscall provider. C. The -q option is invalid when not used with an explicit action, as in this case. D. The probe name specification is incorrect and does not match with any probes. This produces an "invalid probe specifier syscall:::" error message. E. The command produces no output. Correct Answer: DE /Reference: QUESTION 5 Which statement describes the default network set up by an Oracle template script? A. The container is isolated from the network. B. A veth device is added to libvirt's virbr0 bridge. C. A macvlan device enables DHCP from the host's network. D. A private interface is routed to Open vswitch. Correct Answer: B /Reference: : By default, the lxc-oracle template script sets up networking by setting up a veth bridge. In this mode, a container obtains its IP address from the dnsmasq server

5 that libvirtd runs on the private virtual bridge network (virbr0) between the container and the host. The host allows a container to connect to the rest of the network by using NAT rules in iptables, but these rules do not allow incoming connections to the container. Both the host and other containers on the veth bridge have network access to the container via the bridge. QUESTION 6 Consider a cgroup configuration in the /etc/cgconfig.conf file: mount { cpuset = /cgroup/a; cpu = /cgroup/a; cpuacct = /cgroup/cpuacct; } group A1 { perm { admin { uid = root; gid = wheel; } task { uid = root; gid = users; } } cpuset { cpuset.mems= 0 ; cpuset.cpus= 0 ; } cpu { cpu.shares= 5 ; } } group A2 { perm { admin { uid = root; admin { uid = root gid = root; } task { uid = root; gid = users; }

6 } cpuset { cpuset.mems= 0 ; cpuset.cpus= 1 ; } cpu { cpu.shares= 5 ; } } Which two statements are true? A. Two cgroup hierarchies and three subsystems are defined; cgroup A1 and A2 are located in the same sgroup hierarchy. B. Two cgroup hierarchies and three subsystems are defined; cgroup A1 and A2 are located in different cgroup hierarchiers. C. Three cgroup hierarchies and three subsystems are defined; cgroup A1 and A2 are located in the same sgroup hierarchy. D. Three cgroup hierarchies and three subsystems are defined; cgroup A1 and A2 are located in different cgroup hierarchiers. E. Any user who is a member of the users group is allowed to move his or her own tasks from the root cgroup to cgroup A1 or cgroup A2. F. Any user who is a member of the users group is allowed to execute tasks in cgroups A1 and A2 and change the cpu.shares parameter in cgroups A1 and A2. Correct Answer: BD /Reference: QUESTION 7 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 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?

7 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 com.example.mypc:2 D. tgt-admin --op new \ --mode logicalunit \ --tid 2 \ --lun 1 \ --backing-store /iscsishareddisk/physdisk4.img E. tgtadm -- op new \ --mode target \ --tid 2\ --targetname iqn com.example.mypc:2 \ --lun 1 \ --backing-store /iscsishareddisk/physdisk4.img F. tgt-admin d /iscsishareddisk/physdisk4.img n 2 Correct Answer: AE /Reference: QUESTION 8 Which statement is true about the net_cls cgroup subsystem? A. It controls the throughput limits for network packets. B. It dynamically sets the priority of network traffic per network interface. C. It enforces a limit on the number of opened sockets. D. It tags network packets with an identifier. Correct Answer: D /Reference:

8 Reference: single/resource_management_guide/ QUESTION 9 You have an unmounted btrfs file system: # btrfs filesystem show Label: Btrfs uuid: 7bfe ee-442b-b9f8-49f88b6b1be4 Total devices 3 FS bytes used MB devid 2 size 4.88GB used 1.06GB path /dev/sdd devid 1 size 4.88GB used GB path /dev/sdc devid 3 size 4.88GB used 1.50GB path /dev/sdb You have these mounted devices: # df h You have a mount point for the btrfs file system: # ls all /btrfs total 0 drwxr-xr-x. 1 root root 0 Aug 12 10:17. dr-xr-xr-x. 1 root root 276 Aug 12 10:36.. Examine these steps: 1. Manual defragment is not needed. Btrfs will defragment it automatically. 2. btrfs device defragment /dev/sdd 3. btrfs filesystem defragment /btrfs 4. btrfs device delete /dev/sdb /btrfs 5. mount UUID=7bfe ee-442b-b9f8-49f88b6b1be4 /btrfs 6. btrfs device delete /dev/sdb /dev/sdd What is the correct order to delete the /dev/sdb device from the btrfs file system and for defragmenting the reduced file system? A. 6, 1 B. 5, 4, 3 C. 5, 6, 4, 3

9 D. 5, 6, 1 E. 4, 2 Correct Answer: B /Reference: QUESTION 10 What statement is true about udev? A. It uses predefined kernel devices in /dev for all combinations of that may be connected to a system to support dynamic device name assignment. B. It dynamically creates kernel devices for only those devices that are connected. C. It produces persistent device names for all devices. D. Its configuration is based on device properties and attributes maintained in devfs. Correct Answer: B /Reference: Reference: QUESTION 11 Consider the features of virtualization modes. Which three statements are correct? A. With full virtualization (FV), all aspects of a guest OS are virtualized. The guest OS running on a virtual machine (VM) can run unmodified. B. With paravirtualization (PV), the paravirtualized guests run a modified version of the guest OS, which communicates with the hypervisor by using hypercalls.

10 C. PV takes advantage of the virtualization hardware extensions offered by the physical server. These hardware extensions are required to run paravirtualized VMs. D. Xen is a type-2 hypervisor that allows guests to run either as fully paravirtualized (PV guests) or as hardware virtualized (HVM guests), with or without paravirtualized drivers. E. The Oracle Linux Unbreakable Enterprise Kernel (UEK) is a PVOPS kernel that contains all paravirtualized drivers and can determine whether the underlying system supports FV or PV operations. Correct Answer: CDE /Reference: QUESTION 12 What statement describes the iscsi client system's iscsi database? A. The client maintains a text formatted file, /etc/iscsi/iscsi.db. B. The client can use either a local database in the form of a Berkeley DB formatted file in /etc/iscsi or a distributed database in the form of Internet Storage Naming Service (isns) as its database. It is a decision for the System and Storage Administration team. C. The client maintains a local database in the form of a directory tree structure in /var/lib/iscsi. D. The client maintains a local database in the form of a directory tree structure in /etc/iscsi/db. Correct Answer: A /Reference: QUESTION 13 Which three statements are true about an OpenLDAP server? A. /etc/openldap.conf is the main configuration file for the LDAP server.

11 B. LDAP entries are stored in a flat namespace. C. It can be used to store users and groups. D. In can be used to store hostnames and their IP addresses. E. It can replicate entries synchronously to another OpenLDAP server. Correct Answer: ABC /Reference: QUESTION 14 Which two statements are true about building binary RPMs using rpmbuild? A. Building a source RPM always produces exactly one binary RPM. B. Using customer-complied binary RPMs is not supported by Oracle. C. Only the ROOT user can create binary RPMs. D. Only the ROOT user can install source RPMs. E. A binary RPM for a given hardware platform can be built on another hardware platform. F. Building a binary RPM will always generate a new source RPM. Correct Answer: BC /Reference: QUESTION 15

12 Examine the dtrace command. dtrace n proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));} Which two statements are true? A. The trace(execname) action causes the called program name to be printed. B. The trace(pid) action causes the calling program's process to be printed C. The trace(stringof(arg0)) action causes the called program's first argument to be printed. D. The probe name is exec. E. The probe function is not specified. Correct Answer: CE /Reference: Reference: QUESTION 16 Examine the contents of the /etc/ocfs2/cluster.conf file: node: name = exam2 cluster = mycluster number = 0 ip_address = ip_port = 7777 node: name = exam3 cluster = mycluster number = 1 ip_address = ip_port = 7777

13 clustr: name = mycluster heartbeat_mode = local node_count = 2 Identify the minimum number of commands issued, in the correct order, to create this file. 1. o2cb add-cluster --heartbeat_mode local mycluster 2. o2cb add-node --ip number 1 mycluster exam3 3. o2cb add-cluster mycluster 4. o2cb add-node --ip number 0 mycluster exam2 5. o0cb config-cluster node_count 2 mycluster 6. o2cb configure A. 3, 4, 2 B. 6, 4, 2, 3 C. 6, 4, 2, 5, 3 D. 6, 1, 4, 2 E. 1, 4, 2 F. 1, 4, 2, 5 Correct Answer: C /Reference: QUESTION 17 Examine the two commands and the output produced: [root@host03 ~]# iscsiadm m session iscsiadm: No active sessions. [root@host03 ~]# iscsiadm m node :3260,1 iqn com.example.mypc: :3260,1 iqn com.example.mypc: :3260,1 iqn com.example.mypc:1 Which option represents the correct command or commands to establish iscsi sessions with the target portal :3260? A. iscsiadm m session -1 B. iscsiadm m node -1 C. iscsiadm m discovery t st p

14 iscsiadm m session -1 D. iscsiadm m discovery t st p iscsiadm m host -1 Correct Answer: C /Reference: QUESTION 18 Identify the minimum required steps to configure an NIS master. 1. Ensure that the yptools, ypbind, and ypserv RPMs are installed. 2. Configure and set the NIS domain name. 3. Start the ypserv service. 4. Start the ypxfrd service. 5. Start the yppasswdd service 6. Run ypinit -m 7. Start the ypbind service A. 1, 2, 3, 6 B. 1, 2, 3, 6, 7 C. 1, 2, 3, 4, 6, 7 D. 1, 2, 3, 4, 5, 6, 7 E. 1, 2, 3, 4, 5, 6 Correct Answer: B /Reference: Reference: configuration-setup/ QUESTION 19 Which three types of output may be obtained from commands from the crash utility in Oracle Linux? A. kernel data structures B. information about all open and closed files

15 C. kernel symbol names D. information about all mounted and unmounted file systems E. a list of tasks on the sleep queue F. a list of tasks on the stopped queue Correct Answer: ABC /Reference: QUESTION 20 Which statement is true about btrfs file system devices? A. You must execute the btrfs device scan after every reboot to add a device to a btrfs file system. B. The btrfs device scan -all-devices command scans physical devices looking for members of a btrfs volume. C. Blocks are automatically rebalanced across all existing devices after adding new devices. D. A device may be added to btrfs only if the file system is unmounted. Correct Answer: B /Reference: QUESTION 21 Which two statements are true about debugging OCFS2? A. The o2image command copies OCFS2 file system data from the device to the specified image file. B. The o2image command copies OCFS2 file system metadata from the device to the specified image file. C. You must mount the debugfs file system to enable the use of the debugfs.ocfs2 command. D. Trace bits has two possible statuses: allow and deny. E. You must unmount all ocfs2 file systems to enable the use of the debugfs.ocfs2 command. Correct Answer: BC

16 /Reference: : o2image copies the OCFS2 file system meta-data from the device to the specified image-file. This image file contains the file system skeleton that includes the inodes, directory names and file names. It does not include any file data. This image file can be useful to debug certain problems that are not reproducible otherwise. Like on-disk corruptions. It could also be used to analyse the file system layout in an aging file system with an eye towards improving performance. As the image-file contains a copy of all the meta-data blocks, it can be a large file. By default, it is created in a packed format, in which all meta-data blocks are written back-to-back. With the -r option, the user could choose to have the file in the raw (or sparse) format, in which the blocks are written to the same offset as they are on the device. debugfs.ocfs2 understands both formats. QUESTION 22 Consider the features and capabilities of Kernel-based Virtual Machine (kvm). Which two statements are correct? A. kvm is considered both a type-1 and type-2 hypervisor because it turns the Linux kernel into a bare-metal hypervisor but the OS running on the virtualization host is a full OS. B. kvm is an open source hypervisor, which provides full virtualization with hardware-assisted virtualization. It does not support paravirtualized devices. C. There are two kvm modules: a kvm module that provides the core virtualization infrastructure and a kvm_hw module that ensbles x86 hardware virtualization extensions (Intel VT or AMD- V). D. The kvm hypervisor in Oracle Linux is managed with libvirt API and tools built for libvirt, such as virt-manager and virsh. E. kvm provides a software package called Linux Integration Services (LIS) that provides integration between the OS running in the kvm virtual machine and the physical host. Correct Answer: AD /Reference: QUESTION 23 Which three statements are true about Btrfs copy --reflink? A. It works only on the same btrfs file system.

17 B. It works only on the same subvolumes. C. It creates a new link pointing to an existing inode. D. It creates a new inode that shares the same disk blocks as the original. E. It creates a clone file and disk blocks are duplicated. Correct Answer: ABC /Reference: Reference: QUESTION 24 Examine the dtrace command: dtrace n syscall::read:entry Which two statements are true? A. This statement fails with a syntax error because no action is defined. B. This statement runs successfully with the default action being executed. C. The probe name is read. D. The probe name is entry. E. The probe name is not specified in this command, but it is implied through adjacent colons. F. This command runs but produces no output; is no predicate to select when the probe fires. Correct Answer: BC /Reference:

18 QUESTION 25 Examine the output of the lscgroup command: cpuset, cpu, memory:/ cpuset, cpu, memory:/a2 cpuset, cpu, memory:/a2/a3 cpuset, cpu, memory:/b1 cpuset, cpu, memory:/a1 blkio:/ blkio:/b1 cpuacct:/ Which statement changes the shares parameter of the cpu subsystem for the group A3 to a value of 2? A. cgset r cpu.shares=2 A3 B. cgset r cpu.shares=2 A3/A3 C. cgset r shares=2 cpu:/a2/a3 D. cgset r cpu.shares=2 cpuset, cpu, memory:/a2/a3 Correct Answer: C /Reference: QUESTION 26 Examine the D script: syscall::write:entry = avg(arg2); } Note that the third argument to the write(2) system call is the size of the write being made. Which statement is true about this D script? A. It displays the average write size that each unique process makes. B. It displays the average write size that each running program makes. C. It does not run because the aggregate is not named. D. It runs but produces no output.

19 Correct Answer: C /Reference: QUESTION 27 Examine the UserDir directives in this extract from /etc/httpd/conf/httpd.conf: Ifmodule mod_userdir.c> UserDir enabled user1 UserDir disabled user1 UserDir public_html </ifmodule> The web server URL is A website exists in the user's directory /home/user1/public_html. A user attempts to access user1's webpages by using the URL: Which statement describes the outcome? A. The occurrence of user1 in the list of disabled users causes an access denied error to the website contained in user1's public_html subdirectory, overridding the enabled directive. B. The occurrence of user1 in the list of enabled users allows access to the website contained in user1's public_html subdirectory, overridding the disabled directive. C. The configuration produces an error upon web server startup, because the enabled and disabled directives conflict. D. Access is granted because the UserDir public_html directive applies default access to all local users on the system, overriding the enabled or disabled directive. Correct Answer: B /Reference: QUESTION 28 Which two statements are correct about features and capabilities of virtualization in Oracle Linux? A. Virtualization is restricted to running a guest operating system in a virtual machine. B. Virtualization permits the creation of virtual environments by using Linux Containers or Kernel Virtual Machine (KVM).

20 C. An I/O path from a host server to a peripheral device can be virtualized, enabling multiple guest VMs to share an I/O device. D. A type-1 hypervisor, also known as a host-based hypervisor, is designed to run within a traditional operating system. E. A type-2 hypervisor communicates directly with the computer hardware and as known as a bare-metal hypervisor. Correct Answer: CD /Reference: QUESTION 29 Consider the device-mapper-multipath package and configuration. Which statement is true? A. /etc/multipath.conf is created by the package installation process. B. /etc/multipath.conf must be created after installation by an administrator by copying from /usr/share/doc/device-mapper-multipath-<version>/. C. mpathconf can modify the operating behavior of multipathing and persistent changes to the configuration file. D. The multipath command can modify the multipath service run-level configuration and persistent changes to the configuration file. Correct Answer: D /Reference: QUESTION 30 Identify the minimum required steps to configure postfix on a client system to relay outbound s 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. A. 1, 2, 3, 4 B. 1, 3, 4 C. 3, 4

21 D. 3 only E. 2, 3, 4 F. 2, 4 Correct Answer: E /Reference: QUESTION 31 Which three features are included in the OCFS2 file system? A. online defragmentation B. sparse file support C. metadata checksums D. multiple cluster sizes E. transparent compression F. transparent encryption Correct Answer: BCD /Reference: Reference: QUESTION 32 A system has several multipathed devices. Some of them are in use with mounted file systems. The remaining multipathed devices are unused.

22 The multipath command with the -F option is issued as shown: /]# multipath -F Which statement is true? A. All multipath mapping are flushed, thus removing their mpath mappings. The mounted file system is unusable. B. All multipath mapping except those that are in use are flushed, removing their mappings. The mounted file system is unaffected. C. Any faulted multipath devices are fixed, causing their faulty paths to be rediscovered if the underlying device is found to be available again. The mounted file system is unaffected. D. The command returns a syntax error because an mpath device name must be supplied as the argument to the -F switch. Correct Answer: A /Reference: QUESTION 33 You want to configure networking on a host and have these requirements: 1. A cache only nameserver is to be used. 2. DHCP is used to obtain an IP address. 3. DHCP must not overwrite nameserver details contained in the /etc/resolv.conf file. 4. The nameserver must be activated automatically at system startup. 5. There are two network adaptors, eth0 and eth1. The bind package has already been installed and the network service stopped. Which four actions must be performed to implement this requirement? A. Add lines with PEERDNS=no and BOOTPROTO=dhcp to the /etc/sysconfig/network- scripts/ifcfg-eth0 file. B. Add a line with PEERDNS=no to the /etc/resolv.conf file. C. Add a line with nameserver to the /etc/resolv.conf file. D. The network and bind services must be started automatically by using chkconfig for those services at the appropriate run levels. E. Add lines with PEERDNS=no and BOOTPROTO=dhcp to the /etc/sysconfig/network- scripts/ifcfg-eth1 file. F. Start the network service only automatically by using chkconfig for those services at the appropriate run levels. G. Start the bind service only automatically by using chkconfig for those services at the appropriate run levels. Correct Answer: BCDF

23 /Reference: QUESTION 34 Which statement is true about configuring a nameserver in Oracle Linux? A. If it is a primary nameserver, it must be an authoritative nameserver for all zones. B. If it is a recursive nameserver, it must be a cache-only nameserver for all zones. C. It may be authoritative for some zones and cache-only for other zones. D. If it is a secondary nameserver, it must be an authoritative nameserver for all zones. E. If it is a secondary nameserver, it must copy zone data from a primary nameserver. Correct Answer: A /Reference: QUESTION 35 Which statement is true about BTRFS RAID? A. Btrfs RAID is a multi-disk software RAID providing the same functionality as a software RAID created using the mdadm command. B. Btrfs RAID is block device RAID. C. Btrfs RAID is mirroring block devices. D. Btrfs RAID just ensures that for every block, there are "x" number of copies. Correct Answer: B /Reference: QUESTION 36 Which three server types are made possible by installing SAMBA on Oracle Linux and activating SAMBA services? A. active directory domain controller

24 B. Network Information Service (NIS) server C. domain member server D. Windows NT domain controller E. stand-alone workgroup server Correct Answer: ACD /Reference: QUESTION 37 You are required to create a file system that meets these requirements: 1. It must be created on /dev/ssd1. 2. It must be mounted on the already existing mount point/cryptfs. 3. Data stored on /cryptfs must be encrypted. Examine this list of commands: 1. cryptsetup luksformat /dev/sdd1 2. cryptsetup luksopen /dev/sdd1/sdd1 3. mkfs t ext4 /dev/sdd1 4. mkfs t ext4 /dev/mapper/sdd1 5. mount /dev/sdd1/cryptfs 6. mount /dev/mapper/sdd1/cryptfs 7. cryptsetup /cryptfs Which option represents the commands in the correct order to create a file system that meet the requirements? A. 3, 5, 7 B. 1, 2, 4, 6 C. 1, 2, 3, 5 D. 1, 4, 6 E. 1, 3, 5 Correct Answer: B /Reference:

25 QUESTION 38 What does a template script set up? A. an application to run a container B. tailored security policy for a container C. Linux distributions to run in a container D. the look of a web application for viewing containers Correct Answer: C /Reference: QUESTION 39 Consider the steps to enable the Pluggable Authentication Module (PAM) to use cgroup rules for a 64-bit system: 1. Install the libcgroup-pam software package. 2. Ensure that the PAM module has been installed and exists: /lib64/security/pam_cgroup.so. 3. Edit the /ets/pam.d/su configuration file and add a line: session optional pam_cgroup.so. 4. Edit the /ets/pam.d/su configuration file and add a line: auth sufficient pam_cgroup.so. 5. Configure /etc/cgconfig.conf. 6. Configure /etc/cgrules.conf. 7. Log out all users that are affected by the cgroup settings in the /etc/cgrules.conf file. 8. Enable and start the cgred service. 9. Reboot the system. Which option represents the steps in the correct order to enable PAM to use cgroup rules for a logged-in user? A. 2, 3, 5, 6, 7, 8 B. 1, 2, 3, 5, 6, 7 C. 1, 2, 3, 5, 6, 7, 8 D. 1, 2, 3, 4, 5, 6, 7 E. 1, 2, 3, 4, 5, 6, 9 Correct Answer: C /Reference:

26 QUESTION 40 Which two commands can be used to find the cgroup to which a given process with PID belongs? A. cgget a grep PID B. ps o cgroup grep PID C. cat /proc/pid/cgroup D. lscgroup grep PID Correct Answer: BC /Reference: Reference: single/resource_management_guide/ QUESTION 41 You create an XFS file system by using the command: # mkfs t xfs L /xfs1 l logdev=/dev/cdd1 /dev/sdh1 You create the mount point /xfs1 and want to mount the file system on its mount point, before adding an entry for the file system to /etc/fstab. Which two commands can you use to do this? A. mount /dev/sdh1 /xfs1 B. mount LABEL=/xfs1 /xfs1 C. mount t xfs o logdev=dev/sdd1 /dev/sdh1 /xfs1 D. mount LABEL=/xfs1 o logdev=/dev/sdd1 /xfs1 E. mount LABEL=/xfs1 o logdev=/dev/sdd1 F. mount t xfs LABEL=/xfs1 /xfs1

27 Correct Answer: CD /Reference: QUESTION 42 Examine the output of the command: lssubsys am devices freezer net_cls perf_event hugetlb Now the lssubsys command is executed and new output is generated: ssubsys am ssubsys am devices perf_event hugetlb

28 Which command or sequence of commands is correct? A. mkdir p /cgroup/c; mount t cgroup o freezer C /cgroup/c; mount t cgroup o remount, freezer, net_cls C /cgroup/c B. mkdir p /cgroup/c; mount o freezer, net_cls cgroup /cgroup/c C. mkdir p /cgroup/c; mount t cgroup o freezer freezer /cgroup/c; mount t cgroup o net_cls net_cls /cgroup/c D. mkdir p /cgroup/c; mount t cgroup o freezer, net_cls /cgroup/c Correct Answer: C /Reference: QUESTION 43 Which two statements are true about the sendmail and postfix programs? A. sendmail is an MTA. B. postfix is the default mail server on Oracle Linux C. postfix has built-in IMAP support D. sendmail has built-in IMAP support E. postfix uses sendmail to send s to remote destinations. F. postfix uses sendmail to deliver s to the local system. Correct Answer: BD /Reference: QUESTION 44 Consider the features and capabilities of DTrace in Oracle Linux. Which two statements are true? A. DTrace is available on Oracle Linux only on the z86_64 platform. B. DTrace is available on all Linux platforms. C. The Linux kernel changes required to support DTrace, and the DTrace kernel module, are available under the GNU GPL license.

29 D. DTrace package are part of the standard OL distribution, although they are not installed by default. E. DTrace package are available by subscription from the Unbreakable Linux Network (ULN). Correct Answer: AD /Reference: QUESTION 45 Which two occur when you run the command: /root] rndc reload A. They key file /etc/rndc.key is reloaded. B. The configuration file /etc/named.conf is reloaded. C. Only new zones are reloaded. D. All zones are reloaded. E. Only changed zones are reloaded. F. Only new keys are reloaded. G. All keys are reloaded. Correct Answer: AE /Reference: QUESTION 46 Which three statements are true about the architecture and capabilities provided by SAMBA when installed on an Oracle Linux server? A. The Oracle Linux server may act as a SAMBA server. B. Printers on the Oracle Linux system may be shared with Windows clients. C. SAMBA uses UDP to communicate with Windows servers. D. Printers on a Windows system may not be shared with oracle Linux clients. E. The Oracle Linux Server may act as a SAMBA client.

30 Correct Answer: BCE /Reference: QUESTION 47 Match the web server directives to their description: A. A-4, B-1, C-5, D-3, E-2 B. A-5, B-2, C-3, D-4, E-1 C. A-3, B-1, C-5, D-4, E-2 D. A-4, B-2, C-5, D-3, E-1 Correct Answer: D

31 /Reference: QUESTION 48 You run the crash utility on an Oracle Linux system after a kernel panic and use the bt -a command as shown: crash> bt a crash> bt a PID: 286 TASK: c0b3a000 CPU: 0 COMMAND: in.rlogind #0 [c0b3be90] crash_save_current_state at c011aed0 #1 [c0b3bea4] panic at c011367c #2 [c0b3bee8] tulip_interrupt at c01bc820 #3 [c0b3bf08] handle_irq_event at c010a551 #4 [c0b3bf2c] do_8259a_irq at c010a319 #5 [c0b3bf3c] do_irq at c010a653 #6 [c0b3bfbc] ret_from_intr at c #7 [c0b3bfbc] sys_select at c012f803 #8 [c0b3bfc0] system_call at c Which two statements are true about the purpose of the bt a command? A. It shows stack traces of all tasks and threads. B. It shows stack traces of the active task on each CPU.

32 C. The output of each CPU must be requested separately. D. It may help show a relationship between panicking tasks on one CPU and tasks on other CPUs. Correct Answer: AB /Reference: QUESTION 49 Which three statements are true about the contents of the /etc/ocfs2/cluster.conf configuration file? A. The heartbeat stanza is required only if local heartbeat mode is enable. B. All stanzas must start at the first column and end with a colon. C. All parameters must start after a tab. D. A blank line must demarcate each stanza. E. A blank line must demarcate stanzas and parameters. F. All parameters must start after a tab and begin with a colon. Correct Answer: CDF /Reference: QUESTION 50 What are two ways to invoke the rescue procedure for Oracle Linux while booting from the installation media? A. Press the Esc key on the Oracle Linux Boot Menu screen. B. Press the Esc key on the grub loader menu. C. selecting "Rescue Installed System" on the Oracle Linux Boot Menu screen. D. selecting "Rescue Installed System" on the grub loader menu. E. Press the Shift+Ctrl keys on the grub loader menu. F. Press the Shift+Ctrl keys on the Oracle Linux Boot Menu screen. Correct Answer: CF

33 /Reference:

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z0-105 Title : Oracle Linux 6 Advanced System Administration Vendor : Oracle Version : DEMO Get Latest

More information

Oracle Linux 5 & 6 Advanced Administration

Oracle Linux 5 & 6 Advanced Administration Oracle University Contact Us: +27 (0)11 319-4111 Oracle Linux 5 & 6 Advanced Administration Duration: 5 Days What you will learn This Oracle Linux Advanced Administration training is ideal for experienced

More information

Oracle Linux 5 & 6 Advanced Administration

Oracle Linux 5 & 6 Advanced Administration Oracle Uni Contact Us: 08 Oracle Linux 5 & 6 Advanced Administration Durat5 Da What you will learn This Oracle Linux Advanced Administration training is learn more about advanced features of Oracle Linux.

More information

Oracle Linux 7: Advanced Administration Ed 1

Oracle Linux 7: Advanced Administration Ed 1 Oracle University Contact Us: +33 15 7602 081 Oracle Linux 7: Advanced Administration Ed 1 Duration: 5 Days What you will learn This Oracle Linux 7: Advanced Administration training is ideal for experienced

More information

Oracle Linux 7: Advanced Administration Ed 1 LVC

Oracle Linux 7: Advanced Administration Ed 1 LVC Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Linux 7: Advanced Administration Ed 1 LVC Duration: 5 Days What you will learn This Oracle Linux 7: Advanced Administration

More information

Alternatives to Solaris Containers and ZFS for Linux on System z

Alternatives to Solaris Containers and ZFS for Linux on System z Alternatives to Solaris Containers and ZFS for Linux on System z Cameron Seader (cs@suse.com) SUSE Tuesday, March 11, 2014 Session Number 14540 Agenda Quick Overview of Solaris Containers and ZFS Linux

More information

Resource Management with CGroups

Resource Management with CGroups Resource Management with CGroups Linux.conf.au 2011 Brisbane Australia Steven Ellis Red Hat Solution Architect Ingram Micro New Zealand Overview Control Group (cgroup) Meet application SLAs by reducing

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Introduction to Container Technology. Patrick Ladd Technical Account Manager April 13, 2016

Introduction to Container Technology. Patrick Ladd Technical Account Manager April 13, 2016 Introduction to Container Technology Patrick Ladd Technical Account Manager April 13, 2016 Container Technology Containers 3 "Linux Containers" is a Linux kernel feature to contain a group of processes

More information

SA3 E7 Advanced Linux System Administration III Internet Network Services and Security

SA3 E7 Advanced Linux System Administration III Internet Network Services and Security SA3 E7 Advanced Linux System Administration III Internet Network Services and Security Synopsis: This is a fast paced, level 3, advanced class for experienced administrators of Linux based hosts on a network

More information

Managing CPU Resources with RHEL6 cgroups (...

Managing CPU Resources with RHEL6 cgroups (... All People > Bob Kozdemba > Documents Managing CPU Resources with RHEL6 cgroups (A Demo) Version 31 created by Bob Kozdemba on Oct 18, 2010 4:46 PM, last modified by Bob Kozdemba on Jan 18, 2013 2:52 PM

More information

1 Virtualization Recap

1 Virtualization Recap 1 Virtualization Recap 2 Recap 1 What is the user part of an ISA? What is the system part of an ISA? What functionality do they provide? 3 Recap 2 Application Programs Libraries Operating System Arrows?

More information

Real-Time Task Partitioning using Cgroups

Real-Time Task Partitioning using Cgroups Real-Time Task Partitioning using Cgroups Akihiro SUZUKI Advanced Software Technology Group Corporate Software Engineering Center TOSHIBA CORPORATION 2013/06/07 Copyright 2013, Toshiba Corporation. Self-Introduction

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

OS Containers. Michal Sekletár November 06, 2016

OS Containers. Michal Sekletár November 06, 2016 OS Containers Michal Sekletár msekleta@redhat.com November 06, 2016 whoami Senior Software Engineer @ Red Hat systemd and udev maintainer Free/Open Source Software contributor Michal Sekletár msekleta@redhat.com

More information

An introduction to Docker

An introduction to Docker An introduction to Docker Ing. Vincenzo Maffione Operating Systems Security Container technologies on Linux Several light virtualization technologies are available for Linux They build on cgroups, namespaces

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux Part 1 : Getting Familiar with Linux Chapter 1 : Getting started with Red Hat Enterprise Linux Chapter 2 Finding Your Way on the Command Line Hours Part II : Administering Red Hat Enterprise Linux Linux,

More information

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year!

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! ITDUMPS QUESTION & ANSWER Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! HTTP://WWW.ITDUMPS.COM Exam : 1Z0-100 Title : Oracle Linux 5 and 6 System Administration

More information

Container mechanics in Linux and rkt FOSDEM 2016

Container mechanics in Linux and rkt FOSDEM 2016 Container mechanics in Linux and rkt FOSDEM 2016 Alban Crequy github.com/alban Jonathan Boulle github.com/jonboulle @baronboulle a modern, secure, composable container runtime an implementation of appc

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Red Hat Enterprise Linux 6

Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 6 Resource Management Guide Edition 6 Managing system resources on Red Hat Enterprise Linux 6 Last Updated: 2017-10-20 Red Hat Enterprise Linux 6 Resource Management Guide Managing

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : RH-302 Title : Red Hat Certified Engineer on Redhat Enterprise Linux 5 (Labs) Vendors : RedHat Version

More information

Control Center Planning Guide

Control Center Planning Guide Control Center Planning Guide Release 1.4.2 Zenoss, Inc. www.zenoss.com Control Center Planning Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks

More information

Control Center Planning Guide

Control Center Planning Guide Release 1.2.0 Zenoss, Inc. www.zenoss.com Copyright 2016 Zenoss, Inc. All rights reserved. Zenoss and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States and other

More information

RH202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam.

RH202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam. REDHAT RH202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Exam TYPE: DEMO http://www.examskey.com/rh202.html Examskey REDHAT RH202 exam demo product is here for you to test the quality

More information

Enterprise Linux System Administration

Enterprise Linux System Administration Enterprise Linux System Administration Course GL250, 5 Days, Hands-On, Instructor-Led Introduction The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems.

More information

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

Oracle Linux. Administrator's Guide for Release 7

Oracle Linux. Administrator's Guide for Release 7 Oracle Linux Administrator's Guide for Release 7 E54669-50 December 2017 Oracle Legal Notices Copyright 2014, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

ECE 598 Advanced Operating Systems Lecture 19

ECE 598 Advanced Operating Systems Lecture 19 ECE 598 Advanced Operating Systems Lecture 19 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 7 April 2016 Homework #7 was due Announcements Homework #8 will be posted 1 Why use

More information

Slurm Support for Linux Control Groups

Slurm Support for Linux Control Groups Slurm Support for Linux Control Groups Slurm User Group 2010, Paris, France, Oct 5 th 2010 Martin Perry Bull Information Systems Phoenix, Arizona martin.perry@bull.com cgroups Concepts Control Groups (cgroups)

More information

Load Balancing Bloxx Web Filter. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Bloxx Web Filter. Deployment Guide v Copyright Loadbalancer.org Load Balancing Bloxx Web Filter Deployment Guide v1.3.5 Copyright Loadbalancer.org Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org Software Versions

More information

Project 3: An Introduction to File Systems. COP 4610 / CGS 5765 Principles of Operating Systems

Project 3: An Introduction to File Systems. COP 4610 / CGS 5765 Principles of Operating Systems Project 3: An Introduction to File Systems COP 4610 / CGS 5765 Principles of Operating Systems Introduction Project 3 learning objectives File system design and implementation File system testing Data

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 050-710 Title

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

Load Balancing Web Proxies / Filters / Gateways. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Web Proxies / Filters / Gateways. Deployment Guide v Copyright Loadbalancer.org Load Balancing Web Proxies / Filters / Gateways Deployment Guide v1.6.5 Copyright Loadbalancer.org Table of Contents 1. About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

1Z Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions

1Z Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions 1Z0-460 Oracle Linux 6 Implementation Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-460 Exam on Oracle Linux 6 Implementation Essentials.. 2 Oracle 1Z0-460 Certification

More information

Linux Host Utilities 6.2 Quick Start Guide

Linux Host Utilities 6.2 Quick Start Guide Linux Host Utilities 6.2 Quick Start Guide This guide is for experienced Linux users. It provides the basic information required to get the Linux Host Utilities installed and set up on a Linux host. The

More information

Distributed System. Gang Wu. Spring,2018

Distributed System. Gang Wu. Spring,2018 Distributed System Gang Wu Spring,2018 Lecture7:DFS What is DFS? A method of storing and accessing files base in a client/server architecture. A distributed file system is a client/server-based application

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL CONFIGURING iscsi AUGUST 2012 You can use a iscsi storage network in your STRM deployment. This document provides information on configuring and using iscsi devices with your deployment. Unless

More information

Linux for UNIX Administrators

Linux for UNIX Administrators A fast paced 5-day course that is a combination of "Enterprise Linux Systems Administration", and "Enterprise Linux Networking Services. Particular focus is given to translating Solaris and HP-UX skills

More information

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline

GL-280: Red Hat Linux 7 Update. Course Description. Course Outline GL-280: Red Hat Linux 7 Update Course Description This is a differences course that focuses on the new technologies and features that made their appearance in Red Hat Enterprise Linux v7. It is intended

More information

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO

Exam : 1Z Title : Enterprise Linux System Administration. Version : DEMO Exam : 1Z0-403 Title : Enterprise Linux System Administration Version : DEMO 1. You are logged in to server1 and want to allow remote connections to server1 through X Display Manager Control Protocol (XDMCP).

More information

Spectrum Scale Virtualization in Test and Development

Spectrum Scale Virtualization in Test and Development May 17 th, 2018 GPFS User s Group (Boston) Spectrum Scale Virtualization in Test and Development Aaron Palazzolo (aspalazz@us.ibm.com) Virtualization Milestones in test/dev environment Trial VM 2008 2010

More information

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Censornet USS Gateway. Deployment Guide v Copyright Loadbalancer.org Load Balancing Censornet USS Gateway Deployment Guide v1.0.0 Copyright Loadbalancer.org Table of Contents 1. About this Guide...3 2. Loadbalancer.org Appliances Supported...3 3. Loadbalancer.org Software

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

"Charting the Course... Enterprise Linux System Administration. Course Summary

Charting the Course... Enterprise Linux System Administration. Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics

IBM Single Sign On for Bluemix Version December Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics IBM Single Sign On for Bluemix Version 2.0 28 December 2014 Identity Bridge Configuration topics ii IBM

More information

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system ASM ON LINUX. May 2008 Automatic Storage Management Industry's first and only database file system Author: Esteban Bernal ASM ON LINUX Configuring Automatic Storage Management On Linux. There are 3 storage

More information

1Z0-100 oracle.

1Z0-100 oracle. 1Z0-100 oracle Number: 1Z0-100 Passing Score: 800 Time Limit: 120 min www.examsforall.com Exam A QUESTION 1 Which two aspects can be determined from this output? A. A device is failed and has been removed

More information

exam.30q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1 LPI

exam.30q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1 LPI 201-450.exam.30q Number: 201-450 Passing Score: 800 Time Limit: 120 min File Version: 1 LPI 201-450 LPIC-2 Exam 201, Part 1 of 2, version 4.5 Exam D QUESTION 1 Which of the following commands creates a

More information

Docker A FRAMEWORK FOR DATA INTENSIVE COMPUTING

Docker A FRAMEWORK FOR DATA INTENSIVE COMPUTING Docker A FRAMEWORK FOR DATA INTENSIVE COMPUTING Agenda Intro / Prep Environments Day 1: Docker Deep Dive Day 2: Kubernetes Deep Dive Day 3: Advanced Kubernetes: Concepts, Management, Middleware Day 4:

More information

PVS Deployment in the Cloud. Last Updated: June 17, 2016

PVS Deployment in the Cloud. Last Updated: June 17, 2016 PVS Deployment in the Cloud Last Updated: June 17, 2016 Contents Amazon Web Services Introduction 3 Software Requirements 4 Set up a NAT Gateway 5 Install PVS on the NAT Gateway 11 Example Deployment 12

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

"Charting the Course... RHCE Rapid Track Course. Course Summary

Charting the Course... RHCE Rapid Track Course. Course Summary Course Summary Description This course is carefully designed to match the topics found in the Red Hat RH299 exam prep course but also features the added benefit of an entire extra day of comprehensive

More information

What s new in control groups (cgroups) v2

What s new in control groups (cgroups) v2 Open Source Summit Europe 2018 What s new in control groups (cgroups) v2 Michael Kerrisk, man7.org c 2018 mtk@man7.org Open Source Summit Europe 21 October 2018, Edinburgh, Scotland Outline 1 Introduction

More information

Spring 2017 :: CSE 506. Introduction to. Virtual Machines. Nima Honarmand

Spring 2017 :: CSE 506. Introduction to. Virtual Machines. Nima Honarmand Introduction to Virtual Machines Nima Honarmand Virtual Machines & Hypervisors Virtual Machine: an abstraction of a complete compute environment through the combined virtualization of the processor, memory,

More information

<Insert Picture Here> Filesystem Features and Performance

<Insert Picture Here> Filesystem Features and Performance Filesystem Features and Performance Chris Mason Filesystems XFS Well established and stable Highly scalable under many workloads Can be slower in metadata intensive workloads Often

More information

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017 ECE 550D Fundamentals of Computer Systems and Engineering Fall 2017 The Operating System (OS) Prof. John Board Duke University Slides are derived from work by Profs. Tyler Bletsch and Andrew Hilton (Duke)

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Load Balancing OKI DICOM-Embedded Printers. Deployment Guide v Copyright Loadbalancer.org

Load Balancing OKI DICOM-Embedded Printers. Deployment Guide v Copyright Loadbalancer.org Load Balancing OKI DICOM-Embedded Printers Deployment Guide v1.0.1 Copyright Loadbalancer.org Table of Contents 1. About this Guide...3 2. Loadbalancer.org Appliances Supported...3 3. Loadbalancer.org

More information

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

Red Hat Enterprise Linux 7 Getting Started with Cockpit

Red Hat Enterprise Linux 7 Getting Started with Cockpit Red Hat Enterprise Linux 7 Getting Started with Cockpit Getting Started with Cockpit Red Hat Enterprise Linux Documentation Team Red Hat Enterprise Linux 7 Getting Started with Cockpit Getting Started

More information

Community Enterprise Operating System (CentOS 7) Courses

Community Enterprise Operating System (CentOS 7) Courses Community Enterprise Operating System (CentOS 7) Courses CentOS 7 Administration I Core Skills (5 days) Advanced Linux Shell Scripting Shell Scripting (bash,ksh93) and awk Programming (3 days) Advanced

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

Realms and Identity Policies

Realms and Identity Policies The following topics describe realms and identity policies: Introduction:, page 1 Creating a Realm, page 5 Creating an Identity Policy, page 11 Creating an Identity Rule, page 15 Managing Realms, page

More information

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc.

iscsi storage is used as shared storage in Redhat cluster, VMware vsphere, Redhat Enterprise Virtualization Manager, Ovirt, etc. Configure iscsi Target & Initiator on CentOS 7 / RHEL7 iscsi stands for Internet Small Computer Systems Interface, IP-based storage, works on top of internet protocol by carrying SCSI commands over IP

More information

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ]

VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] s@lm@n VMware Exam VCP-511 VMware Certified Professional on vsphere 5 Version: 11.3 [ Total Questions: 288 ] VMware VCP-511 : Practice Test Question No : 1 Click the Exhibit button. An administrator has

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE10032 Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the Safety information

More information

KVM Forum Vancouver, Daniel P. Berrangé

KVM Forum Vancouver, Daniel P. Berrangé KVM Forum Vancouver, 2011 Daniel P. Berrangé libvirt: Why it exists Stable: isolation from HV API changes Standard: portable across HV Simple: rapid application development Portable:

More information

Operating Systems 2015 Assignment 4: File Systems

Operating Systems 2015 Assignment 4: File Systems Operating Systems 2015 Assignment 4: File Systems Deadline: Tuesday, May 26 before 23:59 hours. 1 Introduction A disk can be accessed as an array of disk blocks, often each block is 512 bytes in length.

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, four-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010

Virtualization Provisioning & Centralized Management with iscsi. RACF Brookhaven National Laboratory James Pryor CHEP 2010 RACF Brookhaven National Laboratory James Pryor CHEP 2010 Who we are & What we support Virtualization Provisioning & Management Past Present Future This is not about VM worker nodes or VM batch processing

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Proxmox Virtual Environment

Proxmox Virtual Environment Datasheet Proxmox Virtual Environment www.ice-sys.com 877.332.3250 AT A GLANCE Complete virtualization solution for production environments KVM hypervisor Lightweight Linux containers (LXC) Web-based management

More information

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo

Vendor: EMC. Exam Code: E Exam Name: Cloud Infrastructure and Services Exam. Version: Demo Vendor: EMC Exam Code: E20-002 Exam Name: Cloud Infrastructure and Services Exam Version: Demo QUESTION NO: 1 In which Cloud deployment model would an organization see operational expenditures grow in

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 4 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the switch IP address and default gateway information)

More information

The failure of Operating Systems,

The failure of Operating Systems, The failure of Operating Systems, and how we can fix it. Glauber Costa Lead Software Engineer August 30th, 2012 Linuxcon Opening Notes I'll be doing Hypervisors vs Containers here. But: 2 2 Opening Notes

More information

RHCE BOOT CAMP. Various Additional Topics

RHCE BOOT CAMP. Various Additional Topics RHCE BOOT CAMP Various Additional Topics BUILDING RPMS Building an RPM can be simple or difficult, depending on if it s done incorrectly or correctly. ;) Fortunately, for the RHCE exam, you only need to

More information

RDMA Container Support. Liran Liss Mellanox Technologies

RDMA Container Support. Liran Liss Mellanox Technologies RDMA Container Support Liran Liss Mellanox Technologies Agenda Containers 101 RDMA isolation Namespace support Controller support Putting it all together Status Conclusions March 15 18, 2015 #OFADevWorkshop

More information

Oracle VM Tips and Best Practices

Oracle VM Tips and Best Practices Oracle VM Tips and Best Practices To become a successful Oracle VM professional Presented by: Francisco Munoz Alvarez June 1, 2015 Francisco Munoz Alvarez Oracle ACE Director 8/9/10g/11g OCP, RAC OCE,

More information

Operating Systems 2014 Assignment 4: File Systems

Operating Systems 2014 Assignment 4: File Systems Operating Systems 2014 Assignment 4: File Systems Deadline: Sunday, May 25 before 23:59 hours. 1 Introduction A disk can be accessed as an array of disk blocks, often each block is 512 bytes in length.

More information

SUSE An introduction...

SUSE An introduction... Virtualization @ SUSE An introduction... Mike Latimer Sr. Engineering Manager SUSE mlatimer@suse.com Agenda Who is SUSE? Introduction to Virtualization Types of Hypervisors Xen KVM libvirt Virtualization

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Configure Windows VM to CGM-SRV Module on CGR1xxx

Configure Windows VM to CGM-SRV Module on CGR1xxx Configure Windows VM to CGM-SRV Module on CGR1xxx Contents Introduction Prerequisites Requirements Components Used Background Information Configure Create the Windows VM Image Install KVM on your Linux

More information

RED HAT ENTERPRISE LINUX 7 BETA

RED HAT ENTERPRISE LINUX 7 BETA ENTERPRISE LINUX 7 BETA Michael Lessard, RHCA Senior Solutions Architect michaellessard March, 2014 1 Agenda 2 Red Hat Enterprise Linux 7 Key facts What s changed? Enhancements Summary Red Hat Enterprise

More information

Bacula Systems Virtual Machine Performance Backup Suite

Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems Virtual Machine Performance Backup Suite Bacula Systems VM Performance Backup Suite is part of Bacula Enterprise Edition. It comprises of modules that can be utilized to perfectly fit any

More information

Module 1: Virtualization. Types of Interfaces

Module 1: Virtualization. Types of Interfaces Module 1: Virtualization Virtualization: extend or replace an existing interface to mimic the behavior of another system. Introduced in 1970s: run legacy software on newer mainframe hardware Handle platform

More information

Test-King.VMCE_V8.40Q.A

Test-King.VMCE_V8.40Q.A Test-King.VMCE_V8.40Q.A Number: VMCE_V8 Passing Score: 800 Time Limit: 120 min File Version: 2.8 http://www.gratisexam.com/ VMCE_V8 Veeam Certified Engineer v8 1. It put me out from my hurdles and I got

More information

Virtualization, Xen and Denali

Virtualization, Xen and Denali Virtualization, Xen and Denali Susmit Shannigrahi November 9, 2011 Susmit Shannigrahi () Virtualization, Xen and Denali November 9, 2011 1 / 70 Introduction Virtualization is the technology to allow two

More information

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved.

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved. Virtuozzo 6 Installation Guide July 19, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information

System Requirements ENTERPRISE

System Requirements ENTERPRISE System Requirements ENTERPRISE Hardware Prerequisites You must have a single bootstrap node, Mesos master nodes, and Mesos agent nodes. Bootstrap node 1 node with 2 cores, 16 GB RAM, 60 GB HDD. This is

More information

ExpressCluster X 2.0 for Linux

ExpressCluster X 2.0 for Linux ExpressCluster X 2.0 for Linux Installation and Configuration Guide 03/31/2009 3rd Edition Revision History Edition Revised Date Description First 2008/04/25 New manual Second 2008/10/15 This manual has

More information

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days CompTIA Linux+ 2009 Exam Code: XK0-002 Course Length: 5 Days Course Overview This instructor-led course will prepare students for the 2009 CompTIA Linux+ certification exam. It provides a comprehensive

More information