SAP HANA Backup Guide (for A2040d RHEL) 23 rd of January 2017 NEC SAP Global Competence Center

Size: px
Start display at page:

Download "SAP HANA Backup Guide (for A2040d RHEL) 23 rd of January 2017 NEC SAP Global Competence Center"

Transcription

1 SAP HANA Backup Guide (for A2040d RHEL) 23 rd of January 2017 NEC SAP Global Competence Center

2 1. Introduction 1.1. Purpose This manual describes how to create an initial backup after finishing the installation of SAP HANA Scope SAP HANA single node appliance OS is RHEL Reference documents SAP HANA Technical Operations Manual (TOM) SAP HANA Database Administration Guide The above documents are available from the following site, be sure to check 2. Planning 2.1. SAP HANA data allocation This chapter describes the disk and filesystem layout. Use the commands lsblk and blkid to get details about existing block devices and their usage. All data except swap, /var/crash and /backup in the following tables will be included with the backup Appliances with 3 internal HDDs (up to 1TB) Internal JBOD HDDs RAID Size LD LD Size FS mount point FS size Device ext3 /boot 1 GB sda2 2 x 300GB vfat /boot/efi 1 GB sda GB LD#1 279 GB (+ 1 spare) ext3 / 267 GB lv_root swap swap 10 GB lv_swap LD#1~ GB xfs /hana/data GB lv_data LD#13~ GB xfs /hana/log GB lv_log xfs /hana/shared GB lv_shared 24 x 600GB 1 12 x 558GB LD#25~3 xfs /backup 50 GB lv_backup GB 6 xfs /var/crash GB lv_dump (free) 434 GB 2.3. Appliances with 8 internal HDDs (up to 2TB) Internal HDDs RAID Size LD LD Size FS mount point FS size Device ext3 /boot 1 GB sda2 vfat /boot/efi 1 GB sda1 2 x 900GB 1 838GB LD#1 838 GB ext3 / 776 GB lv_root swap swap 10 GB lv_swap xfs /backup 50 GB lv_backup JBOD 6 x 900GB 24 x 600GB 5(5+P ) GB 12 x 558GB LD# GB xfs /hana/log GB lv_log LD# GB xfs /hana/shared GB lv_shared LD#4 1,118 GB xfs /var/crash GB lv_dump xfs /hana/data GB lv_data LD#1~1212 x 558GB (free) 552 GB 2 NEC Corporation 2017

3 2.4. Appliances with 8 internal HDDs (up to 4TB) Internal HDDs RAID Size LD LD Size FS mount point FS size Device ext3 /boot 1 GB sda2 vfat /boot/efi 1 GB sda1 2 x 1.2TB 1 1,117 GB LD#1 ext3 / 955 GB lv_root GB swap swap 10 GB lv_swap xfs /backup 150 GB lv_backup 6 x 1.2TB JBOD 24 x 1.2TB LD# GB xfs /hana/log GB lv_log 5(5+P) 5,585 GB LD# GB xfs /hana/shared GB lv_shared (free) 465 GB LD#1~12 12x1,024 GB xfs /hana/data GB lv_data 1 12x1,117GB LD#13~24 12x93 GB xfs /var/crash 1,116 GB lv_dump 2.5. Backup procedure overview The backup procedure exists of the following 3 phases: Boot up to the rescue mode. Backup each volume with the tar command. Reboot server and start SAP HANA. 3. Backup procedure In this chapter a procedure to obtain an initial backup of the environment is shown. This procedure should be run after the initial installation of SAP HANA has completed Boot to rescue mode Insert the RHEL 7 Installation Media and boot from DVD. As soon as the system starts from the DVD the boot menu is displayed. Select the Troubleshooting option here: 3 NEC Corporation 2017

4 On the next screen select rescue system: Select option 2) to proceed to the rescue system: After a short while the system will display the following message: 4 NEC Corporation 2017

