Aix 5L Backup

Total Page:16

File Type:pdf, Size:1020Kb

Aix 5L Backup Barra degli strumenti http://publib.boulder.ibm.com/infocenter/pseries/v5r3/advanced/printT... 1 di 1 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Sommario Creating system backups Installing all device and kernel support before the backup is created Preparing to create system backups Creating a root volume group backup to tape or file Creating a system backup to CD-R, DVD-R, or DVD-RAM Meeting hardware and software requirements for system backups Preparing to run the mkcd command Creating a root volume group backup on CD or DVD with the ISO9660 format Creating system backups using DVD-RAM media and Universal Disk Format Creating a root volume group backup on DVD-RAM with Universal Disk Format Backing-up a user volume group Backing-up a user volume group using Web-based System Manager Creating a user volume group backup using SMIT Using the user volume group backup options Previewing information about a volume group backup Verifying system backup (tape only) Viewing the backup log for volume group and system backups Viewing filesets installed in a system backup 1 di 23 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Creating system backups You can create and verify a bootable backup copy, or mksysb image, of your root volume group. You can also make separate backup copies of user volume groups. The root volume group is a hard disk or group of disks that contains: Startup files Base Operating System (BOS) System configuration information Optional software products A user volume group, also called the nonroot volume group, typically contains data files and application software. A system backup does the following: Contains a working copy of your system. In the event your system data becomes corrupted, you can use this information to restore your system to working order. Allows you to transfer installed and configured software from one system to others. You can use the Web-based System Manager or SMIT to make a backup image of the root volume group or user volume groups. A backup transfers the following configurations from the source system to the target system: rootvg volume group information Paging space information Logical volume information Placement of logical partitions (if creating map files has been selected in the Web-based System Manager or SMIT). Note: The use of map files is not recommended if you plan to reinstall the backup to target systems other than the source system, or the disk configuration of the source system is to be changed before reinstalling the backup. Using the Web-based System Manager or the SMIT backup menu lets you preserve configuration information, thus avoiding some of the configuring tasks normally required after restoring a system backup. A backup preserves the configuration if the following are true: The target system has the same hardware configuration as the source system. AND The target disk has enough space to hold the backup image. The Web-based System Manager and SMIT both use the mksysb command to create a backup image, stored either on CD, DVD, tape, or in a file. If you choose CD, DVD, or tape, the backup program by default writes a boot image, which makes the medium suitable for installing. For more information, see Creating a system backup to CD-R, DVD-R, or DVD-RAM. If you have problems with installations from a mksysb image, see Troubleshooting problems with installation from mksysb backup. Installing all device and kernel support before the backup is created Create a system backup that contains all devices and kernel types. Preparing to create system backups Meet these prerequisites before creating system backups. Creating a root volume group backup to tape or file Follow this procedure for creating a root volume group backup to tape or file. Creating a system backup to CD-R, DVD-R, or DVD-RAM 2 di 23 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Creating a backup on CD-R, DVD-R, or DVD-RAM media is similar to making a backup tape for your personal use, but with some noticeable differences. Backing-up a user volume group The savevg command provides the ability to create a user-volume group backup to a CD, DVD, tape, or file. Using the user volume group backup options After you have a system backup or a user volume group backup, you may want to verify the backup or list information about the backup image. Parent topic: Creating and installing system backups [ Feedback ] 3 di 23 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Installing all device and kernel support before the backup is created Create a system backup that contains all devices and kernel types. All devices and kernels are installed by default when performing a base operating system installation. This allows you to create a system backup that contains all devices and kernel types. Because the system backup contains all the devices and kernel support, the system backup can be used to install another system without the need for the AIX® product media. This option is available in the Install Options menu in the BOS installation menus. If you change the default ( yes) to no, only the devices and kernel type for your system configuration will be installed. This value is read from the ALL_DEVICES_KERNELS field in the /var/adm/ras/bosinst.data file on the product media that you used to boot the system. After the system is installed, you can check if all the devices and kernel types have been installed on the system as follows: # grep ALL_DEVICES_KERNELS bosinst.data Output similar to the following displays: ALL_DEVICES_KERNELS = yes For more information about the bosinst.data file, refer to Customizing your installation. Parent topic: Creating system backups [ Feedback ] 4 di 23 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Preparing to create system backups Meet these prerequisites before creating system backups. Before creating system backups, complete the following prerequisites: Be sure you are logged in as root user. Consider altering passwords and network addresses if you use a backup to make master copies of a source system. Copying passwords from the source to a target system can create security problems. Also, if network addresses are copied to a target system, duplicate addresses can disrupt network communications. Mount all file systems you want to back up. The mksysb command backs up mounted JFS (journaled file systems) and JFS2 (enhanced journaled file systems) in the rootvg. Refer to the mount command for details. Note: The mksysb command does not back up file systems mounted across an NFS network. Unmount any local directories that are mounted over another local directory. This backup procedure backs up files twice if a local directory is mounted over another local directory in the same file system. For example, if you mount /tmp over /usr/tmp, the files in the /tmp directory are then backed up twice. This duplication might exceed the number of files a file system can hold, which can cause a future installation of the backup image to fail. Use the /etc/exclude.rootvg file to list files you do not want backed up. Make at least 12 MB of free disk space available in the /tmp directory. The mksysb command requires this working space for the duration of the backup. Use the df command, which reports in units of 512-byte blocks, to determine the free space in the /tmp directory. Use the chfs command to change the size of the file system, if necessary. For example, the following command adds 12 MB of disk space to the /tmp directory of a system with 4 MB partitions: chfs -a size=+24000 /tmp All hardware must already be installed, including external devices, such as tape and media drives. The bos.sysmgt.sysbr fileset in the BOS System Management Tools and Applications software package must be installed. The bos.sysmgt.sysbr fileset is automatically installed. To determine if the bos.sysmgt.sysbr fileset is installed on your system, type: lslpp -l bos.sysmgt.sysbr If your system has the bos.sysmgt.sysbr fileset installed, continue with one of the following procedures: Creating a root volume group backup to tape or file Creating a system backup to CD-R, DVD-R, or DVD-RAM Backing-up a user volume group If the lslpp command does not list the bos.sysmgt.sysbr fileset, install it before continuing with the backup procedure. Refer to Optional products and service updates for instructions, or enter the following command: installp -agqXd device bos.sysmgt.sysbr where device is the location of the software; for example, /dev/cd0 for CD-ROM drive. Parent topic: Creating system backups [ Feedback ] 5 di 23 17/12/2007 17.49 Creating system backups http://publib.boulder.ibm.com/infocenter/pseries/v5r3/print?printType... Creating a root volume group backup to tape or file Follow this procedure for creating a root volume group backup to tape or file. You can use either the Web-based System Manager or SMIT to create a system backup to be stored to tape or in a file. For instructions on how to back up to CD or DVD, see Creating a system backup to CD-R, DVD-R, or DVD-RAM. To create a root volume group backup: Use the Web-based System Manager Backup and Restore application and select Back up the system.
Recommended publications
  • A Cadem Ic C a Le Ndar 2 0
    calcover08-09_final.qxp 4/25/2008 9:45 AM Page 1 a . c g u i s s i n p . n i w w w NORTH BAY, ONTARIO, CANADA : t e n r e t NOR n i • T H a B . c A Y , g u ON T AR i s s i n p I O , CANA r @ n i a r t D A i s g r e : l i a m - e Ac ad emic C a len da r 2008 – 200 Liaison Office, 100 College Drive, Box 5002, North Bay, ON P1B 8L7 9 tel: (705) 474-3450, ext. 4517 • fax: (705) 495-1772 • tty: (705) 474-8797 • e-mail: [email protected] • internet: www.nipissingu.ca A CADEM I C CALEN D A R 2 0 0 8 – 2 0 0 9 Table of Contents DIRECTORY FOR INQUIRIES . .1 EXTENSION (IN-SERVICE) EDUCATION . .281 DEGREES AND MAJORS AT A GLANCE . .2 Advanced Bachelors Degree in Education Degree Program . .285 ACADEMIC YEAR 2008–2009 . .4 Advanced Bachelors Degree in Educational INTRODUCING NIPISSING UNIVERSITY . .10 Leadership Program . .286 GRADUATION . .19 Teacher of the Deaf and Hard of CHARGES AND FEES . .20 Hearing Program . .287 FINANCIAL AID, SCHOLARSHIPS, BURSARIES Professional Development for Teachers . .287 AND AWARDS . .28 NIPISSING UNIVERSITY STUDENT POLICIES . .309 ADMISSIONS . .33 ADMINISTRATION AND FACULTY . .321 Undergraduate Program Admissions . .33 INDEX . .335 Professional Program Admissions – Education . .44 Graduate Program Admissions . .50 FACULTY OF ARTS AND SCIENCE / FACULTY OF APPLIED AND PROFESSIONAL STUDIES . .53 Registration Procedures and Regulations . .53 Academic Regulations and Information . .54 Degree Requirements and Academic Standing .
    [Show full text]
  • Realizacija Datotečnog Sustava Na SSD Pogonu
    Realizacija datotečnog sustava na SSD pogonu Večenaj, Matija Undergraduate thesis / Završni rad 2019 Degree Grantor / Ustanova koja je dodijelila akademski / stručni stupanj: University of Zagreb, Faculty of Organization and Informatics / Sveučilište u Zagrebu, Fakultet organizacije i informatike Permanent link / Trajna poveznica: https://urn.nsk.hr/urn:nbn:hr:211:426744 Rights / Prava: Attribution-ShareAlike 3.0 Unported Download date / Datum preuzimanja: 2021-09-28 Repository / Repozitorij: Faculty of Organization and Informatics - Digital Repository SVEUČILIŠTE U ZAGREBU FAKULTET ORGANIZACIJE I INFORMATIKE V A R A Ž D I N Matija Večenaj REALIZACIJA DATOTEČNOG SUSTAVA NA SSD POGONU ZAVRŠNI RAD Varaždin, 2019. SVEUČILIŠTE U ZAGREBU FAKULTET ORGANIZACIJE I INFORMATIKE V A R A Ž D I N Matija Večenaj Matični broj: 44855/16-R Studij: Informacijski sustavi REALIZACIJA DATOTEČNOG SUSTAVA NA SSD POGONU ZAVRŠNI RAD Mentor: Izv. Prof. Dr. Sc. Igor Balaban Varaždin, kolovoz 2019. Matija Večenaj Izjava o izvornosti Izjavljujem da je moj završni rad izvorni rezultat mojeg rada te da se u izradi istoga nisam koristio drugim izvorima osim onima koji su u njemu navedeni. Za izradu rada su korištene etički prikladne i prihvatljive metode i tehnike rada. Autor potvrdio prihvaćanjem odredbi u sustavu FOI-radovi _______________________________________________________________________ i Sažetak Tema ovog rada jest datotečni sustav i njegova realizacija na SSD pogonu. Najprije se u razradi obrazložava uloga flash memorije bez koje SSD pogon ne bi bilo moguće realizirati. Nakon toga, slijede općenite informacije o SSD pogonu kao što je povijest razvoja, karakteristike, usporedba sa starijim tehnologijama i podjela istih s obzirom na sučelja. Objasnit će se i arhitektura SSD-a, s posebnim naglaskom na kontroler i memoriju.
    [Show full text]
  • SVC and Storwize V7000 Replication Family Services Chapter 4
    Front cover IBM System Storage SAN Volume Controller and Storwize V7000 Replication Family Services Describes new Replication Family Services functionality Provides server integration examples Includes scripting examples Jon Tate Rafael Vilela Dias Ivaylo Dikanarov Jim Kelly Peter Mescher ibm.com/redbooks International Technical Support Organization IBM System Storage SAN Volume Controller and Storwize V7000 Replication Family Services March 2013 SG24-7574-02 Note: Before using this information and the product it supports, read the information in “Notices” on page xi. Third Edition (March 2013) This edition applies to IBM System Storage SAN Volume Controller and IBM System Storage Storwize V7000 Replication Family Services at an SVC Version6.4 code level. © Copyright International Business Machines Corporation 2013. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . xi Trademarks . xii Summary of changes. xiii March 2013, Third Edition . xiii Preface . .xv The team who wrote this book . .xv Now you can become a published author, too! . xvii Comments welcome. xviii Stay connected to IBM Redbooks . xviii Chapter 1. Introduction to Replication Family Services . 1 1.1 FlashCopy . 2 1.2 Metro Mirror and Global Mirror . 2 1.2.1 Global Mirror with Change Volumes . 2 1.3 Volume Mirroring function . 2 1.3.1 Stretched Cluster Volume Mirroring . 3 Chapter 2. Planning for Replication Family Services . 5 2.1 High-level design. 6 2.1.1 Defining your project . 6 2.1.2 Functional requirements . 6 2.1.3 Non-functional requirements. 7 2.1.4 Prior to implementation .
    [Show full text]
  • IBM Power Virtualization Center Installation and User's Guide Version 1.1
    IBM Power Virtualization Center Installation and User's Guide Version 1.1 IBM Power Virtualization Center Installation and User's Guide Version 1.1 Note Before using this information and the product it supports, read the information in “Notices” on page 63. First Edition (June 2013) This edition applies to version 1, release 1 of IBM Power Virtualization Center (product number 5765-VCB) and to all subsequent releases and modifications until otherwise indicated in new editions. © Copyright IBM Corporation 2013, 2013. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this book ...........v Opening a terminal session to your virtual Who should read this book .........v machine ..............36 Conventions and terminology ........v Changing the boot list (Red Hat Enterprise Related Information ............v Linux) ...............36 Setting a default domain name for deployed Chapter 1. Introduction to IBM Power virtual machines............37 Virtualization Center .........1 Capturing a virtual machine.........38 Capture requirements ..........38 Installing the activation engine .......40 Chapter 2. Setting up the IBM Power Enabling the activation engine .......40 Virtualization Center environment . 3 Uninstalling the activation engine ......41 Hardware and software requirements ......7 Configuring the storage controller and SAN switch . 9 Chapter 6. Migrating a virtual machine 43 Configuring the VLANs on the network switch . 10 Migration requirements
    [Show full text]
  • US 2015/0160872 A1 CHEN (43) Pub
    US 2015.0160872A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2015/0160872 A1 CHEN (43) Pub. Date: Jun. 11, 2015 (54) OPERATION METHOD OF DISTRIBUTED (52) U.S. Cl. MEMORY DISKCLUSTER STORAGE CPC ............ G06F 3/0619 (2013.01); G06F 3/0689 SYSTEM (2013.01); G06F 3/0664 (2013.01) (71) Applicant: HSUN-YUAN CHEN, TAIPEI CITY 116 (TW) (57) ABSTRACT (72) Inventor: HSUN-YUAN CHEN, TAIPEI CITY 116 (TW) The present invention relates to anoperation method of dis (21) Appl. No.: 14/562,892 tributed memory disk cluster storage system, a distributed rº 3. memory storage system is adopted thereby satisfying four (22) Filed: Dec. 8, 2014 desired expansions which are the expansion of network band - - - - - - width, the expansion of hard disk capacity, the expansion of (30) Foreign Application Priority Data IOPS speed, and the expansion of memory I/O transmitting speed. Meanwhile, the system can be cross-region operated, Dec. 9, 2013 (TW) --------------------------------- 102145155 data center and WAN, so the user’s requirements can be Publication Classification collected through the local memory disk cluster for being provided with the correspondingp services, the capacity of the (51) Int. CI. memory disk cluster can also be gradually expanded for fur G06F 3/06 (2006.01) ther providing cross-region or cross-country data service. user end user end user end user end iSCSI FC FCOE NAS LAN P SAN virtualized Scheme Connection LAN iP T T T------—----- 25 - - - - - - - - - - - - I | 1 | 101 102 | 103 - - — — — — - - - - - - - - - - —ill r- - - - - - - - - - - - t - - - - Th|APP Eliº AFF EAFF EAFF | 10 iiii |Tºº, ?º º Tºº | | 11 || | i || ; : |||| | } i || ||| | | 13 13 { } || 13 13 || | 13 13 l– — — — — — — — — — — — I li- ~ — — — — — — |# - - | | | 20 i 20 i | virtualized distributed switch || i 1/8/10/16/40/56/100 1/8/10/16/40/56!400 1/8/10/16/40/56/100 Gbe physical switch Gbe physical switch Gbe physical switch router | SSL VPN or VPN Connection WAN iP º| Patent Application Publication Jun.
    [Show full text]
  • Powerha Systemmirror Commands
    IBM PowerHA SystemMirror for AIX Standard Edition Version 7.2 PowerHA SystemMirror commands IBM IBM PowerHA SystemMirror for AIX Standard Edition Version 7.2 PowerHA SystemMirror commands IBM Note Before using this information and the product it supports, read the information in “Notices” on page 103. This edition applies to IBM PowerHA SystemMirror 7.2 Standard Edition for AIX and to all subsequent releases and modifications until otherwise indicated in new editions. © Copyright IBM Corporation 2017, 2018. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents About this document ......... v cli_reducevg command .......... 37 Highlighting .............. v cli_replacepv command .......... 38 Case sensitivity in AIX ........... v cli_rmfs command ............ 38 ISO 9000................ v cli_rmlv command ............ 39 Related information ............ v cli_rmlvcopy command .......... 39 cli_syncvg command ........... 39 PowerHA SystemMirror commands ... 1 cli_unmirrorvg command.......... 40 cli_updatevg command .......... 41 What's new in PowerHA SystemMirror Commands . 1 cllscf command ............. 41 cl_availability command .......... 2 cllsdisk command ............ 42 cl_clstop command ............ 3 cllsfs command ............. 42 cl_convert command............ 4 cllsgrp command ............ 42 cl_ezupdate command ........... 5 cllsparam command ........... 43 cl_lsfs command ............. 7 cllsres command............. 43 cl_lsgroup command...........
    [Show full text]
  • Multipath Subsystem Device Driver User's Guide
    IBM System Storage Multipath Subsystem Device Driver User's Guide IBMLicense Agreement for Machine Code This guide might contain references to machine code, which includes Licensed Internal Code. Licensed Internal Code is licensed to you under the terms of the IBM License Agreement for Machine Code. Carefully read the agreement. By using this product, you agree to abide by the terms of this agreement and applicable copyright laws. See “IBM license agreement for machine code” on page 457. GC52-1309-03 IBM System Storage Multipath Subsystem Device Driver User's Guide GC52-1309-03 Note Before using this information and the product it supports, read the information in “Notices” on page 455. This edition applies to the following versions of IBM Multipath Subsystem Device Driver and to all subsequent releases and modifications until otherwise indicated in new editions: Subsystem Device Driver Version 1 Release 8 Modification 0 Level x for HP-UX Subsystem Device Driver Version 1 Release 7 Modification 2 Level x for AIX Subsystem Device Driver Version 1 Release 6 Modification 5 Level x for Solaris Subsystem Device Driver Version 1 Release 6 Modification 4 Level x for Windows Subsystem Device Driver Version 1 Release 6 Modification 3 Level x for Linux Subsystem Device Driver Version 1 Release 6 Modification 0 Level x for Netware Subsystem Device Driver Device Specific Module Version 2 Release 4 Modification x Level x Subsystem Device Driver Path Control Module Version 2 Release 6 Modification x Level x | Subsystem Device Driver Path Control Module Version 3 Release 0 Modification x Level x This edition replaces GC52-1309-02.
    [Show full text]
  • Open-Systems Host Attachment Guide
    Open-Systems Host Attachment Guide Hitachi Virtual Storage Platform G1000 Hitachi Virtual Storage Platform Hitachi Unified Storage VM Hitachi Universal Storage Platform V/VM FASTFIND LINKS Contents Product Version Getting Help MK-90RD7037-00 © 2014 Hitachi, Ltd. All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or stored in a database or retrieval system for any purpose without the express written permission of Hitachi, Ltd. Hitachi, Ltd., reserves the right to make changes to this document at any time without notice and assumes no responsibility for its use. This document contains the most current information available at the time of publication. When new or revised information becomes available, this entire document will be updated and distributed to all registered users. Some of the features described in this document might not be currently available. Refer to the most recent product announcement for information about feature and product availability, or contact Hitachi Data Systems Corporation at https://portal.hds.com. Notice: Hitachi, Ltd., products and services can be ordered only under the terms and conditions of the applicable Hitachi Data Systems Corporation agreements. The use of Hitachi, Ltd., products is governed by the terms of your agreements with Hitachi Data Systems Corporation. Notice on Export Controls. The technical data and technology inherent in this Document may be subject to U.S. export control laws, including the U.S. Export Administration Act and its associated regulations, and may be subject to export or import regulations in other countries.
    [Show full text]
  • AIX 5.3 Release Notes
    AIX 5L Ver sion 5.3 Release Notes SC23-5201-03 AIX 5L Ver sion 5.3 Release Notes SC23-5201-03 Note Before using this information and the product it supports, read the information in Appendix D, “Notices,” on page 65. Sixth Edition (June 2007) © Copyright International Business Machines Corporation 2004, 2007. All rights reserved. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Chapter 1. Read this before installation . .1 Installation tips . .1 Software License Agreements (SLA) . .1 What's new in AIX . .1 Service . .1 Fixes and problem-solving databases . .1 Chapter 2. System requirements . .3 Required hardware . .3 Firmware . .3 Some AIX systems might not boot from CD-ROM . .3 Minimum firmware levels required for AIX 5.3 . .3 Firmware upgrade required to support an alternate boot device . .4 Storage adapter microcode . .6 Memory requirements . .6 Paging space requirements . .6 Disk requirements . .7 Supported devices . .7 Parallel printer cable selection . .7 Supported Enhanced Error Handling (EEH) devices . .7 Limitations and restrictions . .8 Known limitations for POWER4 systems . .8 RAID capacity limitation . .8 InfiniBand limitation . .9 Known problems . .9 IBM 4.7 GB IDE Slimline DVD-RAM drive limitations . .10 Known problem writing to DVD drive . .10 Limitation on placement of boot image on hard disk . .10 Machine limitations with Universal Disk Format (UDF) . .11 Logical Volume Manager memory impact . .11 Server Message Block File System (SMBFS) mounting . .12 Restrictions using HEA under EtherChannel . .12 Chapter 3. Installation, migration, upgrade, and configuration information . .13 Installation . .13 Installing AIX 5L Version 5.3 .
    [Show full text]
  • Image Level Idataagent
    Features - Image Level iDataAgent Features - Image Level iDataAgent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - IMAGE LEVEL IDATAAGENT INSTALLATION z Install the Image Level iDataAgent - Windows z Install the Image Level iDataAgent - Unix BACKUP DATA - IMAGE LEVEL IDATAAGENT RESTORE DATA - IMAGE LEVEL IDATAAGENT CONFIGURATION z Subclients - Image Level iDataAgent SNAPSHOTS ® z The QSnap Service z QSnap for the Image Level iDataAgent z VSS for the Image Level iDataAgent MANAGEMENT z Backup Job History z Restore Job History Page 1 of 103 Features - Image Level iDataAgent Overview - Image Level iDataAgent Choose from the following topics: z Introduction z Supported Data Types z Tree Levels in the Image Level iDataAgent z License Requirement z Snapshot Support z LAN Copy Manager z Disaster Recovery Considerations INTRODUCTION Unlike the file system iDataAgent which backs up folders and files, the Image Level iDataAgent backs up complete volumes or mount points, and restores them using Volume Level Restore; for certain operating systems it is also able to restore folders and files using a File Level Restore. Generally, only blocks that contain data are backed up; empty blocks are not, with the following notes: z For FAT16/FAT32 volumes, all blocks on a drive are backed up, even if the blocks contain no data. z For Image Level on Unix, this functionality can be turned off, so that even the empty blocks are backed up, by configuring the dDisableDataBlock registry key. z CXBF devices on AIX do not support online file system expansion or shrink using the chfs command. If a volume or file system controlled by a CXBF block- filter driver is extended or shrunk, it will fail.
    [Show full text]
  • Mission-Critical Database Performance: Intel Xeon Processor E7 V2 Family Vs
    MISSION-CRITICAL DATABASE PERFORMANCE: INTEL XEON PROCESSOR E7 V2 FAMILY VS. IBM POWER7+ Your large databases are not just part of your business; they are vital to operation day in and day out. For these mission-critical workloads, not just any hardware will do. You need reliable, high-performing systems to power these database applications and ensure employees and customers can complete the tasks that they need to. High-performance processors can ensure the performance you need, but which performs the best, saves on acquisition costs, reduces power consumption, and leaves headroom for future growth? In our labs at Principled Technologies, we compared two systems based on high-performance processors: a new four-socket Intel Xeon processor E7-4890 v2-based server versus an IBM POWER7+ processor-based system. Running bare-metal Oracle® Database 12c workloads, the Intel Xeon processor-based system outperformed the IBM POWER7+ system by 15.9 percent in our tests. What’s more, the better-performing Intel Xeon processor-based system costs 69.4 percent less, used up to 42.0 percent less idle power, and used 33.5 percent less active power, while leaving twice the headroom for future growth. All these factors lead to a 5.7x performance per system watt per dollar advantage. These results show that servers harnessing the new Intel Xeon processor E7 v2 family can deliver the high performance per system watt per dollar you demand for your large, mission-critical databases while helping your bottom line. * Reflects price estimates Intel provided. FEBRUARY 2014 A PRINCIPLED TECHNOLOGIES TEST REPORT Commissioned by Intel Corp.
    [Show full text]
  • GNU/Linux Magazine N159 : Virtualisation Avec Les Linux
    sommaire N°159 éditorial Prosel time ! News Je ne sais pas si vous 04 Nouveautés de Python 3.3 avez remarqué, mais nous avons, aux Éditions 12 Commandes et Démons Diamond, essayé quelque chose de nouveau ces der- NetadmiN niers mois. Si vous ne devi- 20 Sauvegarde dans le cloud avec duplicity ! nez pas de quoi je parle, ami lecteur de GLMF, rassurez-vous c’est normal, puisque la nou- veauté concernait un autre titre. Le lien avec sysadmiN votre cher magazine est triple. D’une part, il 26 réutiliser des greffons Nagios avec Zabbix s’agit d’une publication sœur qui n’est autre que Linux Essentiel et plus exactement un hors-sé- En couverture rie (et d’une). D’autre part, si vous nous suivez de longue date, vous devez connaître certains 32 Virtualisation basée sur les LinuX de mes antécédents dans le domaine de la retouche d’images puisque, je l’avoue, j’ai « com- Containers, aka LXC mis » plusieurs tutoriels dans de précédents Cet article a pour objectif de vous présenter la technologie hors-séries de GLMF consacrés à Gimp. Or précisément, le hors-série de Linux Essentiel de virtualisation LXC [0.1]. Le terme de virtualisation n'est concernait Gimp (et de deux - si l’on considère d'ailleurs pas vraiment adapté, car il n'y a pas de création qu’il existe une sorte de relation trouble entre de machine virtuelle en tant que telle. Gimp et GLMF). En revanche, en plus du simple fait que ce repères hors-série s’adressait à des lecteurs débutants 38 Les patrons variables du C++11 : 1 – Définitions et syntaxes avec Gimp, ce « quelque chose de nouveau » était (et est toujours, mais j’y reviendrai) phy- 44 Le coin du vieux barbu siquement différent.
    [Show full text]