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

Size: px
Start display at page:

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

Transcription

1 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... /usr/sbin/vgcreate -V 2.n -s pe_size -S vg_size [-A autobackup ] [-x extensibility] [-g pvg_name ] vg_name pv_path... /usr/sbin/vgcreate -V 2.2 -s pe_size -S vg_size [-A autobackup ] [-x extensibility] [-g pvg_name ] [-U unshare_unit ] vg_name pv_path... /usr/sbin/vgcreate -V 2.n -E {-s pe_size -S vg_size} DESCRIPTION The vgcreate command without the -E option creates a new volume group, as shown by the first three forms in SYNOPSIS above. vg_name is a symbolic name for the volume group and must be used in all references to it. vg_name is the path to a directory entry under /dev that must contain a character special file named group. Except for the group entry, the vg_name directory should be empty. A user may explicitly create the vg_name directory and the group file before creating the volume group. If absent, the vgcreate command will automatically create the directory and the group file, assigning the minor number. If the group file is automatically created, any available minor number may be assigned to the group file. vgcreate leaves the volume group in an active state. Before assigning a physical volume to a volume group, the physical volume has to be created using the pvcreate command (see pvcreate (1M)). If vgcreate fails to install the first specified physical volume into the volume group, the volume group is not created. If, for any reason, one of the remaining specified physical volumes cannot be installed into the volume group, an error message is printed, but the installation continues until the end of the list of physical volumes. The vgcreate command with the -E option displays information which may be useful in deciding on parameters for use in creating a volume group version 2.0 and higher. The -E option (only for volume groups versions 2.0 and higher) displays the relationship between physical extent size (pe_size ) and maximum volume group size (vg_size). See lvm(7) for more on this topic. A pe_size or a vg_size must be supplied on the command line. If pe_size is specified, then the maximum volume group size which can be created using that extent size is displayed using the suffix notation explained in the description of the -S option. If the vg_size is specified then the minimum extent size required to support the given maximum volume group size is displayed in megabytes. Options and Arguments vgcreate recognizes the following options and arguments: -V vg_version Specify the version of the volume group. Currently only 1.0, 2.0, 2.1, and 2.2 are supported. Different versions represent significant changes in LVM software and data layout and may have compatibility implications when volume groups are shared or moved from system to system. See lvm(7) for more details. The default version is 1.0. pv_path The block device path name of a physical volume that will be assigned to the new volume group. On PA-RISC systems, pv_path should be the path name for the whole disk. For HP Integrity system boot physical volumes, pv_path should be the path name for the disk section containing the HP-UX partition (see model(1) and getconf (1)). For HP Integrity system non-boot physical volumes, pv_path can be the path name for the whole disk or the disk section containing the HP-UX partition. You can specify physical volume links pv-links for a physical volume providing different paths that reference the same physical volume in the pv_path list. HP-UX 11i Version 3: September Hewlett-Packard Company 1