5 Press <return> to enter the system, then check mounts underneath /mnt/sysimage by executing the following command df Verify all mount points to be included in the backup as shown in the filesystem layout in chapter 2 are available underneath /mnt/sysimage Backup In this chapter you will create a backup of every partition. All commands are valid for all appliance sizes. 1 Mount backup partition in writeable mode mount o remount,rw /mnt/sysimage/backup 2 Run the following command in the directory /mnt/sysimage/boot/efi to get a backup of the uefi boot partition: cd /mnt/sysimage/boot/efi tar cz sp. > /mnt/sysimage/backup/hana-bootefi.tgz 3 Run the following command in the directory /mnt/sysimage/boot to get a backup of the boot partition: cd /mnt/sysimage/boot tar cz sp --one-file-system. > /mnt/sysimage/backup/hana-boot.tgz 4 Run the following command in the directory /mnt/sysimage to get a backup of the OS partition: cd /mnt/sysimage tar cz sp --one-file-system. > /mnt/sysimage/backup/hana-root.tgz 5 Run the following command in the directory /mnt/sysimage/hana/data to get a backup of the HANA data partition: cd /mnt/sysimage/hana/data tar cz sp. > /mnt/sysimage/backup/hana-data.tgz 6 Run the following command in the directory /mnt/sysimage/hana/shared to get a backup of the HANA shared partition: cd /mnt/sysimage/hana/shared tar cz sp. > /mnt/sysimage/backup/hana-shared.tgz 5 NEC Corporation 2017

6 7 Run the following command in the directory /mnt/sysimage/hana/log to get a backup of the HANA log partition: cd /mnt/sysimage/hana/log tar cz sp. > /mnt/sysimage/backup/hana-log.tgz 8 Verify that 6 backup files exist in the backup partition and have a reasonable size: cd /mnt/sysimage/backup ls lh 3.3. Reboot and HANA startup After the backup finished restart your NEC HANA appliance and start HANA 1 Reboot your server by typing shutdown r now 2 Remove the DVD media before the system boot starts. 3 Login to the OS, open a terminal and and enter the following commands to start HANA: su - <sid>adm HDB start 4 Run this command and check its output says OK and all listed processes have the status Green. If some are still Initializing, wait a while and issue the same command again: sapcontrol nr <instance no> -function GetProcessList 6 NEC Corporation 2017

SAP HANA Backup Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center

SAP HANA Backup Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center SAP HANA Backup Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center 1. Introduction 1.1. Purpose This manual describes how to create an initial backup after finishing the installation

More information

SAP HANA Restore Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center

SAP HANA Restore Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center SAP HANA Restore Guide (for A2040d SLES) 23 rd of January 2017 NEC SAP Global Competence Center 1. Introduction 1.1. Purpose This manual describes a restore procedure of a HANA system from a full backup

More information

SAP HANA Restore Guide (for A2040c SLES) 22 nd of April 2016 NEC SAP Global Competence Center

SAP HANA Restore Guide (for A2040c SLES) 22 nd of April 2016 NEC SAP Global Competence Center SAP HANA Restore Guide (for A2040c SLES) 22 nd of April 2016 NEC SAP Global Competence Center 1. Introduction 1.1. Purpose This manual describes a restore procedure of a HANA system from a full backup

More information

SAP HANA Backup Guide (for Ivy-Bridge Model)

SAP HANA Backup Guide (for Ivy-Bridge Model) SAP HANA Backup Guide (for Ivy-Bridge Model) Version 1.3 2015 / 07 / 17 NEC SAP Global Conpetence Center Page 1 C NEC Corporation 2014 Version history Version Date Revision contents 1.0 2014/08/07 Created

More information

SAP HANA Backup Guide (for Ivy-Bridge Model)

SAP HANA Backup Guide (for Ivy-Bridge Model) SAP HANA Backup Guide (for Ivy-Bridge Model) Version 1.1 2014/12/06 NEC SAP Global Conpetence Center Page 1 C NEC Corporation 2014 Version history Version Date Revision contents 1.0 2014/10/06 Created

More information

SAP HANA Appliance Express5800 A2040e Initial Operation Verification Guide. 7 th of August, 2018 NEC SAP Competence Center

