pv_path The block device path name of a physical volume.

Size: px
Start display at page:

Download "pv_path The block device path name of a physical volume."

Transcription

1 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 -F [-d] [-v] pv_path... Remarks If physical volume input arguments belonging to a combination of volume groups version 1.0 and 2.0 or higher, the arguments may not be processed in the order they are listed on the command line. DESCRIPTION The pvdisplay command displays information about each physical volume specified by a pv_path parameter. Options pvdisplay recognizes the following options: pv_path The block device path name of a physical volume. -b BlockList For each block in BlockList, display information about the block. BlockList is a comma separated list of blocks in DEV_BSIZE units. -d For each physical volume, display the offset to the start and end of the user data in 1KB byte blocks from the beginning of the PV, specify if pv_path is a bootable physical volume, and display the number of bad blocks that were relocated. These details are displayed in addition to other information. -F Produce a compact listing of fields described in Compact Listing (-F Option). The output is a list of colon separated fields formatted as key=value[,value...]. -l Check whether pv_path refers to a disk device under HP Logical Volume Manager (LVM) control. -u If pv_path is an LVM disk, display the start and end of the user data in 1KB blocks. -v For each physical volume, display the logical volumes that have extents allocated on the physical volume and the usage of all the physical extents. Display Without -v Option If you omit the -v option, pvdisplay displays the characteristics of each physical volume specified by pv_path : --- Physical volumes --- PV Name The block device path name of the physical volume VG Name The path name of the volume group PV Status State of the physical volume (NOTE: spare physical volumes are only relevant if you have installed HP MirrorDisk/UX software): available The physical volume is available and is not a spare physical volume. available/data spared The physical volume is available. However, its data still resides on an active spare. available/active spare The physical volume is available and is an active spare physical volume. (An active spare is a spare that has taken over for a failed physical volume.) available/standby spare The physical volume is a spare, "standing by" in case of a failure on any other physical volume in this volume group. It can only be used HP-UX 11i Version 3: September Hewlett-Packard Company 1

2 to capture data from a failed physical volume. unavailable The physical volume is unavailable and is not a spare physical volume. unavailable/data spared The physical volume is unavailable. However, its data now resides on an active spare, and its data is available if the active spare is available. unavailable/active spare The physical volume is unavailable and it s an active spare. Thus, the data on this physical volume in unavailable. unavailable/standby spare The physical volume is a spare, "standing by" that is not currently available to capture data from a failed physical volume. Allocatable Allocation permission for the physical volume VGDA Number of volume group descriptors on the physical volume Cur LV Number of logical volumes using the physical volume PE Size (Mbytes) Size of physical extents on the volume, in megabytes (MB) Total PE Total number of physical extents on the physical volume Free PE Number of free physical extents on the physical volume Current pre-allocated PE Number of pre-allocated physical extents on the physical volume that are allocated to logical volumes. Note that this field is only displayed for volume group version 2.2 and higher. Allocated PE Number of physical extents on the physical volume that are allocated to logical volumes Stale PE Number of physical extents on the physical volume that are not current IO Timeout The I/O timeout used by the disk driver when accessing the physical volume. A value of default, indicates that the driver default I/O timeout is being used. Autoswitch Autoswitch behavior for multiported physical volumes accessed through multiple paths. When set to On (default), LVM is directed to automatically switch to the highest priority (as defined by the order of the paths in the /etc/lvmtab file) link whenever it becomes available. When set to Off, LVM will only switch links under manual instruction or when the current one fails. Spared from PV If the physical volume represents an active spare, this field will show the name of the failed physical volume whose data now resides on this spare. This information can be used to manually move the data back to the original physical volume, once it has been repaired. (See pvmove (1M)). If it cannot be determined which physical volume that the data came from, this field will instead display Missing PV. A missing PV would indicate that when the volume group was last activated or reactivated (see vgchange(1m)), the "failed" physical volume was not able to attach to the volume group. Spared to PV If the physical volume represents a failed physical volume, this field will show the name of the active spare physical volume that now contains the data that originally resided on this volume. This information can be used to manually move the data back to the original physical volume (see pvmove (1M)) once it has been repaired. Proactive Polling (See WARNINGS section). LVM s proactive polling of alternate links. When set to On (default), LVM will periodically test alternate links and help to identify faulty paths before user I/O is affected. No periodic testing of alternate paths will be performed when Proactive Polling is 2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010

