Commands LVM information can be created, displayed, and manipulated with the following commands:

Size: px
Start display at page:

Download "Commands LVM information can be created, displayed, and manipulated with the following commands:"

Transcription

1 NAME lvm - Logical Volume Manager (LVM) DESCRIPTION The Logical Volume Manager (LVM) is a subsystem for managing disk space. The HP LVM subsystem offers value-added features, such as mirroring (with the optional HP MirrorDisk/UX software), high availability (with the optional HP Serviceguard software), and striping, that enhance availability and performance. LVM also provides the snapshot feature to create point-in-time images (snapshots) of LVM logical volumes. Unlike earlier arrangements where disks were divided into fixed-sized sections, LVM allows the user to consider the disks, also known as physical volumes, as a pool (or volume) of data storage, consisting of equal-sized extents. The size of an extent can vary from 1 MB to 256 MB. An LVM system consists of arbitrary groupings of physical volumes, organized into volume groups. A volume group can consist of one or more physical volumes. There can be more than one volume group in the system. Once created, the volume group, and not the disk, is the basic unit of data storage. Thus, where as earlier one would move disks from one system to another, with LVM, one would move a volume group from one system to another. For this reason it is often convenient to have multiple volume groups on a system. Volume groups can be subdivided into virtual disks, called logical volumes. A logical volume can span a number of physical volumes or represent only a portion of one physical volume. The pool of disk space that is represented by a volume group can be apportioned into logical volumes of various sizes. The size of a logical volume is determined by its number of extents. Once created, logical volumes can be treated just like disk partitions. Logical volumes can be assigned to file systems, used as swap or dump devices, or used for raw access. Commands LVM information can be created, displayed, and manipulated with the following commands: lvchange Change logical volume characteristics lvcreate Stripe, create logical volume in volume group lvdisplay Display information about logical volumes lvextend Increase space, increase mirrors for logical volume lvlnboot Prepare logical volume to be root, primary swap, or dump volume lvmadm Display limits associated with a volume group version lvmove Move a logical volume within a volume group lvreduce Decrease number of physical extents allocated to logical volume lvremove Remove one or more logical volumes from volume group lvrmboot Remove logical volume link to root, primary swap, or dump volume pvchange Change characteristics of physical volume in volume group pvcreate Create physical volume for use in volume group pvdisplay Display information about physical volumes within volume group pvmove Move allocated physical extents from one physical volume to other physical volumes vgcfgbackup Create or update volume group configuration backup file vgcfgrestore Display or restore volume group configuration from backup file vgchange Set volume group availability vgcreate Create volume group vgdisplay Display information about volume groups vgexport Export a volume group and its associated logical volumes vgextend Extend a volume group by adding physical volumes vgimport Import a volume group onto the system vgmodify Modify volume group attributes vgmove Move data from old set of disks to a new set of disks vgreduce Remove physical volumes from a volume group vgremove Remove volume group definition from the system vgscan Scan physical volumes for volume groups vgversion Migrate a volume group from one volume group version to another The following commands are also available if the HP MirrorDisk/UX software is installed: lvmerge Merge two logical volumes into one logical volume lvsplit Split mirrored logical volume into two logical volumes HP-UX 11i Version 3: October Hewlett-Packard Company 1

2 lvsync vgsync Synchronize stale mirrors in logical volumes Synchronize stale logical volume mirrors in volume groups Device Special Files Starting with HP-UX 11i Version 3, the Mass Storage Stack supports two naming conventions for the device special files used to identify devices (see intro (7)). Devices can be represented using: Persistent device special files, (/dev/disk/disk3), or Legacy device special file names, (/dev/dsk/c0t6d6). While LVM supports the use of both conventions within the same volume group, the examples shown in the LVM man pages are all using the legacy device special file convention. Alternate Links (PVLinks) In this release of HP-UX, LVM continues to support Alternate Links to a device to allow continued access to the device, if the primary link fails. This multiple link or multipath solution increases data availability, but continues disallowing the simultaneous use of multiple paths. A new feature was introduced in the Mass Storage Subsystem on HP-UX 11i Version 3 that supports multiple paths to a device and allows simultaneous access to these paths. The Mass Storage Subsystem will balance the I/O load across the valid paths. Multipathing is the default unless the scsimgr command is used to enable legacy multipathing and also the active path is a legacy device special file. See scsimgr(1m) for details. Even though the Mass Storage Subsystem supports 32 multiple paths per physical volume on this version of HP-UX, LVM does not support more than eight paths to any physical volume. As a result, commands like vgcreate and vgextend will not succeed in adding more than eight paths per physical volume. Additionally, vgimport and vgscan cannot write more than eight paths per physical volume in the /etc/lvmtab or /etc/lvmtab_p files. If users want to use any specific path other than these eight paths, then they have to vgreduce one of the alternate paths in the volume group and add that specific path using vgextend. It is no longer required or recommended to configure LVM with alternate links. However, it is possible to maintain the traditional LVM behavior. To do so, both of the following criteria must be met: Only the legacy device special file naming convention is used in the volume group configuration. The scsimgr command is used to enable the legacy multipath behavior for each physical volume in the volume group. LVM s Volume Group Versions 1.0, 2.0, 2.1, and 2.2 LVM now has four different volume group version, 1.0, 2.0, 2.1, and 2.2. The original version of LVM volume group is 1.0. Versions 2.0, 2.1, and 2.2 volume groups allow LVM to increase many of the limits constraining the size of volume groups, logical volumes, and so on. Version 2.2 volume groups have the same limits as version 2.1 volume groups. To see a comparison of limits for volume groups version 1.0, 2.0, 2.1, and 2.2, use the lvmadm command (see lvmadm(1m)). Version 2.2 volume groups support boot volume groups and snapshot logical volumes (see lvlnboot (1M) and lvcreate (1M) for more details). The procedures and command syntax for managing volume groups version 1.0 is unchanged. To take advantage of the improvements in volume groups version 2.0 or higher, a volume group is declared to be version 2.0, 2.1, or 2.2 at creation time using the new -V option to the vgcreate command. The vgcreate command will create the volume group directory and group file if they do not already exist. This is independent of the volume group version. There are several differences in the procedure for creating a volume group which is to be version 2.0 or higher. The volume group directory and group file will have a different major/minor number combination. See vgcreate (1M) for details. It is no longer necessary to set maximums for physical volumes, logical volumes, or extents per physical volume. Instead the vgcreate command expects a maximum size for the volume group. This size of a volume group is the sum of the user data space on all physical volumes assigned to the volume group. 2 Hewlett-Packard Company 2 HP-UX 11i Version 3: October 2010