SAP HANA Appliance Express5800 A2040e Initial Operation Verification Guide. 7 th of August, 2018 NEC SAP Competence Center SAP HANA Appliance Express5800 A2040e Initial Operation Verification Guide 7 th of August, 2018 NEC SAP Competence Center 1. Preparation Caution: The card position may be different depending on the configuration.

More information

NEC Storage M series for SAP HANA Tailored Datacenter Integration Configuration and Best Practice Guide

NEC Storage M series for SAP HANA Tailored Datacenter Integration Configuration and Best Practice Guide NEC Storage M series for SAP HANA Tailored Datacenter Integration Configuration and Best Practice Guide (M120/M320/M320F/M110/M310/M310F/M510/M710/M710F) August, 2018 NEC Copyright 2018 NEC Corporation.

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Cisco UCS Scale-Up Solution for SAP HANA on M5 Rack Servers

Cisco UCS Scale-Up Solution for SAP HANA on M5 Rack Servers Cisco UCS Scale-Up Solution for SAP HANA on M5 Rack Servers Design and Deploy an SAP HANA Single-Node Solution Based on Standalone Cisco UCS M5 Rack Servers with SLES 12 for SAP SP2. February 2018 2018

More information

NEC Storage M series for SAP HANA Tailored Datacenter Integration

NEC Storage M series for SAP HANA Tailored Datacenter Integration NEC Storage M series for SAP HANA Tailored Datacenter Integration (NEC Storage M110/M310/M510/M710) Configuration and Best Practice Guide NEC June 2015 Copyright 2015 NEC Corporation. All Rights Reserved.

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

1. Which of the following Linux distributions is supported by SAP HANA?

1. Which of the following Linux distributions is supported by SAP HANA? SAP EDUCATION SAMPLE QUESTIONS: E_HANAINS131 - SAP Certified Technology Specialist (Edition 2013) SAP HANA Installation Disclaimer: These sample questions are for self-evaluation purposes only and do not

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

More information

RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide

RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide RocketRAID 2680/2684 SAS Controller Red Hat Enterprise/CentOS Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 13, 2008 Table

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 5, 2008 Table

More information

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide

RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide RocketRAID 231x/230x SATA Controller Fedora Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on April 7, 2009 Table of Contents 1 Overview...1

More information

Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide

Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide Rocket RAID 2644 SAS Controller opensuse Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on June 12, 2012 Table of Contents 1 Overview...

More information

A. Windows 7 and USB driver installation

A. Windows 7 and USB driver installation DE173 First Edition October 2016 A. Windows 7 and USB driver installation Based on the chipset specification, your system requires the USB driver to be preloaded in order to use USB keyboard/mouse during

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

Cisco Scale-Up Solution for SAP HANA with the Cisco C880 M4 Server

Cisco Scale-Up Solution for SAP HANA with the Cisco C880 M4 Server White Paper Cisco Scale-Up Solution for SAP HANA with the Cisco C880 M4 Server Design and Deploy a SAP HANA Single-Node Solution Based on Cisco C880 M4 Servers with SUSE Linux Enterprise Server 12 for

More information

C122-E159-02EN PRIMEQUEST 1000 Series Notices for ServerView Suite

C122-E159-02EN PRIMEQUEST 1000 Series Notices for ServerView Suite PRIMEQUEST 1000 Series Notices for ServerView Suite 2012 January FUJITSU LIMITED Contents I. Preface... 3 II. Notices for ServerView Suite V10.11.07... 4 1. Notices for ServerView Operations Manager (SVOM)...

More information

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

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

More information

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide

RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide RocketRAID 2522 SATA Controller Ubuntu Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on February 16, 2009 Table of Contents 1 Overview...1

More information

SLES Linux Installation Guide

SLES Linux Installation Guide Rocket RAID 278x SAS Controller SLES Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Created on May 29, 2012 Table of Contents 1 Overview... 1 2 Installing

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 276x SAS Controller Fedora Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

TECH NOTE VICON TECHNICAL SERVICES GROUP

TECH NOTE VICON TECHNICAL SERVICES GROUP This document covers the replacement and setup of Serial ATA (SATA) hard disk drives (HDD) in the ViconNet Kollector (KE, KP). Replacement HDD s should always be Vicon approved. Installation of the Windows