3 set to Off. Display With -v Option If -v is specified, pvdisplay lists additional information for each logical volume and for each physical extent on the physical volume: --- Distribution of physical volume --- The logical volumes that have extents allocated on pv_path, displayed in column format: LV Name The block device path name of the logical volume which has extents allocated on pv_path. LE of LV Number of logical extents within the logical volume that are contained on this physical volume. PE for LV Number of physical extents within the logical volume that are contained on this physical volume. Unshared LE of LV Number of logical extents within the snapshot logical volume that are unshared on this physical volume. Note that this field is only displayed for volume group version 2.2 and higher and also if the physical volume contains any logical extents associated with the snapshot logical volume. --- Physical extents --- The following information for each physical extent, displayed in column format: PE Physical extent number. Status Current state of the physical extent: free, current, orstale. The state can be pre-allocated for volume group version 2.2 and higher. LV The block device path name of the logical volume to which the extent is allocated LE Index of the logical extent to which the physical extent is allocated. Note that for the pre-allocated extent, the index will be displayed as NO_LXINDEX. Display With -d Option If -d is specified, pvdisplay displays the following additional details for each physical volume: Data Start Starting block number (KB) of the user data. Displays unavailable if the PV is unavailable. Data End The block number (KB) of the last block of user data. Displays unavailable if the PV is unavailable. Boot Disk Specify if the pv_path is a bootable physical volume. yes PV was setup as a bootable physical volume using pvcreate. no Physical volume is not a bootable physical volume. unavailable Physical volume is unavailable. Relocated Blocks Display the number of bad blocks that were relocated. Displays unavailable if the PV is unavailable. Compact Listing (-F Option) The -F option generates a compact and parsable listing of the command output in colon separated fields formatted as key=value[,value...]. The -F option is designed to be used by scripts. The resulting command output may be split across multiple lines. The output may include new keys and/or values in the future. If a key is deprecated, its associated value is set to NAM (key=nam). For the current version of the pvdisplay command, the lines format is: LINE 1 The format of Line 1, if -d is not specified, is as follows: HP-UX 11i Version 3: September Hewlett-Packard Company 3

4 pv_name=value[,value...]:vg_name=value:pv_status=value: allocatable=value:vgda=value:cur_lv=value:pe_size=value: total_pe=value:io_timeout=value:spared_from=value: spared_to=value:autoswitch=value:proactive_polling=value The format of Line 1, if -d is specified, is as follows: pv_name=value[,value...]:vg_name=value:pv_status=value: allocatable=value:vgda=value:cur_lv=value:pe_size=value: total_pe=value:io_timeout=value:spared_from=value: spared_to=value:autoswitch=value::data_start=value: data_end=value:boot_disk=value:relocated_blocks=value: proactive_polling=value LINE 2 The format of Line 2 is as follows: lv_name=value:le_of_lv=value:pe_for_lv=value... The above line may be repeated with different values. LINE n The format of Line n is as follows: pe=value:pe_status=value:lv=value:le=value... The above line may be repeated with different values. Display With -b Option If -b is specified, pvdisplay lists additional information for each block specified in BlockList. --- Block Mapping --- The use of blocks on pv_path, displayed in column format: Block Status Offset LV Name The block number relative to the physical volume. The current status of the block: free, used, structure, spared, or unknown The offset of the block relative to the logical volume. The block device path name of the logical volume to which the block is allocated. Display With -l Option If -l is specified, pvdisplay displays "LVM_Disk=yes" if the physical volume specified by pv_path is under LVM control. If the physical volume is not under LVM control, it displays "LVM_Disk=no" instead. If -u option is specified along with the -l option and the disk specified in pv_path is controlled by LVM, pvdisplay displays the starting and ending block number of the user data on the disk in 1KB blocks. If the pv_path is a bootable physical volume, pvdisplay displays Bootable=yes; otherwise, it displays Bootable=no. The format is as follows. LVM_Disk=yes:Data_Start=value:Data_End=value:Bootable=value The pvdisplay command returns 1 if any of the physical volumes specified are under LVM control; otherwise it returns 0. EXTERNAL INFLUENCES 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 Display the status and characteristics of a physical volume: 4 Hewlett-Packard Company 4 HP-UX 11i Version 3: September 2010