2 The order in which the paths are listed is important. The first path becomes the primary link to the physical volume, and the second becomes an alternate link to the physical volume. The primary link is the default path used to access the physical volume. (see WARNINGS section). If the primary link becomes unavailable, LVM automatically switches to the alternate link to access the physical volume. Currently, LVM supports a maximum of 8 paths to a physical volume (7 alternate and one primary). vg_name The path name of a subdirectory of the /dev directory. vg_name must be empty except for a character special file named group. Typically, this directory name is in the form /dev/vgnn, where NN numbers sequentially from 00. -A autobackup Set automatic backup for this invocation of this command. autobackup can have one of the following values: y Automatically back up configuration changes made to the volume group. This is the default. After this command executes, the vgcfgbackup command (see vgcfgbackup (1M)) is executed for the volume group. n Do not back up configuration changes this time. -e max_pe Only applicable to volume groups version 1.0. Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group. The default value for max_pe is However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted to match the physical volume size. The maximum number of physical extents can be a value in the range 1 to f Only applicable to volume groups version 1.0. This option will force a volume group to be created with a physical volume which has alternate block(s) already allocated, (that is, this physical volume was not initialized using pvcreate -f.) This option should be used with extreme caution. If the volume group to be created has a different physical extent size, the alternate block(s) might be inside the user data area. Potential data corruption could occur. -g pvg_name Create a new physical volume group with the name pvg_name. All physical volumes specified in the pv_path parameter become a member of the newly created physical volume group. The physical volume group information is stored in an ASCII file, /etc/lvmpvg. The file can be edited to create a physical volume group instead of using the vgcreate command. However, ensure that the physical volumes to be used have already been installed in the volume group prior to creating the physical volume group. The physical volume group name must be unique within a volume group although identical physical volume group names can appear in different volume groups (see lvmpvg(4) for format details). -l max_lv Only applicable to volume groups version 1.0. Set the maximum number of logical volumes that the volume group is allowed to contain. The default value for max_lv is 255. The maximum number of logical volumes can be a value in the range 1 to p max_pv Only applicable to volume groups version 1.0. Set the maximum number of physical volumes that the volume group is allowed to contain. The default value for max_pv is 16. The maximum number of physical volumes can be a value in the range 1 to s pe_size Sets the number of megabytes in each physical extent, where pe_size is expressed in units of megabytes (MB) in the range 1 to 256. pe_size must be equal to a power of 2 (1, 2, 4, 8, etc.). The default value for pe_size is 4 (four megabytes) for volume groups version Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010

3 For volume groups versions 2.0 and higher, this is a required parameter. See lvm(7) for more information on extent sizes on volume groups versions 2.0 and higher. -S vg_size Only applicable to volume groups versions 2.0 and higher. Sets the maximum size of the volume group. The maximum size is the total size of all physical extents in the volume group. The unit for vg_size is specified as a suffix. The recognized values for the suffix are m (megabytes), g (gigabytes), t (terabytes), and p (petabytes). If no suffix is supplied, then m (megabytes) is assumed. A vg_size of 512 terabytes would be specified as 512t. Only whole numbers are accepted. The maximum supported vg_size is 2p. NOTE: If the product of the physical extent size and the total number of physical extents for the physical volumes specified on the vgcreate command line is greater than the value specified, then vg_size is upgraded to take account of this size and an informational message is issued. -U unshare_unit Only applicable to volume group 2.2 and higher. Sets the unit at which data will be unshared between a logical volume and its snapshots. unshare_unit is expressed in units of kilobytes (KB) and the supported values are 512, 1024, 2048, and This is an optional parameter and if not specified, the default value of 1024 KB is assumed. The unshare_unit cannot be greater than the physical extent size of the volume group. See lvm(7) for information about snapshots. -x extensibility Set the allocation permission for adding physical extents on the physical volumes specified by the pv_path parameter. extensibility can have one of the following values: y Allow allocation of additional physical extents on the physical volume. This is the default. n Prohibit allocation of additional physical extents on the physical volume. Logical volumes residing on the physical volume can still be accessed after the volume group has been activated by the vgchange -a y command. -E Only applicable to volume groups versions 2.0 and higher. Instead of creating a volume group, this option will display the maximum VG size based on the given physical extent size (-s option) or minimum physical extent size based on the max VG size (-S option). Either -S or -s must be supplied. The output will be in the form: Max_VG_size=x:extent_size=y, where x and y are determined by -s or -S. See the Extent Sizing for Volume Group Version 2.0 and Higher section in lvm(7) for more information. 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 does not allow the multiple paths to be used simultaneously. There is a new feature introduced in the Mass Storage Subsystem on this version of HP-UX that also supports multiple paths to a device and allows access to the multiple paths simultaneously. The Mass Storage Subsystem will balance the I/O load across the valid paths. This new multi-path behavior is enabled and disabled through the use of the scsimgr command. See scsimgr(1m) for details. 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 disable the Mass Storage Subsystem multipath behavior. EXTERNAL INFLUENCES HP-UX 11i Version 3: September Hewlett-Packard Company 3