More information

Format Hard Drive Using Windows 7 Recovery Disk

Format Hard Drive Using Windows 7 Recovery Disk Format Hard Drive Using Windows 7 Recovery Disk Jun 8, 2015. If it's not possible to create a recovery disk using this method, is it possible to backup Hey guys, I'm looking to format my hard-drive and

More information

BASIC GUIDE FOR SETTING CH3B2E

BASIC GUIDE FOR SETTING CH3B2E BASIC GUIDE FOR SETTING CH3B2E Unit assembly First step needed it s install hard drives in your CH3B2E enclosure, to do it you can follow installation guide that it s included in product box. If you want

More information

Parallels Server 4.0 for Mac Bare Metal Edition

Parallels Server 4.0 for Mac Bare Metal Edition Parallels Server 4.0 for Mac Bare Metal Edition Installation Guide Copyright 1999-2010 Parallels Holdings, Ltd. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse

More information

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE ASIANUX SERVER 3 SP1 INSTALLATION GUIDE Asianux Server 3 SP1 Installation Guide Asianux Team December 12, 2008 Contents Preface 4 Audience.................................................... 4 Typographic

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide... 2 1.1 Introduction to RAID... 2 1.2 RAID Configurations Precautions... 4 1.3 Legacy RAID ROM Configuration (for AMD X370, B350, and A320

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Ubuntu Linux Installation Guide

Ubuntu Linux Installation Guide RocketRAID 278x SAS Controller Ubuntu Linux Installation Guide Version 1.1 Copyright 2012 HighPoint Technologies, Inc. All rights reserved. Last updated on May 29, 2012 Table of Contents 1 Overview...

More information

RocketRAID Series Data RAID Set Up Guide

RocketRAID Series Data RAID Set Up Guide RocketRAID Series Data RAID Set Up Guide Products: RocketRAID 4522 and 4520 RocketRAID RocketRAID 3740A and 840A 2760A RocketRAID 2740 and 2744 RocketRAID 2722, 2721 and 2711 Revision: v1.0.1 January 30

More information

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide

RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide RocketRAID 231x/230x SATA Controller Debian Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on September 17, 2008 Table of Contents 1

More information

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space

Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space Red Hat Enterprise Linux 6 Server Instruction Guide for Creating Volume in Free Disk Space NEC Express Servers NEC Express5800/ft Series 1st Edition 03-2013 Introduction This document is intended as a

More information

Production Installation and Configuration. Openfiler NSA

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

More information

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0

AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC Release Version 1.0 AMD Ryzen Threadripper NVMe RAID Quick Start Guide RC-9.1.0 Release Version 1.0 1 P a g e Contents 1 GENERAL INFORMATION... 3 1.1 Purpose... 3 1.2 System requirements... 3 1.3 Information about supported

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 3 1.1 Introduction to RAID.. 3 1.2 RAID Configurations Precautions 4 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista / Vista

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

How to mount RAID on NVR7800. Application Notes. Version <1.0>

How to mount RAID on NVR7800. Application Notes. Version <1.0> How to mount RAID on NVR7800 Application Notes Version Preface: Creating RAID by EonOne Lite will reserve one HDD to be the spare drive. (e.g. Creating RAID5 needs at least 4 HDDs; creating RAID6

More information

RocketRAID esata 6G HBA Series Boot Single Installation. Guide.

RocketRAID esata 6G HBA Series Boot Single Installation. Guide. RocketRAID esata 6G HBA Series Boot Single Installation Guide. Overview: This installation guide provides step and step instructions on how to configure the RocketRAID esata 6G storage to support booting

More information

Fedora Linux Installation Guide

Fedora Linux Installation Guide RocketRAID 2640/2642 SAS Controller Fedora Linux Installation Guide Version 1.2 Copyright 2012HighPoint Technologies, Inc. All rights reserved. Last updated on August 10, 2012 Table of Contents 1 Overview...

More information

Manually Mount Usb Flash Drive Linux Command Line Redhat

Manually Mount Usb Flash Drive Linux Command Line Redhat Manually Mount Usb Flash Drive Linux Command Line Redhat How to Format USB in Linux using Command Line. This article will help you to format USB Flash drive in Ubuntu systems via Command line. So first

More information

Ubuntu - How to Create Software RAID 1 in Ubuntu Linux - Tutorial

Ubuntu - How to Create Software RAID 1 in Ubuntu Linux - Tutorial Published on http://www.itswapshop.com (http://www.itswapshop.com) Home > Ubuntu - How to Create Software RAID 1 in 12.04 Ubuntu Linux - Tutorial Ubuntu - How to Create Software RAID 1 in 12.04 Ubuntu

More information

ABOUT ZEPCAM SOFTWARE INSTALLATION MANAGEMENT AND BACKUPS. Description What is it Installation requirement Server requirement

ABOUT ZEPCAM SOFTWARE INSTALLATION MANAGEMENT AND BACKUPS. Description What is it Installation requirement Server requirement 1 ABOUT ZEPCAM SOFTWARE Description What is it Installation requirement Server requirement INSTALLATION Create a bootable USB Networking Disk partitioning Bootloader configuration Setup Registration Administrator

More information

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD NOTE: Before performing the below tasks, please ensure you have one basic disk partition (with no data) or some free space

More information

2018/01/30 18:11 1/6 Disks Management HDD Management. Disks must be added before they can be formatted and mounted or configured in a RAID array.

2018/01/30 18:11 1/6 Disks Management HDD Management. Disks must be added before they can be formatted and mounted or configured in a RAID array. 2018/01/30 18:11 1/6 Disks Management HDD Management Disks management Disks must be added before they can be formatted and mounted or configured in a RAID array. All disks that you wish to configure in

More information

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

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

More information

RocketU 1144CM Host Controller

RocketU 1144CM Host Controller RocketU 1144CM Host Controller 4-Port USB 3.0 PCI-Express 2.0 x4 RAID HBA for Mac User s Guide Revision: 1.0 Dec. 13, 2012 HighPoint Technologies, Inc. 1 Copyright Copyright 2013 HighPoint Technologies,

More information

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

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

More information

1. Set up the storage to allow access to the LD(s) by the server following the NEC storage user guides.

1. Set up the storage to allow access to the LD(s) by the server following the NEC storage user guides. Overview Server running Red Hat Enterprise Linux (RHEL) must be configured to recognize and work with NEC storage systems. The following procedure demonstrates the steps necessary to configure multipath

More information

Course 55187B Linux System Administration

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

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

Managing Disks. Managing Disks in the Cluster. Disk Requirements

Managing Disks. Managing Disks in the Cluster. Disk Requirements in the Cluster, on page Disk Requirements, on page Replacing Self Encrypted Drives (SEDs), on page 4 Replacing SSDs, on page 6 Replacing NVMe SSDs, on page 7 Replacing Housekeeping SSDs, on page 8 Replacing

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Configurations...3 2.1 Introduction

More information

Step by Step Installation of CentOS Linux 7 and Active Circle

Step by Step Installation of CentOS Linux 7 and Active Circle Step by Step Installation of CentOS Linux 7 and Active Circle Active Circle Storage System Abstract This document describes the step-by-step procedures for installing and configuring the CentOS Linux 7

More information

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Desktop OS

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Desktop OS Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Desktop OS INTEGRATION BRIEF The built-in Windows Backup included with current Windows operating systems does not support

More information

Instructions to update Digimax application software (a.k.a. firmware)

Instructions to update Digimax application software (a.k.a. firmware) Instructions to update Digimax application software (a.k.a. firmware) These instructions are for updating the application software from 1.0.0.0, V1.0.1.0, V1.0.2.0, 1.0.3.0 (07093001), & 1.0.3.0 (07110801),

More information

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS

Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS Integrating RDX QuikStor into Windows Backup with Full System Recovery for Windows Server OS INTEGRATION BRIEF The built-in Windows Backup included with current Windows operating systems does not support

More information

HPE ConvergedSystem 500 for SAP HANA Scale-up Configurations

HPE ConvergedSystem 500 for SAP HANA Scale-up Configurations HPE ConvergedSystem 500 for SAP HANA Scale-up Configurations Administration, Operations, and Troubleshooting Guide Abstract This document is intended to assist SAP solution architects, SAP database and

More information

v5: How to restore a backup image

v5: How to restore a backup image This article describes how to restore a backup image Restoring a backup image is very simple using Macrium Reflect. If the image contains only data, it is a matter of restoring it back to its original

More information

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes]

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes] [Release Date] Sep 22, 2006 [Applicable Hardware] Thecus N5200 IP Storage Server [Software Upgrade/Downgrade Note] 1. After firmware v1.00.03 installed, the new software doesn't allow users to downgrade