3 Extent size is now a required parameter. For volume groups version 1.0, the default extent size is 4MB. For volume groups version 2.0 or higher, extent size must be specified. Volume group versions 2.0 and 2.1 do not support root, boot, swap, or dump. Volume group versions 2.2 and higher do support root, boot, swap, and dump. Volume groups version 2.0 or higher do not support spare physical volumes. The maximum number of 1.0 version volume groups per system is 256. The maximum number of 2.0 version volume groups per system is 512. The maximum combined 2.0, 2.1, and 2.2 volume groups is The vgversion (1M) command allows the migration between any two supported volume group versions, with the exception of moving back to version 1.0. Extent Sizing for Volume Group Version 2.0 and Higher In volume groups version 1.0, LVM metadata is required to fit into a single physical extent. If large values for maximum physical volumes, logical volumes, and extents per physical volume were chosen, then a large extent size is required. In volume groups version 2.0 and higher, metadata is not restricted to an extent. There is an implementation limit to the number of extents in a volume group (see lvmadm(1m)), so the larger the extent size the larger the maximum volume group size which can be supported. The amount of space taken up on each physical volume by LVM metadata is dependent on the physical extent size and the maximum volume group size specified when the volume group is created. LVM metadata for volume groups version 2.0 and higher may consume more space than on volume groups version 1.0. The vgcreate command has a new option (-E) which will show the relationship between extent size and maximum volume group size. A smaller extent size allows finer granularity in assigning space to logical volumes. It also means that smaller blocks of data are marked stale when IOs to a mirror copy fail. For small logical and physical volumes, a smaller extent size may result in less wasted space. Since there are limits to the number of extents in a logical or physical volume, a small extent size will limit the total size of a logical or physical volume. Conversely a larger extent size allows creation of larger logical volumes and use of larger physical volumes. Auto Boot Disk Migration This feature is intended to allow users to configure how LVM handles situations where the physical location of the boot disk changes between reboots. This situation can occur during hardware configuration changes or if boot disk images are cloned. In those situations, Auto Migration of Boot Disk will automatically update stale configuration entries for the root volume group in LVM configuration files (/etc/lvmtab or /etc/lvmtab_p) and the Boot Data Reserved Areas for each bootable physical volume in the root volume group. The configuration files are synchronized with the information from the kernel at the time of boot. The Auto Boot Disk Migration feature (defined by the AUTO_BOOT_MIGRATE flag in the /etc/lvmrc file) is turned on by default on the system. When the feature is turned on, any mismatch between the /etc/lvmtab or /etc/lvmtab_p entries and the on-disk metadata structures for the root volume group in the kernel will be automatically fixed during the boot process. The Auto Boot Disk Migration feature can be turned off by editing the /etc/lvmrc file and setting the flag AUTO_BOOT_MIGRATE to 0. In those situations, users need to check the syslog file post boot activity and follow the instructions logged to the file, if any. Snapshots for Volume Group Version 2.2 and Higher A snapshot represents a point-in-time image of a logical volume. Multiple snapshots can be created off a single LVM logical volume. LVM snapshots let you do the following: Use snapshots to back up data on the logical volume without splitting the logical volume. This reduces the space requirement. Create snapshots faster than manually copying over multiple point-in-time copies of the logical volume. Create multiple snapshots of a logical volume. This enables you to have images of the logical volume for multiple point in time without allocating space equivalent to the entire size of the logical volume per copy. HP-UX 11i Version 3: October Hewlett-Packard Company 3

4 The logical volume and all of its snapshots together form a snapshot tree. The logical volume of which the snapshots were taken is referred to as the "original" logical volume. Only a single snapshot can be created at a time, which means that one cannot create point-in-time copies of more than one logical volume at a time. Also, snapshots can only be created off normal logical volumes, and not off snapshot logical volumes. On the snapshot tree, the original logical volume and its snapshot logical volumes maintain a successorpredecessor relationship with each other. When a snapshot is created off a logical volume, on the snapshot tree, the original logical volume is the successor of the snapshot logical volume and the snapshot is the predecessor of the original volume. Consider a logical volume lv1 with a snapshot s1. When the next snapshot s2 is created, s2 would be the new successor for the s1 snapshot, and it would be the new predecessor for the original logical volume lv1. When one more snapshot s3 is created, the snapshot tree will be represented as follows, with the arrow pointing to the successor: lv1 <- s3 <- s2 <- s1 When created, a snapshot shares all its data with that of the original logical volume. The snapshot gets a copy of its own data only when a write (copy before write) occurs onto itself or its successor. This process is referred to as data unsharing. In order to support snapshots in volume groups 2.2 and higher, LVM introduced a new configuration parameter, unshare unit (with the -U option in vgcreate). The unshare unit represents the smallest unit at which data can be unshared between a logical volume and its snapshots. The unshare unit can be configured only during creation of a volume group. See vgcreate (1M) for details. Two types of snapshots are supported. Fully-Allocated Snapshot When a fully allocated snapshot is created, the number of extents required for the snapshot is allocated immediately, just like for a normal logical volume. However, the data contained in the original logical volume is not copied over to these extents. The copying of data occurs through the data unsharing process. Space-Efficient Snapshot When a space-efficient snapshot is created, the user is expected to specify the number of extents that LVM needs to set aside to be used for unsharing in the future. These extents are referred to as preallocated extents. Refer to lvcreate (1M) and lvextend (1M) for details. After the snapshot creation, the user can further increase the number of pre-allocated extents. When the number of extents in the pre-allocated extent pool falls below a certain threshold, a message is logged in the system s syslog, and an event is published to the listening subsystems. If the automatic increase of pre-allocated extents is enabled, then the number of pre-allocated extents gets automatically incremented by the threshold value. The threshold value can be set or changed using lvcreate and lvchange commands. See lvcreate (1M) and lvchange (1M) for more information. Note that lvmpud daemon must be running for this to succeed. Please refer to lvmpud(1m) for more information on the daemon. For default allocation policy, the threshold is reached when the number of free extents in the preallocated pool is less than or equal to the configured threshold percentage of the total number of extents in the pre-allocated pool. For striped allocation policy, the threshold is reached when the number of full extent stripes that can be formed using free pre-allocated extents is less than or equal to the value calculated as below: threshold value = (threshold percentage of total pre-allocated extents rounded to stripes width ) / ( stripes width ) For distributed allocation policy, the threshold is reached when the number of free extents in the preallocated pool is less than or equal to the configured threshold percentage of the total number of extents in the pre-allocated pool or when more than half of the number of free extents in the preallocated pool is from the same physical volume. If a write requires an unshare operation to be performed on the snapshot, but there is no available extent in the pre-allocated extent pool, then the snapshot gets marked as over-committed. 4 Hewlett-Packard Company 4 HP-UX 11i Version 3: October 2010