5 pvdisplay /dev/dsk/c1t0d0 Display the status, characteristics, and allocation map of a physical volume: pvdisplay -v /dev/dsk/c2t0d0 Check whether the physical volume belongs to LVM: pvdisplay -l /dev/dsk/c2t0d0 Check if the physical volume has relocated blocks: pvdisplay -d /dev/dsk/c2t0d0 WARNINGS The information about the LVM s Proactive Polling for alternate links of a physical volume will be displayed only if the kernel has been updated to support this functionality. SEE ALSO lvdisplay(1m), pvchange(1m), pvcreate(1m), vgdisplay(1m), 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

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

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

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

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

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

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

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

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

How to increase XenServer virtual machine root or swap partition

How to increase XenServer virtual machine root or swap partition How to increase XenServer virtual machine root or swap partition When doing a standard Linux installation on a XenServer virtual machine, installation process typically allocates all of available virtual

More information

How to add additional disks to XenServer host

How to add additional disks to XenServer host How to add additional disks to XenServer host This article explains how to add physical disk drives to a XenServer host, so that more capacity is available for the XenServer guests. Create Linux LVM partition

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

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

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

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

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

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

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

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

Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning:

Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning: Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning: Interrupted system call Error num: 5 Meaning: I/O error Error

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

Examples What it means

Examples What it means Examples What it means PHYSICAL VOLUME (PV)Represents a hard disk (hdisk0). PHYSICAL PARTITION (PP) The smallest allocation unit in the LVM. All PPs within a VG are the same si VOLUME GROUP (VG) A set

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

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

Background. Contiguous Memory Allocation

Background. Contiguous Memory Allocation Operating System Lecture 8 2017.5.9 Chapter 8 (Main Memory) Background Swapping Contiguous Memory Allocation Segmentation - Paging Memory Management Selection of a memory-management method for a specific

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

Memory Management william stallings, maurizio pizzonia - sistemi operativi

Memory Management william stallings, maurizio pizzonia - sistemi operativi Memory Management 1 summary goals and requirements techniques that do not involve virtual memory 2 memory management tracking used and free memory primitives allocation of a certain amount of memory de-allocation

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

CS399 New Beginnings. Jonathan Walpole

CS399 New Beginnings. Jonathan Walpole CS399 New Beginnings Jonathan Walpole Memory Management Memory Management Memory a linear array of bytes - Holds O.S. and programs (processes) - Each cell (byte) is named by a unique memory address Recall,

More information

Chapter 7: Main Memory. Operating System Concepts Essentials 8 th Edition

Chapter 7: Main Memory. Operating System Concepts Essentials 8 th Edition Chapter 7: Main Memory Operating System Concepts Essentials 8 th Edition Silberschatz, Galvin and Gagne 2011 Chapter 7: Memory Management Background Swapping Contiguous Memory Allocation Paging Structure

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

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx.

This section describes the procedures needed to add a new disk to a VM. vmkfstools -c 4g /vmfs/volumes/datastore_name/vmname/xxxx. Adding a New Disk, page 1 Mounting the Replication Set from Disk to tmpfs After Deployment, page 3 Manage Disks to Accommodate Increased Subscriber Load, page 5 Adding a New Disk This section describes

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

Memory management. Last modified: Adaptation of Silberschatz, Galvin, Gagne slides for the textbook Applied Operating Systems Concepts

Memory management. Last modified: Adaptation of Silberschatz, Galvin, Gagne slides for the textbook Applied Operating Systems Concepts Memory management Last modified: 26.04.2016 1 Contents Background Logical and physical address spaces; address binding Overlaying, swapping Contiguous Memory Allocation Segmentation Paging Structure of

More information

CS 390 Chapter 8 Homework Solutions

CS 390 Chapter 8 Homework Solutions CS 390 Chapter 8 Homework Solutions 8.3 Why are page sizes always... Page sizes that are a power of two make it computationally fast for the kernel to determine the page number and offset of a logical

More information

File. File System Implementation. File Metadata. File System Implementation. Direct Memory Access Cont. Hardware background: Direct Memory Access

File. File System Implementation. File Metadata. File System Implementation. Direct Memory Access Cont. Hardware background: Direct Memory Access File File System Implementation Operating Systems Hebrew University Spring 2009 Sequence of bytes, with no structure as far as the operating system is concerned. The only operations are to read and write

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

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

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

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

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

CHAPTER 8 - MEMORY MANAGEMENT STRATEGIES