More information

Guide to SATA Hard Disks Installation and RAID Coniguration

Guide to SATA Hard Disks Installation and RAID Coniguration Guide to SATA Hard Disks Installation and RAID Coniguration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Conigurations...3 2.1 Introduction

More information

SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure

SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure SAP HANA on Dell EMC VxRail Hyper-Converged Infrastructure December 2018 H17317.2 Abstract This validation guide provides best-practice storage and configuration guidelines for a Dell EMC VxRail hyper-converged

More information

menu of icons which you can select which item you want to use to startup the computer.

menu of icons which you can select which item you want to use to startup the computer. To begin, insert the media that came with your computer into your CD / DVD drive. While the media is in the computer, power the computer off and restart the system. Upon restart you will need to press

More information

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery LiLo Crash Recovery ***** *** * I have captured this information from someone else website which I didn t record where I copied it from or when I copied it. And I ve left it as it is. The credit should

More information

Title: Demonstrate the linux installation and administration settings.

Title: Demonstrate the linux installation and administration settings. OOPL Assignment 1 Title: Demonstrate the linux installation and administration settings. Objectives: 1) To install Ubuntu Linux on Windows without erasing current operating system. 2) To give the students

More information

Chapter 6. Linux File System

Chapter 6. Linux File System Chapter 6 Linux File System 1 File System File System management how to store informations on storage devices The Hierarchical Structure Types of file Common File system Tasks 2 The Hierarchical Structure