5 If an unshare operation fails on a snapshot, it gets marked as inoperative. All reads and writes on an inoperative logical volume will fail. Snapshots are by default read-only logical volumes, but the user can choose to create writable snapshots. See lvcreate (1M) and lvchange (1M) for more information. If a logical volume has snapshots associated with it, then there could be an increase in the latencies associated with reads and writes on the original logical volume or its snapshots. The increased latency will not be incurred after the first write on the unshare unit. The following are differences between snapshot logical volumes and logical volumes that are a result of lvsplit command: The lvsplit command can be used to atomically split multiple logical volumes, where as snapshots can only be created one at a time. When a logical volume is spilt, the number of mirror copies associated with the original logical volume reduces by one. In the case of snapshots, the mirror copies associated with the original logical volume and its snapshot are independent of each other, and can be specified during creation. See lvcreate (1M). The two logical volumes that are a result of a split operation can be considered as independent logical volumes. Snapshots always are associated with the original logical volume. The original logical volume has to be available for the snapshot to be available. A split logical volume is fully allocated and does not share any data (on-disk) with the original logical volume. Snapshots, at the point of creation, share all their data with the original logical volume. Snapshots are read-only by default, where as a split logical volume is read-write. Irrespective of the number of mirrors associated with it, a logical volume can have up to 255 snapshots, where as such a logical volume cannot be split. In the case of split logical volumes, there is a certain degree of control over the physical extents that will be involved, while in the case of space-efficient snapshots, one cannot choose the physical extents that will be used on demand for data unsharing. There is very little performance degradation for writes to split logical volumes, while there is a performance degradation associated with logical volumes on a snapshot tree. NOTE: As the size of the volume group and the size of the snapshot capacity in the volume group increase, the size of the configuration backup file for the volume group also increases. Therefore, for volume group version 2.0 and higher, the default location for backing up the volume group configuration is configurable (from the default path of /etc/lvmconf). See vgcfgbackup (1M) for more details. EXAMPLES The basic steps to take to begin using LVM are as follows: Identify the disks to be used for LVM. Create an LVM data structure on each identified disk (see pvcreate (1M)). Collect all the physical volumes to form a new volume group (see vgcreate (1M)). Create logical volumes from the space in the volume group (see lvcreate (1M)). Use each logical volume as if it were a disk section (create a file system, or use for raw access). To configure disk /dev/dsk/c0t0d0 as part of a new volume groups version 1.0 named vg01: First, initialize the disk for LVM with the pvcreate command. pvcreate /dev/rdsk/c0t0d0 Then, create the pseudo device file that is used by the LVM subsystem. The vg_name directory and group file will be created automatically. Optionally, these files can be created before doing the vgcreate, as follows: mkdir /dev/vg01 mknod /dev/vg01/group c 64 0x The minor number for the group file should be unique among all the volume groups on the system. It has the format 0xNN0000, where NN ranges from 00 to ff. HP-UX 11i Version 3: October Hewlett-Packard Company 5

6 Create the volume group, vg01, containing the physical volume, /dev/dsk/c0t0d0, with the vgcreate command. vgcreate /dev/vg01 /dev/dsk/c0t0d0 You can view information about the newly created volume group with the vgdisplay command. vgdisplay -v /dev/vg01 Create a logical volume of size 100 MB, named usrvol, on this volume group with the lvcreate command. lvcreate -L 100 -n usrvol /dev/vg01 This creates two device files for the logical volume, /dev/vg01/usrvol, which is the block device file, and /dev/vg01/rusrvol, which is the character (raw) device file. You can view information about the newly created logical volume with the lvdisplay command. lvdisplay /dev/vg01/usrvol Any operation allowed on a disk partition is allowed on the logical volume. Thus, you can use usrvol to hold a file system. newfs /dev/vg01/rusrvol mount /dev/vg01/usrvol /usr To use a volume group version 2.0 or higher in the above example, only few changes are required. The volume group directory and group file are created automatically in all supported versions. The vgcreate command would be changed. The following creates the volume group with an extent size of 32 megabytes and a maximum volume group size of 32 terabytes (see vgcreate (1M)). vgcreate -V 2.0 -s 32 -S 32t /dev/vg01 /dev/dsk/c0t0d0 or vgcreate -V 2.1 -s 32 -S 32t /dev/vg01 /dev/dsk/c0t0d0 or vgcreate -V 2.2 -s 32 -S 32t /dev/vg01 /dev/dsk/c0t0d0 The following creates the volume group with an unshare unit of 512 KB. vgcreate -V 2.2 -U 512 -s 32 -S 32t /dev/vg01 /dev/dsk/c0t0d0 SEE ALSO lvchange(1m), lvcreate(1m), lvdisplay(1m), lvextend(1m), lvlnboot(1m), lvmadm(1m), lvmove(1m), lvmpud(1m), lvreduce(1m), lvremove(1m), lvrmboot(1m), pvchange(1m), pvcreate(1m), pvdisplay(1m), pvmove(1m), vgcfgbackup(1m), vgcfgrestore(1m), vgchange(1m), vgcreate(1m), vgdisplay(1m), vgexport(1m), vgextend(1m), vgimport(1m), vgmodify(1m), vgmove(1m), vgreduce(1m), vgremove(1m), vgscan(1m), vgversion(1m), intro(7). HP-UX System Administration: Logical Volume Management. If HP MirrorDisk/UX is installed: lvmerge(1m), lvsplit(1m), lvsync(1m), vgsync(1m). If HP Serviceguard is installed: cmcheckconf(1m), cmquerycl(1m), Managing Serviceguard. 6 Hewlett-Packard Company 6 HP-UX 11i Version 3: October 2010