CHAPTER 8 - MEMORY MANAGEMENT STRATEGIES CHAPTER 8 - MEMORY MANAGEMENT STRATEGIES OBJECTIVES Detailed description of various ways of organizing memory hardware Various memory-management techniques, including paging and segmentation To provide

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

CS307: Operating Systems

CS307: Operating Systems CS307: Operating Systems Chentao Wu 吴晨涛 Associate Professor Dept. of Computer Science and Engineering Shanghai Jiao Tong University SEIEE Building 3-513 wuct@cs.sjtu.edu.cn Download Lectures ftp://public.sjtu.edu.cn

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

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

Volume Management in Linux with EVMS

Volume Management in Linux with EVMS Volume Management in Linux with EVMS Kevin Corry Steve Dobbelstein April 21, 2003 http://evms.sourceforge.net/ Overview Volume management basics. Variety of types of volume management. Kernel drivers that

More information

Chapter 8: Memory Management. Operating System Concepts with Java 8 th Edition

Chapter 8: Memory Management. Operating System Concepts with Java 8 th Edition Chapter 8: Memory Management 8.1 Silberschatz, Galvin and Gagne 2009 Background Program must be brought (from disk) into memory and placed within a process for it to be run Main memory and registers are

More information

NEC Storage Software. Manual Guide IS901-42E

NEC Storage Software. Manual Guide IS901-42E NEC Storage Software Manual Guide IS901-42E NEC Corporation 2003-2017 No part of the contents of this book may be reproduced or transmitted in any form without permission of NEC Corporation. The contents

More information

Chapter 8 Main Memory

Chapter 8 Main Memory COP 4610: Introduction to Operating Systems (Spring 2014) Chapter 8 Main Memory Zhi Wang Florida State University Contents Background Swapping Contiguous memory allocation Paging Segmentation OS examples

More information

Performance of Various Levels of Storage. Movement between levels of storage hierarchy can be explicit or implicit

Performance of Various Levels of Storage. Movement between levels of storage hierarchy can be explicit or implicit Memory Management All data in memory before and after processing All instructions in memory in order to execute Memory management determines what is to be in memory Memory management activities Keeping

More information

Lecture 7. Memory Management

Lecture 7. Memory Management Lecture 7 Memory Management 1 Lecture Contents 1. Memory Management Requirements 2. Memory Partitioning 3. Paging 4. Segmentation 2 Memory Memory is an array of words or bytes, each with its own address.

More information

Glossary. The target of keyboard input in a

Glossary. The target of keyboard input in a Glossary absolute search A search that begins at the root directory of the file system hierarchy and always descends the hierarchy. See also relative search. access modes A set of file permissions that

More information

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Case Studies Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics The Original UNIX File System FFS Ext2 FAT 2 UNIX FS (1)

More information

The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL

The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL MODBUS RTU/ASCII, MODBUS/TCP plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Case Studies. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Case Studies Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics The Original UNIX File System FFS Ext2 FAT 2 UNIX FS (1)

More information

Exam Name: Red Hat Certified Engineer on Redhat

Exam Name: Red Hat Certified Engineer on Redhat Vendor: Red Hat Exam Code: RH302 Exam Name: Red Hat Certified Engineer on Redhat Version: DEMO QUESTION 1 One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial

More information

Configuration Setting Tool User s Manual (GUI) for the M Series

Configuration Setting Tool User s Manual (GUI) for the M Series NEC Storage Software Configuration Setting Tool User s Manual (GUI) for the M Series IS051-19E NEC Corporation 2011-2017 No part of the contents of this book may be reproduced or transmitted in any form

More information

Chapter 8: Main Memory

Chapter 8: Main Memory Chapter 8: Main Memory Chapter 8: Memory Management Background Swapping Contiguous Memory Allocation Segmentation Paging Structure of the Page Table Example: The Intel 32 and 64-bit Architectures Example:

More information

v5: How to recover your PC using the Linux Rescue CD

v5: How to recover your PC using the Linux Rescue CD The Linux CD is a compact and efficient rescue environment to restore all Windows operating systems. It will only enable your to restore your imaged partitions to exactly the same size and position as

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

File. File System Implementation. Operations. Permissions and Data Layout. Storing and Accessing File Data. Opening a File