4 Environment Variables LANG determines the language in which messages are displayed. If LANG is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ (5)). EXAMPLES Create a volume group version 1.0 named /dev/vg03 containing two physical volumes with extent size set to 2 MB, from scratch. Initialize the disks using pvcreate. pvcreate /dev/rdsk/c1t0d0 pvcreate /dev/rdsk/c1t2d0 Create a volume group version 1.0. vgcreate -s 2 /dev/vg03 /dev/dsk/c1t0d0 /dev/dsk/c1t2d0 or vgcreate -V 1.0 -s 2 /dev/vg03 /dev/dsk/c1t0d0 /dev/dsk/c1t2d0 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/vg03 mknod /dev/vg03/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 runs from 00 to ff. If the group file is automatically created, any available minor number may be assigned to the group file. Create a volume group version 1.0 named /dev/vg01 that can contain a maximum of three logical volumes, with extent size set to 8 MB: vgcreate -V 1.0 -l 3 -s 8 /dev/vg01 /dev/dsk/c3t4d0 Create a volume group version 1.0 named /dev/vg00 and a physical volume group named PVG0 with two physical volumes: vgcreate -V 1.0 -g PVG0 /dev/vg00 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0 Using the PVLinks feature to create a volume group version 1.0 named /dev/vg00 with a physical volume that can be referenced by two different paths. /dev/dsk/c3t0d0 and /dev/dsk/c4t0d0 refer to the same physical volume, accessed via different controller hardware paths. In this example, /dev/dsk/c3t0d0 becomes the primary link to the physical volume. /dev/dsk/c4t0d0 becomes an alternate link to the physical volume. vgcreate -V 1.0 /dev/vg00 /dev/dsk/c3t0d0 /dev/dsk/c4t0d0 Create a volume group version 2.0 named /dev/vg09 with 2 physical volumes, an extent size of 256 megabytes and a maximum total size of 1 petabyte. Initialize the disks using pvcreate pvcreate /dev/rdisk/disk20 pvcreate /dev/rdisk/disk21 Create the volume group version 2.0. vgcreate -V 2.0 -s 256 -S 1p /dev/vg09 /dev/disk/disk20 /dev/disk/disk21 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/vg09 mknod /dev/vg09/group c 128 0x NOTE: Notice that the major number for a volume group version 2.0 or higher is 128 while the major number for a volume group version 1.0 is 64. Also, the volume group number occupies the high order 12 bits of the minor number rather than the high order 8 bits as in volume groups version Hewlett-Packard Company 4 HP-UX 11i Version 3: September 2010

5 Create a volume group version 2.0 of size comparable to a volume group version 1.0 created with pe_size =64, max_pe =4096, and max_pv =16 on an already initialized disk. First calculate the appropriate vg_size parameter as follows: max_pe x max_pv x pe_size =vg_size (in megabytes) 4096 x 16 x 64 = m = 4t. Now create the volume group version 2.0. vgcreate -V 2.0 -s 64 -S 4t vg10 /dev/disk/disk04 Display the minimum extent size required to create a 512 terabyte volume group version 2.0. vgcreate -V 2.0 -E -S 512t Create a volume group version 2.2, named /dev/vg01, with unshared unit of 4096 kilobytes, extent size of 8 megabytes and maximum total size of 4 terabytes: vgcreate -V 2.2 -S 4t -s 8 -U 4096 /dev/vg01 /dev/disk/disk20 SEE ALSO getconf(1), model(1), idisk(1m), lvmadm(1m), pvcreate(1m), scsimgr(1m), vgchange(1m), vgdisplay(1m), vgextend(1m), vgreduce(1m), environ(5), lang(5), intro(7), lvm(7). HP-UX 11i Version 3: September Hewlett-Packard Company 5

6 (Notes) (Notes) 6 Hewlett-Packard Company 1 HP-UX 11i Version 3: September 2010

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

Commands LVM information can be created, displayed, and manipulated with the following commands: 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

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

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

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

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

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

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

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

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

lsx [ls_options ] [names]