More information

Manual Format Flash Drive Ntfs Windows Xp

Manual Format Flash Drive Ntfs Windows Xp Manual Format Flash Drive Ntfs Windows Xp Windows XP, NTFS, Flash Drive, Format I am given the option of formatting the flash drive when I right-click on it, but I am not given any options, just drop.

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

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit With RAID Functions....5

More information

Exam LFCS/Course 55187B Linux System Administration

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

More information

Guide to Linux+, Fourth Edition Chapter 2 Solutions

Guide to Linux+, Fourth Edition Chapter 2 Solutions Guide to Linux+, Fourth Edition Chapter 2 Solutions Review Questions 1. What is the default shell in Linux called? a. SH b. BSH c. CSH d. BASH Answer: d 2. What equivalent to the man command generally

More information

NETW 110 Lab 4 Using eth0 Configuration Mounting Drives and Devices Page 1

NETW 110 Lab 4 Using eth0 Configuration Mounting Drives and Devices Page 1 NETW 110 Lab 4 Using eth0 Configuration Mounting Drives and Devices Page 1 Objective At the conclusion of this lab, the student will be able to perform necessary post-installation hardware configuration

More information

This is sometimes necessary to free up disk space on a volume that cannot have extra disk space easily added.

This is sometimes necessary to free up disk space on a volume that cannot have extra disk space easily added. Movin g /var/log/ Article Number: 473 Rating: Unrated Last Updated: Tue, Mar 29, 2016 at 5:56 PM O ve r vie w This KB article will walk you through the steps of moving the /var/log directory to a new disk/volume

More information

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 7 INSTALLATION Contents OVERVIEW SECTION 1 BIOS & PRE-INSTALLATION STEPS SECTION 2 WINDOWS 7 DRIVER SLIPSTREAM SETUP SECTION 3 WINDOWS 7 INSTALLATION

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

Asianux Server 3 Installation Guide