File. File System Implementation. Operations. Permissions and Data Layout. Storing and Accessing File Data. Opening a File File File System Implementation Operating Systems Hebrew University Spring 2007 Sequence of bytes, with no structure as far as the operating system is concerned. The only operations are to read and write

More information

File System Implementation

File System Implementation File System Implementation Last modified: 16.05.2017 1 File-System Structure Virtual File System and FUSE Directory Implementation Allocation Methods Free-Space Management Efficiency and Performance. Buffering

More information

Chapter 8: Memory-Management Strategies

Chapter 8: Memory-Management Strategies Chapter 8: Memory-Management Strategies Chapter 8: Memory Management Strategies Background Swapping Contiguous Memory Allocation Segmentation Paging Structure of the Page Table Example: The Intel 32 and

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

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

Chapter 8: Memory Management

Chapter 8: Memory Management Chapter 8: Memory Management Chapter 8: Memory Management Background Swapping Contiguous Allocation Paging Segmentation Segmentation with Paging 8.2 Silberschatz, Galvin and Gagne 2005 Background Program/Code

More information

Main Memory (Part II)

Main Memory (Part II) Main Memory (Part II) Amir H. Payberah amir@sics.se Amirkabir University of Technology (Tehran Polytechnic) Amir H. Payberah (Tehran Polytechnic) Main Memory 1393/8/17 1 / 50 Reminder Amir H. Payberah

More information

HP StorageWorks. EVA Virtualization Adapter administrator guide

HP StorageWorks. EVA Virtualization Adapter administrator guide HP StorageWorks EVA Virtualization Adapter administrator guide Part number: 5697-0177 Third edition: September 2009 Legal and notice information Copyright 2008-2009 Hewlett-Packard Development Company,

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

MFT / Linux Setup Documentation May 25, 2008

MFT / Linux Setup Documentation May 25, 2008 MFT / Linux Setup Documentation May 25, 2008 1. Loading the MFT software. The MFT software actually uses a driver called Fast Block Device or fbd. The MFT software is designed to run from /usr/local/fbd.

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

Unit 8 System storage overview

Unit 8 System storage overview Unit 8 System storage overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 Unit objectives After completing this unit, you should be able

More information

Agilent OpenLAB Chromatography Data System (CDS)

Agilent OpenLAB Chromatography Data System (CDS) Agilent OpenLAB Chromatography Data System (CDS) ChemStation Edition AIC (M8304AA) Setup Guide Agilent Technologies Notices Agilent Technologies, Inc. 2010-2014, 2015 No part of this manual may be reproduced

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

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

Chapter 8: Main Memory. Operating System Concepts 9 th Edition

Chapter 8: Main Memory. Operating System Concepts 9 th Edition Chapter 8: Main Memory Silberschatz, Galvin and Gagne 2013 Chapter 8: Memory Management Background Swapping Contiguous Memory Allocation Segmentation Paging Structure of the Page Table Example: The Intel

More information

MEMORY MANAGEMENT/1 CS 409, FALL 2013

MEMORY MANAGEMENT/1 CS 409, FALL 2013 MEMORY MANAGEMENT Requirements: Relocation (to different memory areas) Protection (run time, usually implemented together with relocation) Sharing (and also protection) Logical organization Physical organization

More information

CS420: Operating Systems. Paging and Page Tables

CS420: Operating Systems. Paging and Page Tables Paging and Page Tables James Moscola Department of Physical Sciences York College of Pennsylvania Based on Operating System Concepts, 9th Edition by Silberschatz, Galvin, Gagne Paging Paging is a memory-management

More information

CS 31: Intro to Systems Virtual Memory. Kevin Webb Swarthmore College November 15, 2018

CS 31: Intro to Systems Virtual Memory. Kevin Webb Swarthmore College November 15, 2018 CS 31: Intro to Systems Virtual Memory Kevin Webb Swarthmore College November 15, 2018 Reading Quiz Memory Abstraction goal: make every process think it has the same memory layout. MUCH simpler for compiler

More information

Virtual Memory. User memory model so far:! In reality they share the same memory space! Separate Instruction and Data memory!!

Virtual Memory. User memory model so far:! In reality they share the same memory space! Separate Instruction and Data memory!! Virtual Memory User memory model so far:! Separate Instruction and Data memory!! In reality they share the same memory space!!! 0x00000000 User space Instruction memory 0x7fffffff Data memory MicroComuter