lsx [ls_options ] [names] NAME ls, lc, l, ll, lsf, lsr, lsx - list contents of directories SYNOPSIS ls [-abcdefgilmnopqrstuxacfhlr1] [names] lc [-abcdefgilmnopqrstuxacfhlr1] [names] l [ls_options ] [names] ll [ls_options ] [names]

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

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

File System. Preview. File Name. File Structure. File Types. File Structure. Three essential requirements for long term information storage

File System. Preview. File Name. File Structure. File Types. File Structure. Three essential requirements for long term information storage Preview File System File System File Name, File Structure, File Types, File Access, File Attributes, File Operation Directories Directory Operations Contiguous Allocation Linked List Allocation Linked

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

Preview. COSC350 System Software, Fall

Preview. COSC350 System Software, Fall Preview File System File Name, File Structure, File Types, File Access, File Attributes, File Operation Directories Directory Operations File System Layout Implementing File Contiguous Allocation Linked

More information

Veritas NetBackup for SQLite Administrator's Guide

Veritas NetBackup for SQLite Administrator's Guide Veritas NetBackup for SQLite Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

Using High Availability Monitors Manufacturing Part Number: B E0603

Using High Availability Monitors Manufacturing Part Number: B E0603 Using High Availability Monitors Manufacturing Part Number: B5736-90046 E0603 Copyright 1997, 2003 Hewlett-Packard Company. Legal Notices The information contained in this document is subject to change

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

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

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module. Product Version Getting Help Contents

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module. Product Version Getting Help Contents Networking OS for 1/10Gb LAN Switch Module FASTFIND LINKS Product Version Getting Help Contents 2014 Hitachi, Ltd. All rights reserved. No part of this publication may be reproduced or transmitted in any

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

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU.

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU. A+ Guide to Hardware, 4e Chapter 7 Hard Drives Learning from Floppy Drives Floppy drives are an obsolescent technology Replacements: CD drives and USB flash memory Good reasons for studying floppy drive

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

Supported File and File System Sizes for HFS and VxFS (JFS)

Supported File and File System Sizes for HFS and VxFS (JFS) Technical Whitepaper Supported File and File System Sizes for HFS and VxFS (JFS) Enterprise Group, Operating Systems Technology Lab V 1.0 July 2017 Legal Notices The information contained herein is subject

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

5/8/2012. Creating and Changing Directories Chapter 7

5/8/2012. Creating and Changing Directories Chapter 7 Creating and Changing Directories Chapter 7 Types of files File systems concepts Using directories to create order. Managing files in directories. Using pathnames to manage files in directories. Managing

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 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

Segmentation with Paging. Review. Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Segmentation with Page (MULTICS)

Segmentation with Paging. Review. Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Review Segmentation Segmentation Implementation Advantage of Segmentation Protection Sharing Segmentation with Paging Segmentation with Paging Segmentation with Paging Reason for the segmentation with

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

CSE 4/521 Introduction to Operating Systems. Lecture 23 File System Implementation II (Allocation Methods, Free-Space Management) Summer 2018

CSE 4/521 Introduction to Operating Systems. Lecture 23 File System Implementation II (Allocation Methods, Free-Space Management) Summer 2018 CSE 4/521 Introduction to Operating Systems Lecture 23 File System Implementation II (Allocation Methods, Free-Space Management) Summer 2018 Overview Objective: To discuss how the disk is managed for a

More information

HP SureStore E Disk Array 12H

HP SureStore E Disk Array 12H HP SureStore E Disk Array 12H System Administrator s Guide for HP-UX, MPE, and Microsoft Windows NT with AutoRAID Technology HP Part Number C5445-90902 Printed in U.S.A. September 1999 Notice Copyright

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

SOLUTIONS FOR THE THIRD 3360/6310 QUIZ. Jehan-François Pâris Summer 2017

SOLUTIONS FOR THE THIRD 3360/6310 QUIZ. Jehan-François Pâris Summer 2017 SOLUTIONS FOR THE THIRD 3360/6310 QUIZ Jehan-François Pâris Summer 2017 First question What is the main advantage and the main disadvantage of access control lists over tickets? Main advantage of access

More information