Before assigning a physical volume to a volume group, the physical volume has to be created using the pvcreate command (see pvcreate (1M)).

Before assigning a physical volume to a volume group, the physical volume has to be created using the pvcreate command (see pvcreate (1M)). NAME vgcreate - create LVM volume group SYNOPSIS /usr/sbin/vgcreate [-V 1.0] [-f] [-A autobackup ] [-x extensibility] [-e max_pe] [-l max_lv] [-p max_pv] [-s pe_size ] [-g pvg_name ] vg_name pv_path...

More information

HP-UX System Administrator's Guide: Logical Volume Management

HP-UX System Administrator's Guide: Logical Volume Management HP-UX System Administrator's Guide: Logical Volume Management HP-UX 11i Version 3 Abstract This document describes how to configure, administer, and troubleshoot the Logical Volume Manager (LVM) product

More information

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 Abstract...2 Legacy and Agile Naming Models...3 LVM support for Dual Naming Models...3 Naming Model specific Commands/Options...3 Disabling

More information

Using the vgmove command to perform LVM Volume Group migration

Using the vgmove command to perform LVM Volume Group migration Using the vgmove command to perform LVM Volume Group migration Abstract... 2 Overview... 2 When do you use vgmove?... 2 Prerequisites... 2 How to use vgmove... 2 Volume group migration flow... 3 How to

More information

pv_path The block device path name of a physical volume.

pv_path The block device path name of a physical volume. NAME pvdisplay - display information about physical volumes in LVM volume groups SYNOPSIS /usr/sbin/pvdisplay [-v] [-d] [-b BlockList ] pv_path... /usr/sbin/pvdisplay -l [-u] pv_path... /usr/sbin/pvdisplay

More information

Comparison between Tru64 UNIX and HP-UX Filesystems and Volume-Managers

Comparison between Tru64 UNIX and HP-UX Filesystems and Volume-Managers Comparison between Tru64 UNIX and HP-UX Filesystems and Volume-Managers Thomas Aussmann Consultant Proactive Services Hewlett-Packard GmbH thomas.aussmann@hp.com 2004 Hewlett-Packard Development Company,

More information

Veritas Volume Manager Conversion

Veritas Volume Manager Conversion Veritas Volume Manager Conversion Tim Clemens Training and Consulting Louisville, KY 1-800-888-9028 Topics Veritas Volume Manager - VxVM LVM Cluster Volume Groups - Review Creating VxVM Cluster Disk Groups

More information

Tru64 UNIX and HP-UX File Systems and Volume Managers

Tru64 UNIX and HP-UX File Systems and Volume Managers Tru64 UNIX and HP-UX File Systems and Volume Managers Thomas Aussmann Consultant Proactive Services Hewlett-Packard GmbH thomas.aussmann@hp.com 2004 Hewlett-Packard Dev elopment Company, L.P. The inf ormation

More information

The Contents and Structure of this Manual. This document is composed of the following ten chapters.

The Contents and Structure of this Manual. This document is composed of the following ten chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

The Contents and Structure of this Manual. This document is composed of the following 12 chapters.

The Contents and Structure of this Manual. This document is composed of the following 12 chapters. Preface This document briefly explains the operations that need to be performed by the user in order to connect an ETERNUS2000 model 100 or 200, ETERNUS4000 model 300, 400, 500, or 600, or ETERNUS8000

More information

CIS UNIX System Administration

CIS UNIX System Administration Lab 11: Lab notes: - Lab 10 successful completion is a prerequisite for this lab - The sda8, sda9 partitions below may change based on current disk partition. See instructor for current # s. - After the

More information

Changing user login password on templates

Changing user login password on templates Changing user login password on templates 1. Attach an ISO via the cloudstack interface and boot the VM to rescue mode. Click on attach iso icon highlighted below: A popup window appears from which select

More information

Red Hat Enterprise Linux 6

Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 6 Logical Volume Manager Administration LVM Administrator Guide Last Updated: 2018-02-08 Red Hat Enterprise Linux 6 Logical Volume Manager Administration LVM Administrator Guide

More information

LVM Administrator's Guide. Configuration and Administration 5.2

LVM Administrator's Guide. Configuration and Administration 5.2 LVM Administrator's Guide Configuration and Administration 5.2 Cluster_Logical_Volume_Manager ISBN: N/A Publication date: May 2008 LVM Administrator's Guide This book describes the LVM logical volume manager

More information

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide Edition 1

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide Edition 1 Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's Guide Edition 1 Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's Guide Edition

More information

HP-UX in Comparison with Previous HP-UX Releases

HP-UX in Comparison with Previous HP-UX Releases HP-UX 11.31 in Comparison with Previous HP-UX Releases DECUS Presentation, 04/17/2007, Nürnberg Authors: Victor Senderov Zlatina Yordanova 2006 Hewlett-Packard Development Company, L.P. The inf ormation

More information

Veritas Volume Manager Migration Guide

Veritas Volume Manager Migration Guide Veritas Volume Manager Migration Guide HP-UX 5.0.1 Veritas Storage Foundation Veritas Volume Manager Migration Guide The software described in this book is furnished under a license agreement and may be

More information

Linux System Administration, level 1. Lecture 4: Partitioning and Filesystems Part II: Tools & Methods

Linux System Administration, level 1. Lecture 4: Partitioning and Filesystems Part II: Tools & Methods Linux System Administration, level 1 Lecture 4: Partitioning and Filesystems Part II: Tools & Methods The sequence 1. Create one or more empty partitions 1a. (optional) Arrange them into a RAID or LVM

More information

Design of a Cluster Logical Volume Manager Abhinay Ramesh Kampasi Pune Institute of Computer Technology, University of Pune.