Asianux Server 3 Installation Guide Asianux Server 3 Installation Guide 1 Announcement: Asianux Server 3 is protected by applicable copyright laws and is distributed under the GNU General Public License that restricts the usage, copying,

More information

Guide to SATA Hard Disks Installation and RAID Configuration

Guide to SATA Hard Disks Installation and RAID Configuration Guide to SATA Hard Disks Installation and RAID Configuration 1. Guide to SATA Hard Disks Installation...2 1.1 Serial ATA (SATA) Hard Disks Installation...2 2. Guide to RAID Configurations...3 2.1 Introduction

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

If possible before restoring a RipNAS copy the music files (and other personal data) to an external drive.

If possible before restoring a RipNAS copy the music files (and other personal data) to an external drive. (1) - Preparation If possible before restoring a RipNAS copy the music files (and other personal data) to an external drive. Connect the RipNAS to a monitor, keyboard and mouse. Insert the RipNAS Rescue

More information

Week 10 Project 3: An Introduction to File Systems. Classes COP4610 / CGS5765 Florida State University

Week 10 Project 3: An Introduction to File Systems. Classes COP4610 / CGS5765 Florida State University Week 10 Project 3: An Introduction to File Systems Classes COP4610 / CGS5765 Florida State University 1 Introduction The goal of project 3 is to understand basic file system design and implementation file

More information

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine on VMware ESX Server. This manual applies to C-MOR version 4 with 64 bit operating system. First download the

More information

CST Algonquin College 2

CST Algonquin College 2 Partitions Lab due dates: Labs are due as specified usually on Page1 of the Lab document Lab due dates are expressed as: 10 min before the end of the lab period during a certain week There is a grace period

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

RocketRAID esata 3G HBA Series Data Single

RocketRAID esata 3G HBA Series Data Single RocketRAID esata 3G HBA Series Data Single Overview: The RocketRAID esata 3G series controller supports data single configuration. A data single configuration is a single hard drive connected to the RocketRAID

More information

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

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

More information

Cisco Scale-Up Solution for SAP HANA on Cisco C880 M5 Servers with Red Hat Enterprise Linux for SAP HANA

Cisco Scale-Up Solution for SAP HANA on Cisco C880 M5 Servers with Red Hat Enterprise Linux for SAP HANA Cisco Scale-Up Solution for SAP HANA on Cisco C880 M5 Servers with Red Hat Enterprise Linux for SAP HANA Design and deploy an SAP HANA single-node solution based on standalone Cisco C880 M5 Servers with

More information

Project 3: An Introduction to File Systems. COP4610 Florida State University

Project 3: An Introduction to File Systems. COP4610 Florida State University Project 3: An Introduction to File Systems COP4610 Florida State University 1 Introduction The goal of project 3 is to understand basic file system design and implementation file system testing data serialization/de-serialization

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

Installation Guide-x86, x86-64

Installation Guide-x86, x86-64 Installation Guide-x86, x86-64 In order to start the installation of Asianux 2.0, it needs to boot installation program. We can use two methods: CD booting or floppy booting. 1. Method of booting installation

More information

Operating Systems. Mass-Storage Structure Based on Ch of OS Concepts by SGG

Operating Systems. Mass-Storage Structure Based on Ch of OS Concepts by SGG Operating Systems Mass-Storage Structure Based on Ch. 10-11 of OS Concepts by SGG Mass Storage Devices Disks A r/w head flies above the spinning disk Each disk is divided into tracks and each track in

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows 7 / 7 64-bit / Vista TM / Vista TM 64-bit /

More information

How to Back-Up a fit-pc2 Using Only a USB Stick (and some creative partitioning)

How to Back-Up a fit-pc2 Using Only a USB Stick (and some creative partitioning) This process allows you to back up your fit-pc2 workstation (or any USB-bootable computer) so you can quickly and easily restore your computer to its original state in the event of a hard drive failure,

More information

Format Hard Drive After Install Ubuntu From Usb To Blank

Format Hard Drive After Install Ubuntu From Usb To Blank Format Hard Drive After Install Ubuntu From Usb To Blank If your hard disk doesn't show up, try formatting to FAT32. Also UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information