HP Integrity VM Accelerated Virtual I/O (AVIO) Overview

HP Integrity VM Accelerated Virtual I/O (AVIO) Overview HP Integrity VM Accelerated Virtual I/O (AVIO) Overview Technical introduction Abstract... 3 Introduction... 3 Publication History... 4 Benefits, Features, Limits, and Restrictions of AVIO... 4 Introduction

More information

Supported File and File System Sizes for HFS and JFS

Supported File and File System Sizes for HFS and JFS Supported File and File System Sizes for HFS and JFS Executive Summary... 2 Hierarchical File System (HFS) Supported Sizes... 2 JFS (VxFS) Supported Sizes... 3 Large File System (> 2 TB) Compatibility

More information

2 Latest Upgrade Information

2 Latest Upgrade Information Oracle Database Release Notes 11g Release 2 (11.2) for HP-UX E23561-06 December 2013 This document contains information that was not included in the platform-specific or product-specific documentation

More information

Event Monitoring Service Version A Release Notes for HP-UX 11i

Event Monitoring Service Version A Release Notes for HP-UX 11i Event Monitoring Service Version A.03.20.01 Release Notes for HP-UX 11i Manufacturing Part Number: B7609-90015 December 2000 Legal Notices The information contained in this document is subject to change

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

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

UNIT-IV HDFS. Ms. Selva Mary. G

UNIT-IV HDFS. Ms. Selva Mary. G UNIT-IV HDFS HDFS ARCHITECTURE Dataset partition across a number of separate machines Hadoop Distributed File system The Design of HDFS HDFS is a file system designed for storing very large files with

More information

NAME nettl - control network tracing and logging

NAME nettl - control network tracing and logging NAME nettl - control network tracing and logging SYNOPSIS /usr/sbin/nettl -start /usr/sbin/nettl -stop /usr/sbin/nettl -firmlog 0 1 2 -card dev_name... /usr/sbin/nettl -log class... -entity subsystem...

More information

Veritas NetBackup for MySQL Administrator's Guide

Veritas NetBackup for MySQL Administrator's Guide Veritas NetBackup for MySQL Administrator's Guide Windows and Linux Release 8.1.1 Documentation version: 8.1.1 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the

More information

File System: Interface and Implmentation

File System: Interface and Implmentation File System: Interface and Implmentation Two Parts Filesystem Interface Interface the user sees Organization of the files as seen by the user Operations defined on files Properties that can be read/modified

More information

Using sticks to count was a great idea for its time. And using symbols instead of real sticks was much better.

Using sticks to count was a great idea for its time. And using symbols instead of real sticks was much better. 2- Numbering Systems Tutorial 2-1 What is it? There are many ways to represent the same numeric value. Long ago, humans used sticks to count, and later learned how to draw pictures of sticks in the ground

More information

A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files.

A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files. File Systems A file system is a clearly-defined method that the computer's operating system uses to store, catalog, and retrieve files. Module 11: File-System Interface File Concept Access :Methods Directory

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 25 File Systems Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 FAQ Q 2 Data and Metadata

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

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

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

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

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES PHOTOGRAPHIC-BASED TELERADIOMETRIC DATA ARCHIVES AUTHORIZATIONS TITLE NAME SIGNATURE

QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES PHOTOGRAPHIC-BASED TELERADIOMETRIC DATA ARCHIVES AUTHORIZATIONS TITLE NAME SIGNATURE QUALITY ASSURANCE/QUALITY CONTROL DOCUMENTATION SERIES TITLE PHOTOGRAPHIC-BASED TELERADIOMETRIC DATA ARCHIVES TYPE TECHNICAL INSTRUCTION NUMBER 4610-5030 DATE SEPTEMBER 1993 AUTHORIZATIONS TITLE NAME SIGNATURE

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U C A N A D I A N I N T E R N A T I O N A L S C H O O L O F H O N G K O N G 5.1 Introduction 5.2 Components of a Computer System Algorithm The Von Neumann architecture is based on the following three characteristics:

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

Che-Wei Chang Department of Computer Science and Information Engineering, Chang Gung University