More information

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

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

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS SPRING 2013 Lecture 13: Paging Prof. Alan Mislove (amislove@ccs.neu.edu) Paging Physical address space of a process can be noncontiguous; process is allocated physical memory

More information

Chapter 8: Main Memory

Chapter 8: Main Memory Chapter 8: Main Memory Silberschatz, Galvin and Gagne 2013 Chapter 8: Memory Management Background Swapping Contiguous Memory Allocation Segmentation Paging Structure of the Page Table Example: The Intel

More information

HP Network Node Manager i-series Software

HP Network Node Manager i-series Software HP Network Node Manager i-series Software For the Windows, HP-UX, Linux, and Solaris operating systems Software Version: NNMi 8.1x patch 4 (8.12) Online Help: Document Release Date: June 2009 Software

More information

Related Documents ses2r00 - SCSI Enclosure Services - 2 revision r0 - SES-2 INVOP for Threshold In page

Related Documents ses2r00 - SCSI Enclosure Services - 2 revision r0 - SES-2 INVOP for Threshold In page To: T10 Technical Committee From: Dennis Spicher (dennis.spicher@hp.com) and Rob Elliott, HP (elliott@hp.com) Date: 18 July 00 Subject: Revision History Revision 0 (8 June 00) first revision Revision 1

More information

ECE 598 Advanced Operating Systems Lecture 14

ECE 598 Advanced Operating Systems Lecture 14 ECE 598 Advanced Operating Systems Lecture 14 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 19 March 2015 Announcements Homework #4 posted soon? 1 Filesystems Often a MBR (master

More information

CS 550 Operating Systems Spring Memory Management: Paging

CS 550 Operating Systems Spring Memory Management: Paging CS 550 Operating Systems Spring 2018 Memory Management: Paging 1 Recap: Memory Management Ideally programmers want memory that is large fast non volatile Memory hierarchy small amount of fast, expensive

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

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

Section 9: Cache, Clock Algorithm, Banker s Algorithm and Demand Paging

Section 9: Cache, Clock Algorithm, Banker s Algorithm and Demand Paging Section 9: Cache, Clock Algorithm, Banker s Algorithm and Demand Paging CS162 March 16, 2018 Contents 1 Vocabulary 2 2 Problems 3 2.1 Caching.............................................. 3 2.2 Clock Algorithm.........................................

More information

CS307 Operating Systems Main Memory

CS307 Operating Systems Main Memory CS307 Main Memory Fan Wu Department of Computer Science and Engineering Shanghai Jiao Tong University Spring 2018 Background Program must be brought (from disk) into memory and placed within a process

More information

Configuring CSM Scripts

Configuring CSM Scripts CHAPTER 10 This chapter describes how to configure content switching and contains these sections: Configuring TCL Scripts, page 10-1 Configuring Scripts for Health Monitoring Probes, page 10-10 Configuring

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

Preview. Memory Management

Preview. Memory Management Preview Memory Management With Mono-Process With Multi-Processes Multi-process with Fixed Partitions Modeling Multiprogramming Swapping Memory Management with Bitmaps Memory Management with Free-List Virtual

More information

Chapter 9 Memory Management Main Memory Operating system concepts. Sixth Edition. Silberschatz, Galvin, and Gagne 8.1

Chapter 9 Memory Management Main Memory Operating system concepts. Sixth Edition. Silberschatz, Galvin, and Gagne 8.1 Chapter 9 Memory Management Main Memory Operating system concepts. Sixth Edition. Silberschatz, Galvin, and Gagne 8.1 Chapter 9: Memory Management Background Swapping Contiguous Memory Allocation Segmentation

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

Chapter 8: Memory- Management Strategies. Operating System Concepts 9 th Edition

Chapter 8: Memory- Management Strategies. Operating System Concepts 9 th Edition Chapter 8: Memory- Management Strategies Operating System Concepts 9 th Edition Silberschatz, Galvin and Gagne 2013 Chapter 8: Memory Management Strategies Background Swapping Contiguous Memory Allocation

More information

NAME telnet - user interface to the TELNET protocol. SYNOPSIS telnet [[options ] host [ port ]]

NAME telnet - user interface to the TELNET protocol. SYNOPSIS telnet [[options ] host [ port ]] NAME telnet - user interface to the TELNET protocol SYNOPSIS telnet [[options ] host [ port ]] DESCRIPTION telnet is used to communicate with another host using the TELNET protocol. If telnet is invoked

More information