Design of a Cluster Logical Volume Manager Abhinay Ramesh Kampasi Pune Institute of Computer Technology, University of Pune. Design of a Cluster Logical Volume Manager Abhinay Ramesh Kampasi Pune Institute of Computer Technology, University of Pune. Email: abhinaykampasi@hotmail.com WWW: http://abhinaykampasi.tripod.com 1 CERTIFICATE

More information

Red Hat Enterprise Linux 7

Red Hat Enterprise Linux 7 Red Hat Enterprise Linux 7 Logical Volume Manager Administration LVM Administrator Guide Last Updated: 2017-11-15 Red Hat Enterprise Linux 7 Logical Volume Manager Administration LVM Administrator Guide

More information

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command.

As this method focuses on working with LVM, we will first confirm that our partition type is actually Linux LVM by running the below command. How to Increase the size of a Linux LVM by adding a new disk This post will cover how to increase the disk space for a VMware virtual machine running Linux that is using logical volume manager (LVM). First

More information

Manage your disk space... for free :)

Manage your disk space... for free :) Manage your disk space... for free :) Julien Wallior Plug Central Agenda Background RAID LVM Some basics Practice Booting on a raid device What is that? How it works Hardware raid... if you really want

More information

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume.

7. Try shrinking / -- what happens? Why? Cannot shrink the volume since we can not umount the / logical volume. OPS235 Lab 4 [1101] Sample/suggested Answers/notes (Please ask your professor if you need any clarification or more explanation on concepts you don't understand.) Investigation 1: How are LVMs managed

More information

VERITAS Volume Manager (VxVM) for HP-UX

VERITAS Volume Manager (VxVM) for HP-UX VERITAS Volume Manager (VxVM) for HP-UX Russell I. Henmi Technical Instructor VERITAS Education Services 1of 24 Objectives This presentation is intended to provide an understanding of the VERITAS Volume

More information

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide

Red Hat Enterprise Linux 5 Logical Volume Manager Administration. LVM Administrator's Guide Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's Guide Logical Volume Manager Administration Red Hat Enterprise Linux 5 Logical Volume Manager Administration LVM Administrator's

More information

Adding a block devices and extending file systems in Linux environments

Adding a block devices and extending file systems in Linux environments Adding a block devices and extending file systems in Linux environments In this exercise we simulate situation where user files partition /home fills up and needs to be extended. Also we migrate from static

More information

An introduction to Logical Volume Management

An introduction to Logical Volume Management An introduction to Logical Volume Management http://distrowatch.com/weekly.php?issue=20090309 For users new to Linux, the task of switching operating systems can be quite daunting. While it is quite similar

More information

IBM. Linux. Configuring IBM PowerKVM on Power systems

IBM. Linux. Configuring IBM PowerKVM on Power systems IBM Linux Configuring IBM PowerKVM on Power systems IBM Linux Configuring IBM PowerKVM on Power systems Note Before using this information and the product it supports, read the information in Notices

More information

VERITAS Foundation Suite for HP-UX

VERITAS Foundation Suite for HP-UX VERITAS Foundation Suite for HP-UX Enhancing HP-UX Performance and Availability with VERITAS Foundation Products V E R I T A S W H I T E P A P E R Table of Contents Introduction.................................................................................1

More information

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity: fsck

More information

HP StorageWorks Modular Smart Array 1500 cs application note

HP StorageWorks Modular Smart Array 1500 cs application note HP StorageWorks Modular Smart Array 1500 cs application note Migrating to active/active controllers in HP-UX environments *400677-001* *400677 001* Part number: 400677 001 First edition: September 2005

More information

Survey Of Volume Managers

Survey Of Volume Managers Survey Of Volume Managers Nasser M. Abbasi May 24, 2000 page compiled on June 28, 2015 at 10:44am Contents 1 Advantages of Volume Managers 1 2 Terminology used in LVM software 1 3 Survey of Volume Managers

More information

The NetBSD Logical Volume Manager

The NetBSD Logical Volume Manager The NetBSD Logical Volume Manager Adam Hamsik The NetBSD Foundation haad@netbsd.org Abstract LVM is a method of allocating disk space on a disk storage devices. Which is more flexible than conventional

More information

Detailed study on Linux Logical Volume Manager

Detailed study on Linux Logical Volume Manager Detailed study on Linux Logical Volume Manager Prashanth Nayak, Robert Ricci Flux Research Group Universitiy of Utah August 1, 2013 1 Introduction This document aims to provide an introduction to Linux

More information

File system manager. Single tool to manage your storage. Red Hat. October 24, 2011

File system manager. Single tool to manage your storage. Red Hat. October 24, 2011 File system manager Single tool to manage your storage Red Hat Lukáš Czerner October 24, 2011 Copyright 2011 Lukáš Czerner, Red Hat. Permission is granted to copy, distribute and/or modify this document

More information

Main Memory CHAPTER. Exercises. 7.9 Explain the difference between internal and external fragmentation. Answer:

Main Memory CHAPTER. Exercises. 7.9 Explain the difference between internal and external fragmentation. Answer: 7 CHAPTER Main Memory Exercises 7.9 Explain the difference between internal and external fragmentation. a. Internal fragmentation is the area in a region or a page that is not used by the job occupying

More information

LPI EXAM LPI Level 2 Exam 201, Advanced Level Linux Certification, Part 1 of 2. Buy Full Product.

LPI EXAM LPI Level 2 Exam 201, Advanced Level Linux Certification, Part 1 of 2. Buy Full Product. LPI EXAM - 117-201 LPI Level 2 Exam 201, Advanced Level Linux Certification, Part 1 of 2 Buy Full Product http://www.examskey.com/117-201.html Examskey LPI 117-201 exam demo product is here for you to

More information

Online SAN Re-Engineering and Data Migration Case Study

Online SAN Re-Engineering and Data Migration Case Study Online SAN Re-Engineering and Data Migration Case Study Danny B. Gross Atul Patel Aaron Dahl Member of Technical Staff Unix Systems Administrator Unix Systems Administrator Motorola, Inc Motorola, Inc.

More information

example.com index.html # vim /etc/httpd/conf/httpd.conf NameVirtualHost :80 <VirtualHost :80> DocumentRoot /var/www/html/

example.com index.html # vim /etc/httpd/conf/httpd.conf NameVirtualHost :80 <VirtualHost :80> DocumentRoot /var/www/html/ example.com index.html # vim /etc/httpd/conf/httpd.conf NameVirtualHost 192.168.0.254:80 DocumentRoot /var/www/html/ ServerName station.domain40.example.com

More information

Example Implementations of File Systems

Example Implementations of File Systems Example Implementations of File Systems Last modified: 22.05.2017 1 Linux file systems ext2, ext3, ext4, proc, swap LVM Contents ZFS/OpenZFS NTFS - the main MS Windows file system 2 Linux File Systems

More information

System Administration. Storage Systems

System Administration. Storage Systems System Administration Storage Systems Agenda Storage Devices Partitioning LVM File Systems STORAGE DEVICES Single Disk RAID? RAID Redundant Array of Independent Disks Software vs. Hardware RAID 0, 1,

More information

Red Hat Enterprise Linux 4 Cluster Logical Volume Manager. LVM Administrator's Guide

Red Hat Enterprise Linux 4 Cluster Logical Volume Manager. LVM Administrator's Guide Red Hat Enterprise Linux 4 Cluster Logical Volume Manager LVM Administrator's Guide Cluster Logical Volume Manager Red Hat Enterprise Linux 4 Cluster Logical Volume Manager LVM Administrator's Guide Edition

More information

Operating Systems. Week 9 Recitation: Exam 2 Preview Review of Exam 2, Spring Paul Krzyzanowski. Rutgers University.

Operating Systems. Week 9 Recitation: Exam 2 Preview Review of Exam 2, Spring Paul Krzyzanowski. Rutgers University. Operating Systems Week 9 Recitation: Exam 2 Preview Review of Exam 2, Spring 2014 Paul Krzyzanowski Rutgers University Spring 2015 March 27, 2015 2015 Paul Krzyzanowski 1 Exam 2 2012 Question 2a One of

More information

Chapter 13: Mass-Storage Systems. Disk Scheduling. Disk Scheduling (Cont.) Disk Structure FCFS. Moving-Head Disk Mechanism

Chapter 13: Mass-Storage Systems. Disk Scheduling. Disk Scheduling (Cont.) Disk Structure FCFS. Moving-Head Disk Mechanism Chapter 13: Mass-Storage Systems Disk Scheduling Disk Structure Disk Scheduling Disk Management Swap-Space Management RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices

More information

Chapter 13: Mass-Storage Systems. Disk Structure

Chapter 13: Mass-Storage Systems. Disk Structure Chapter 13: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space Management RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices Operating System

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates Technical Report A Thorough Introduction to 64-Bit Aggregates Shree Reddy, NetApp September 2011 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES The NetApp Data ONTAP 8.0 operating system operating

More information

Quota LVM (Logical Volume Manager)

Quota LVM (Logical Volume Manager) Quota, LVM 1 Quota LVM (Logical Volume Manager) 2 https://access.redhat.com/knowledge/docs/en- US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/c h-disk-quotas.html Quotas give us the ability

More information

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs

BT Cloud Compute. Adding a Volume to an existing VM running Linux. The power to build your own cloud solutions to serve your specific business needs Adding a Volume to an existing VM running Linux BT Cloud Compute The power to build your own cloud solutions to serve your specific business needs Issue 3 Introduction This guide has been designed to walk

More information

Back Up (And Restore) LVM Partitions With LVM Snapshots

Back Up (And Restore) LVM Partitions With LVM Snapshots By Falko Timme Published: 2007-04-15 13:24 Back Up (And Restore) LVM Partitions With LVM Snapshots Version 1.0 Author: Falko Timme Last edited 04/11/2007 This tutorial shows

More information

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University

CS370: System Architecture & Software [Fall 2014] Dept. Of Computer Science, Colorado State University CS 370: SYSTEM ARCHITECTURE & SOFTWARE [MASS STORAGE] Frequently asked questions from the previous class survey Shrideep Pallickara Computer Science Colorado State University L29.1 L29.2 Topics covered

More information

Red Hat Enterprise Linux 6 Logical Volume Manager Administration. LVM Administrator Guide

Red Hat Enterprise Linux 6 Logical Volume Manager Administration. LVM Administrator Guide Red Hat Enterprise Linux 6 Logical Volume Manager Administration LVM Administrator Guide Logical Volume Manager Administration Red Hat Enterprise Linux 6 Logical Volume Manager Administration LVM Administrator

More information

I N D E X Symbols 1373

I N D E X Symbols 1373 INDEX Symbols "sw" command summaries 1322 $HOME/.dt/types/dtwm.fp 647, 648 $HOME/.dtprofile 679.bashrc 1161, 1163.cshrc 1147.dt 688.dtprofile 673.login 1148.profile 320.Xdefaults 679 / 651 /.profile 320

More information

Veritas Storage Foundation 6.1 Storage and Availability Management for Oracle Databases

Veritas Storage Foundation 6.1 Storage and Availability Management for Oracle Databases Veritas Storage Foundation 6.1 Storage and Availability Management for Oracle Databases HP-UX 11i v3 Part Number: 869172-001 Published: June 2016 Edition: 1 Copyright 2001, 2016 Hewlett Packard Enterprise

More information

Smart Array Controller technology: drive array expansion and extension technology brief

Smart Array Controller technology: drive array expansion and extension technology brief Smart Array Controller technology: drive array expansion and extension technology brief Abstract... 2 Introduction... 2 Array configuration utility... 2 Capacity expansion... 2 Logical drive creation...

More information

Cloning and Repartitioning sessionmgr Disks

Cloning and Repartitioning sessionmgr Disks This chapter describes the steps needed to repartition the sessionmgr disks so that the increased number of subscribers (> 10 million) can be accommodated. Cloning and Disk Repartitioning of Sessionmgr01

More information

Getting Started with Pentaho and Cloudera QuickStart VM

Getting Started with Pentaho and Cloudera QuickStart VM Getting Started with Pentaho and Cloudera QuickStart VM This page intentionally left blank. Contents Overview... 1 Before You Begin... 1 Prerequisites... 1 Use Case: Development Sandbox for Pentaho and

More information

Exam HP0-A01 HP-UX 11i v3 System Administration Version: 5.0 [ Total Questions: 179 ]

Exam HP0-A01 HP-UX 11i v3 System Administration Version: 5.0 [ Total Questions: 179 ] s@lm@n HP Exam HP0-A01 HP-UX 11i v3 System Administration Version: 5.0 [ Total Questions: 179 ] Topic 0, A A Question No : 1 - (Topic 0) What does the linkloop command test? A. router activity B. Maximum

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

Register for this course. Find this course in the Training calendar and click the "Register" link.

Register for this course. Find this course in the Training calendar and click the Register link. Course Data Sheet HP-UX System and Network Administration I Course description This course teaches you to configure, manage, maintain, and administer HP-UX servers. The course focuses on configuration

More information

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Introduction... 2 Terms and Definitions... 2 Ramdisk Features in HP-UX 11i v2... 2 Ramdisk Installation... 3 Ramdisk Configuration... 3 Ramdisk Device

More information

Advanced Linux System Administra3on

Advanced Linux System Administra3on Advanced Linux System Administra3on Topic 7. File systems, advanced management Pablo Abad Fidalgo José Ángel Herrero Velasco Departamento de Ingeniería Informá2ca y Electrónica Este tema se publica bajo

More information

Dell Storage Center with HP UX 11i v3 Best Practices

Dell Storage Center with HP UX 11i v3 Best Practices Dell Storage Center with HP UX 11i v3 Best Practices Daniel Tan, UNIX/Linux Product Specialist Dell Storage Engineering December 2015 Dell Best Practices Revisions Date Rev. Description Author July 2014

More information

NAME make_tape_recovery - tape based system recovery archive creation

NAME make_tape_recovery - tape based system recovery archive creation NAME make_tape_recovery - tape based system recovery archive creation SYNOPSIS /opt/ignite/bin/make_tape_recovery [ -s Ignite-UX_server ] [ -a tape_drive ] [-A] [-N] [-b] [-B boot_destination_file] [ -D

More information

Chapter 8: Virtual Memory. Operating System Concepts

Chapter 8: Virtual Memory. Operating System Concepts Chapter 8: Virtual Memory Silberschatz, Galvin and Gagne 2009 Chapter 8: Virtual Memory Background Demand Paging Copy-on-Write Page Replacement Allocation of Frames Thrashing Memory-Mapped Files Allocating

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 11: File System Implementation Prof. Alan Mislove (amislove@ccs.neu.edu) File-System Structure File structure Logical storage unit Collection

More information

Replication is the process of creating an

Replication is the process of creating an Chapter 13 Local tion tion is the process of creating an exact copy of data. Creating one or more replicas of the production data is one of the ways to provide Business Continuity (BC). These replicas

More information

HP-UX 11i Version 1.5 System Crash Dump White Paper

HP-UX 11i Version 1.5 System Crash Dump White Paper HP-UX 11i Version 1.5 System Crash Dump White Paper 7 April 27. 2001 Copyright 2001 Hewlett-Packard Company, All rights reserved.. 8 1 HP-UX 11i Version 1.5 System Crash Dump Beginning with the 11.0 release

More information

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1

Disks, Filesystems, Booting Todd Kelley CST8177 Todd Kelley 1 Disks, Filesystems, Booting Todd Kelley kelleyt@algonquincollege.com CST8177 Todd Kelley 1 sudo and PATH (environment) disks partitioning formatting file systems: mkfs command checking file system integrity:

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

EX200 EX200. Red Hat Certified System Administrator RHCSA

EX200 EX200. Red Hat Certified System Administrator RHCSA EX200 Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ EX200 Red Hat Certified System Administrator RHCSA EX200 QUESTION 1 Configure your Host Name, IP

More information

Storage Profiles. Storage Profiles. Storage Profiles, page 12

Storage Profiles. Storage Profiles. Storage Profiles, page 12 , page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 6 Automatic Disk Selection, page 7 Supported LUN Modifications, page 8 Unsupported LUN Modifications, page 8 Disk Insertion

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, page 1 Disk Groups and Disk Group Configuration Policies, page 2 RAID Levels, page 3 Automatic Disk Selection, page 4 Supported LUN Modifications,

More information

The term "physical drive" refers to a single hard disk module. Figure 1. Physical Drive

The term physical drive refers to a single hard disk module. Figure 1. Physical Drive HP NetRAID Tutorial RAID Overview HP NetRAID Series adapters let you link multiple hard disk drives together and write data across them as if they were one large drive. With the HP NetRAID Series adapter,

More information

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit?

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit? HP-UX System Administration Course Overview This Hewlett Packard HP-UX System Administration training course is designed to give delegates practical experience in the administration of an HP-UX UNIX System.

More information

VERITAS Volume Manager 3.1

VERITAS Volume Manager 3.1 VERITAS Volume Manager 3.1 Installation Guide HP-UX August 2000 30-000006-399 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation

More information

Configuring Storage Profiles

Configuring Storage Profiles This part contains the following chapters: Storage Profiles, 1 ページ Disk Groups and Disk Group Configuration Policies, 2 ページ RAID Levels, 3 ページ Automatic Disk Selection, 4 ページ Supported LUN Modifications,

More information

NVIDIA RAID Installation Guide

NVIDIA RAID Installation Guide NVIDIA RAID Installation Guide 1. NVIDIA BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID. 2 1.2 RAID Configurations Precautions.. 3 1.3 Create Disk Array. 4 2. NVIDIA Windows RAID Installation

More information

Oracle on HP Storage

Oracle on HP Storage Oracle on HP Storage Jaime Blasco EMEA HP/Oracle CTC Cooperative Technology Center Boeblingen - November 2004 2003 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Operating Systems 4/27/2015

Operating Systems 4/27/2015 Virtualization inside the OS Operating Systems 24. Virtualization Memory virtualization Process feels like it has its own address space Created by MMU, configured by OS Storage virtualization Logical view

More information

EX200.Lead2pass.Exam.24q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator RHCSA. Version 14.0

EX200.Lead2pass.Exam.24q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator RHCSA. Version 14.0 EX200.Lead2pass.Exam.24q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.0 http://www.gratisexam.com/ Exam Code: EX200 Exam Name: Red Hat Certified System Administrator RHCSA Version

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

Vendor: RedHat. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator - RHCSA. Version: Demo

Vendor: RedHat. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator - RHCSA. Version: Demo Vendor: RedHat Exam Code: EX200 Exam Name: Red Hat Certified System Administrator - RHCSA Version: Demo EX200 Exam A QUESTION NO: 1 CRECT TEXT Configure your Host Name, IP Address, Gateway and DNS. Host

More information

A Thorough Introduction to 64-Bit Aggregates

A Thorough Introduction to 64-Bit Aggregates TECHNICAL REPORT A Thorough Introduction to 64-Bit egates Uday Boppana, NetApp March 2010 TR-3786 CREATING AND MANAGING LARGER-SIZED AGGREGATES NetApp Data ONTAP 8.0 7-Mode supports a new aggregate type

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

Dynamic Root Disk Administrator's Guide

Dynamic Root Disk Administrator's Guide Dynamic Root Disk Administrator's Guide HP-UX 11i v2, HP-UX 11i v3 HP Part Number: 5992-5856 Published: January 2009 Edition: 1.0 Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential computer

More information

HPE Data Protector Software Version: Zero Downtime Backup Administrator's Guide

HPE Data Protector Software Version: Zero Downtime Backup Administrator's Guide HPE Data Protector Software Version: 9.09 Zero Downtime Backup Administrator's Guide Document Release Date: March 2017 Software Release Date: March 2017 Legal Notices Warranty The only warranties for Hewlett

More information

Critical Resource Analysis (CRA) White Paper

Critical Resource Analysis (CRA) White Paper Critical Resource Analysis (CRA) White Paper SUMMARY... 3 Introduction to Critical Resource Analysis... 4 CRA return values... 4 Mass Storage CRA Scenarios... 5 Boot Path Configuration Scenarios... 5 Scenario

More information

Database Management. Understanding Failure Resiliency. Database Files CHAPTER

Database Management. Understanding Failure Resiliency. Database Files CHAPTER CHAPTER 7 This chapter contains information on RDU database management and maintenance. The RDU database is the Broadband Access Center for Cable (BACC) central database. As with any database, it is essential

More information

OPERATING SYSTEM. Chapter 12: File System Implementation

OPERATING SYSTEM. Chapter 12: File System Implementation OPERATING SYSTEM Chapter 12: File System Implementation Chapter 12: File System Implementation File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management

More information

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam

Red Hat.Actualtests.EX200.v by.Dixon.22q. Exam Code: EX200. Exam Name: Red Hat Certified System Administrator (RHCSA) Exam Red Hat.Actualtests.EX200.v2014-12-02.by.Dixon.22q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: EX200 Exam Name: Red Hat Certified System

More information

Using Dynamic Root Disk Activate and Deactivate Commands

Using Dynamic Root Disk Activate and Deactivate Commands Using Dynamic Root Disk Activate and Deactivate Commands Introduction... 2 Using a preview of drd activate to check boot settings... 2 Using a drd clone as an alternate boot disk... 3 On an Integrity System...

More information

Ovirt Storage Overview

Ovirt Storage Overview Ovirt Storage Overview Jun 8 th, 2012 Barak Azulay 1 Agenda Defining the problem Storage Domain Storage Pool Roadmap How to contribute Q&A Example Domain Classes Domain Types File Domains Block Domains

More information

BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP

BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP BEST PRACTICES GUIDE FOR DATA PROTECTION WITH FILERS RUNNING FCP Nick Wilhelm-Olsen, Brett Cooper October 1, 2002 TR3202 TECHNICAL REPORT Network Appliance, a pioneer and industry leader in data storage

More information

High Availability Solutions with Oracle on HP-UX

High Availability Solutions with Oracle on HP-UX High Availability Solutions with Oracle on HP-UX Rebecca Schlecht (HP) EMEA HP/Oracle Cooperative Technology Centre (CTC) DECUS IT - Symposium 2007, CCN CongressCenter Nürnberg, 2006 Hewlett-Packard Development

More information

Insights into TSM/HSM for UNIX and Windows

Insights into TSM/HSM for UNIX and Windows IBM Software Group Insights into TSM/HSM for UNIX and Windows Oxford University TSM Symposium 2005 Jens-Peter Akelbein (akelbein@de.ibm.com) IBM Tivoli Storage SW Development 1 IBM Software Group Tivoli

More information

Chapter 11: Implementing File Systems

Chapter 11: Implementing File Systems Chapter 11: Implementing File Systems Operating System Concepts 99h Edition DM510-14 Chapter 11: Implementing File Systems File-System Structure File-System Implementation Directory Implementation Allocation

More information

Unit 11. Working With the Logical Volume Manager

Unit 11. Working With the Logical Volume Manager Unit 11. Working With the Logical Volume Manager What This Unit Is About This unit provides information on how to work with logical volumes, physical volumes and volume groups. What You Should Be Able

More information

Seltestengine EX200 24q

Seltestengine EX200 24q Seltestengine EX200 24q Number: EX200 Passing Score: 800 Time Limit: 120 min File Version: 22.5 http://www.gratisexam.com/ Red Hat EX200 Red Hat Certified System AdministratorRHCSA Nicely written Questions

More information

MODERN FILESYSTEM PERFORMANCE IN LOCAL MULTI-DISK STORAGE SPACE CONFIGURATION

MODERN FILESYSTEM PERFORMANCE IN LOCAL MULTI-DISK STORAGE SPACE CONFIGURATION INFORMATION SYSTEMS IN MANAGEMENT Information Systems in Management (2014) Vol. 3 (4) 273 283 MODERN FILESYSTEM PERFORMANCE IN LOCAL MULTI-DISK STORAGE SPACE CONFIGURATION MATEUSZ SMOLIŃSKI Institute of

More information

Data ONTAP 8.1 Storage Efficiency Management Guide for 7-Mode

Data ONTAP 8.1 Storage Efficiency Management Guide for 7-Mode IBM System Storage N series Data ONTAP 8.1 Storage Efficiency Management Guide for 7-Mode GA32-1047-03 Contents Preface................................ 1 About this guide..............................

More information