Che-Wei Chang Department of Computer Science and Information Engineering, Chang Gung University Che-Wei Chang chewei@mail.cgu.edu.tw Department of Computer Science and Information Engineering, Chang Gung University Chapter 10: File System Chapter 11: Implementing File-Systems Chapter 12: Mass-Storage

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

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

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

Abstract Terms and definitions Introduction... 3 Publication History Main features and benefits... 4

Abstract Terms and definitions Introduction... 3 Publication History Main features and benefits... 4 scsimgr SCSI Management and Diagnostics utility on HP-UX 11i v3 Abstract... 2 Terms and definitions... 2 Introduction... 3 Publication History... 3 Main features and benefits... 4 General syntax and summary

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

HP 3PARInfo 1.4 User Guide

HP 3PARInfo 1.4 User Guide HP 3PARInfo 1.4 User Guide Abstract This guide provides information about installing and using HP 3PARInfo. It is intended for system and storage administrators who monitor and direct system configurations

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

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

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Installation Guide UNIX June 2000 100-001495 Disclaimer The information contained in this publication is subject to change without notice.

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

AUDIX Administration and Data Acquisition Package Issue 16 January 2001

AUDIX Administration and Data Acquisition Package Issue 16 January 2001 2 Installation Installation Requirements 2-1 Installation 2 This chapter tells you how to install ADAP software on your PC. This consists of the following three tasks, described in detail later in this

More information

Chapter 12: File System Implementation

Chapter 12: File System Implementation Chapter 12: File System Implementation Silberschatz, Galvin and Gagne 2013 Chapter 12: File System Implementation File-System Structure File-System Implementation Allocation Methods Free-Space Management

More information

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1 Introduction to OS File Management MOS Ch. 4 Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Introduction to OS 1 File Management Objectives Provide I/O support for a variety of storage device

More information

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009

HPVM & OpenVMS. Sandeep Ramavana OpenVMS Engineering Sep Germany Technical Update Days 2009 HP & OpenS Sandeep Ramavana OpenS Engineering Sep 2009 Germany Technical Update Days 2009 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Technical white paper Installation of non-def ault VxFS and VxVM soft ware version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Table of contents Introduction... 3 Installation Instructions...

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

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

HP NetServer E 800 Installation Guide

HP NetServer E 800 Installation Guide HP NetServer E 800 Installation Guide HP Part Number D9394-90000 Printed June 2000 Notice The information contained in this document is subject to change without notice. Hewlett-Packard makes no warranty

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

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

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module

BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module BBI Quick Guide Networking OS for 1/10Gb LAN Switch Module FASTFIND LINKS Product Version Getting Help Contents MK-99CB2500038-00 2014 Hitachi, Ltd. All rights reserved. No part of this publication may

More information

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name File Systems File system o Designed for storing and managing files on disk media o Build logical system on top of physical disk organization Tasks o Partition and format disks to store and retrieve information

More information

ExpertCAD 2008 Release Summary July 2008

ExpertCAD 2008 Release Summary July 2008 ExpertCAD 2008 Release Summary July 2008 Overview ExpertCAD 2008 contains important software corrections for both ExpertCAD and ExpertCAM in addition to several new features and functions. This document

More information

Table of Contents. HP A7173A PCI-X Dual Channel Ultra320 SCSI Host Bus Adapter. Performance Paper for HP PA-RISC Servers

Table of Contents. HP A7173A PCI-X Dual Channel Ultra320 SCSI Host Bus Adapter. Performance Paper for HP PA-RISC Servers HP A7173A PCI-X Dual Channel Ultra32 SCSI Host Bus Adapter Performance Paper for HP PA-RISC Servers Table of Contents Introduction...2 Executive Summary...2 Test Results...3 I/Ops...3 Service Demand...4

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

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Spring 2018 Lecture 22 File Systems Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Disk Structure Disk can

More information

Chapter 6: File Systems

Chapter 6: File Systems Chapter 6: File Systems File systems Files Directories & naming File system implementation Example file systems Chapter 6 2 Long-term information storage Must store large amounts of data Gigabytes -> terabytes

More information

198:231 Intro to Computer Organization. 198:231 Introduction to Computer Organization Lecture 14

198:231 Intro to Computer Organization. 198:231 Introduction to Computer Organization Lecture 14 98:23 Intro to Computer Organization Lecture 4 Virtual Memory 98:23 Introduction to Computer Organization Lecture 4 Instructor: Nicole Hynes nicole.hynes@rutgers.edu Credits: Several slides courtesy of

More information

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives A+ Guide to Hardware, 4e Chapter 7 Hard Drives Objectives Learn how the organization of data on floppy drives and hard drives is similar Learn about hard drive technologies Learn how a computer communicates

More information

STORAGE & FILE CONCEPTS, UTILITIES

STORAGE & FILE CONCEPTS, UTILITIES STORAGE & FILE CONCEPTS, UTILITIES (Pages 6, 150-158 - Discovering Computers & Microsoft Office 2010) I. Computer files data, information or instructions residing on secondary storage are stored in 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

Installing and configuring HP Integrity VM for HP SIM 5.x

Installing and configuring HP Integrity VM for HP SIM 5.x Installing and configuring HP Integrity VM for HP SIM 5.x Table of Contents IntTroduction... 2 Requirement... 2 Software... 2 Hardware... 2 Installing and configuring HPVM... 2 Install... 2 Configure...

More information

F5 BIG-IQ Centralized Management Disk Space Management. Version 5.4

F5 BIG-IQ Centralized Management Disk Space Management. Version 5.4 F5 BIG-IQ Centralized Management Disk Space Management Version 5.4 Table of Contents Table of Contents BIG-IQ Virtual Edition Disk Space Overview...5 File System Details... 7 Default File System Sizes...

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

ETERNUS SF AdvancedCopy Manager V13.1 Operator's Guide for Tape Backup Option

ETERNUS SF AdvancedCopy Manager V13.1 Operator's Guide for Tape Backup Option J2S2-0560-02ENZ0(A) ETERNUS SF AdvancedCopy Manager V13.1 Operator's Guide for Tape Backup Option Preface ++ Purpose This manual describes the functionality of ETERNUS SF AdvancedCopy Manager for Tape

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

ETERNUS SF AdvancedCopy Manager V13.2 Operator's Guide (HP-UX)

ETERNUS SF AdvancedCopy Manager V13.2 Operator's Guide (HP-UX) J2SZ-0180-03ENZ0(A) ETERNUS SF AdvancedCopy Manager V13.2 Operator's Guide (HP-UX) ii Preface ++ Purpose This manual explains how to operate the Web-GUI with ETERNUS SF AdvancedCopy Manager. ++ Reader

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

PCI-SIG ENGINEERING CHANGE NOTICE

PCI-SIG ENGINEERING CHANGE NOTICE PCI-SIG ENGINEERING CHANGE NOTICE TITLE: UEFI related updates DATE: 7/29/2013 AFFECTED DOCUMENT: PCI Firmware Specification Ver 3.1 SPONSOR: Dong Wei, HP Part I 1. 1. Summary of the Functional Changes

More information

Main Points. File layout Directory layout

Main Points. File layout Directory layout File Systems Main Points File layout Directory layout File System Design Constraints For small files: Small blocks for storage efficiency Files used together should be stored together For large files:

More information

Creating Product Packages for HP-UX. HP9000 Computers

Creating Product Packages for HP-UX. HP9000 Computers Creating Product Packages for HP-UX HP9000 Computers Creating Product Packages for HP-UX Fli'PW HEWLETT ~~ PACKARD HP Part No. 82355-90031 Printed in USA 8/92 E0892 Legal Notices The information contained

More information

Intermediate Programming & Design (C++) Notation

Intermediate Programming & Design (C++) Notation Notation Byte = 8 bits (a sequence of 0 s and 1 s) To indicate larger amounts of storage, some prefixes taken from the metric system are used One kilobyte (KB) = 2 10 bytes = 1024 bytes 10 3 bytes One

More information