USB Bare Metal Restore: Getting Started

Size: px
Start display at page:

Download "USB Bare Metal Restore: Getting Started"

Transcription

1 USB Bare Metal Restore: Getting Started Prerequisites Requirements for the target hardware: Must be able to boot from USB Must be on the same network as the Datto device Must be 64 bit hardware Any OSs will be restored as a single partition. If you need a software RAID, you must restore the OS to a single partition and then configure the other Windows partitions as a software RAID. You should have the following items available when starting this process: USB stick that is 4 GB or larger Any specialized drivers that you need to run your target hardware, such as trackpad, or hardware RAID drivers. They must be in 64-bit INF driver format, not EXE, ZIP, or other compressed or executable format. You may need 32-bit drivers later on in the process, so have those handy as well. If your backups are encrypted, then you will need to encryption passphrase for the protected system that you are restoring. Imaging the USB Drive 1. Plug the USB stick into one of the open USB ports on the back of the Datto device. 2. From the web interface, click the Restore link at the top of the page. Figure 1 - Restore Tab 3. Select the protected machine that you wish to restore. Then, click Bare Metal Restore, and then click Start USB Imaging. Figure 2 - Start a Recovery

2 4. Select the USB drive that you want to image with the USB BMR environment. If you do not see the USB drive in the list, click the Refresh Drive List button, and then try again. If you still don't see the USB drive, plug the USB into another port of the device, wait about 15 seconds, and then refresh again. Figure 3 - Choose a disk 5. Click Start Imaging. You will see the status as shown in Figure 4. Figure 4 - Imaging Process 6. Unplug the USB stick.

3 USB Bare Metal Restore: Booting the target machine from USB Prerequisites This article assumes that you have already imaged a USB stick through the Datto device's Remote Web interface. Procedure On the target machine: Plug the USB drive into the target machine. We recommend that you use the USB ports that are directly connected to the motherboard. Usually, this means using the USB ports on the back of the machine. Boot into the BIOS or Motherboard Firmware (uefi) settings. Set it so that the machine boots off of the USB drive. Then, proceed to reboot the machine off of the USB. On EFI systems, you must temporarily disable EFI booting in order to boot off of the USB drive. The Datto USB BMR environment is not EFI-bootable. When the target has finished booting, take note of the IP address at the bottom of the page, as shown in Figure 1. Figure 1 - IP Address of Target Machine You can disregard the message "Forcibly Updating BMR software."

4 From another machine on the same LAN: From an SSH client, open a connection to the target machine's IP address. Log in with the username datto and password datto. Open a Chrome or Firefox browser window to the target machine's IP address. You will see the page as shown in Figure 2. Figure 2 - Bare Metal Restore Welcome screen Click Get Started. You will see the window as shown in Figure 3. Figure 3 - Device Selection Select the Datto device that contains the restore information.

5 When prompted, log into the device. Figure 4 - Device Login You will then see the window as shown in Figure 5. Figure 5 - Protected Machine ("Agent") Selection Select the protected system that you want to restore from. Then, you will see a list of recovery points, as shown in Figure 6. Figure 6 - Recovery Point Selection

6 Select the healthy recovery point to restore to the target. Figure 7 - Mount Failure Error If you get the error as shown in Figure 7, follow these steps: Via ssh, type sudo df -h If you see a drive mounted to logsambashare, enter the following commands: sudo -i umount /run/shm/logsambashare/ Run df -h again to make sure that the share is not in the list. In the browser, select the recovery point again. When the process is successful, you will see the screen as shown in Figure 8. Figure 8 - Partitioning Next, click on Advanced Partitioning.

7 USB Bare Metal Restore: Advanced Partitioning Getting started At this point in the process, you should be looking at the window as shown in Figure 1. Figure 1 - Advanced Partitioner Figure 2 shows the Advanced Partitioner UI. See below for an explanation of the various options. Figure 2 - Advanced Partitioner UI A. sda is an example of a physical drive. B. sdc1 is an example of a partition on the physical drive sdc.

8 C. Once you've clicked on a physical drive, the partition table is shown in this section. You can click on the partition name to see details in the window below. D. Click the Update button to save your changes along the way. This button does not commit the changes or delete any data. E. The Delete button deletes the selected partition. You will be asked to confirm. F. The Commit button commits the changes. Do not click this button until you are done editing your partitions. G. The Reset All button reverts all changes back to the existing disk structure. If you do not see your expected drive structure in this view, troubleshoot that before continuing with this process. If all of your arrays and drives are showing up as expected, determine if you want to restore to the entire disk or restore just an OS or data partition. Then, proceed to the appropriate section below. If you are restoring both, start with the OS partition section, and then follow the procedure in the data partition section. Setting up an OS partition Your next steps depend on whether you want your target machine to use Master Boot Record or GUID Partitioning Table (GPT). The advantages of GPT include EFI booting and creating volumes over 2.2 TB in size. Make sure that you have hardware that supports EFI before you choose this option. Setting up an MBR OS Partition To set up an MBR OS partition, follow these steps: Delete the existing OS partition and any existing system reserved partition, as shown in Figure 3. Figure 3 - Delete a partition

9 Create only the OS partition in MBR format. Set the size to be 20% larger than the OS drive that you are restoring. Quick Format the partition as active/bootable, as shown in Figure 4. Figure 4 - Creating an OS Partition Click Add to continue. Then, set the Restore Volume to the volume you are restoring from. If you need to create a data partition, go to the Setting up a data partition section below. If you are done with partitioning, click Commit. Then, proceed to the Data Transfer right away. Setting up GPT OS partition To set up a GPT OS partition, follow these steps: Delete all partitions involved in the boot process. This includes the EFI system partition (512 MB), the MSR partition (128 MB), and the Windows partition. On the physical drive that you want to use for the OS, set the partition scheme to GUID Partition Table, as shown in Figure 5. Figure 5 - GUID Partition Table

10 Create a primary GUID partition in EFI format with a FAT32 file system. The size must be exactly 512 MB. It can be tricky to set the size. Use the slider bar and the left and right arrow keys to get the exact partition size. See Figure 6. Figure 6 - EFI Partition Create a primary Microsoft Reserved (MSR) partition that is exactly 128 MB in size. See Figure 7. Figure 7 - Microsoft Reserved Partition Create the OS partition as the Primary boot partition. Set the file system to Microsoft Basic Data and file system type to ntfs. Check in Quick Format, and Active/Bootable. Set the size to at least 20% more storage space than the system you are restoring. See Figure 8.

11 Figure 8 - OS Partition Click Add to add the partition. You will see the window as shown in Figure 9. Figure 9 - Partition Scheme Set the restore volume on the OS drive to the OS drive that you are restoring from. If you need to create a separate data partition, go to the section Setting up a data partition. If you are done with partitioning, click Commit.

12 Via the ssh client, run gdisk on the OS partition with the following command: sudo gdisk /dev/sd[drive letter] Then, press w and then enter to fix the protective MBR. Press Y then enter to confirm. The output should look like this: datto@dattobmr:~$ sudo -i gdisk /dev/sda [sudo] password for datto: GPT fdisk (gdisk) version Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): w Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): Y OK; writing new GUID partition table (GPT) to /dev/sda. The operation has completed successfully. Then, proceed to the Data Transfer. Setting up a data partition To set up the data partition, follow these steps: Delete the existing data partitions that you wish to overwrite, as shown in Figure 3. Create the new partition scheme in MBR or GUID format, as desired. See Figure 4. Figure 4 - Setting the Partition Scheme Choose NTFS for the file system, and do a Quick Format. Make the size at least 20% larger than the existing data set that you want to restore. See Figure 5.

13 Figure 5 - Adding a data partition Click the Update button to apply the partition changes, and then click the Commit button. If you want to set up another data partition, repeat the steps in this section. If you are done with partitioning, click Commit. Then, press w and then enter to fix the protective MBR. Press Y then enter to confirm. The output should look like this: datto@dattobmr:~$ sudo -i gdisk /dev/sda [sudo] password for datto: GPT fdisk (gdisk) version Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Command (? for help): w Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): Y OK; writing new GUID partition table (GPT) to /dev/sda. The operation has completed successfully. Then, proceed to the Data Transfer.

14 USB Bare Metal Restore: Data Transfer Procedure The first step is to verify how the data will be transferred. Then, click Begin Transfer. See Figure 1. Figure 1 - Begin Transfer The process will take a while, depending on how much data you are moving. During this process, you will see the status as shown in Figure 2. Figure 2 - Transfer Process When the transfer is complete, you will get the Finalize screen as shown in Figure 3. Figure 3 - Finalize

15 If any of the partitions you are restoring contains the OS, check in the box for Attempt to Restore Bootability. If you have drivers to slipstream into this process, click the Add Drivers button. You will see the options shown in Figure 4. Figure 4 - Adding drivers from removable media or network share When you are done adding drivers, remove all bootable media from the target machine, including USB drives and CDs. Then, click the Reboot Now button. If the OS restored to a partition that is smaller than the source data, you will need to run chkdsk on the OS partition. If this does not automatically happen upon reboot, then boot off of a Windows CD or USB drive and run chkdsk on the OS partition. Then, restart the machine into the BIOS or Motherboard Firmware, as described in the Reboot section. If the OS partition is not smaller than the source data and the partition is MBR, the USB BMR program will force a chkdsk on the next reboot. If the partition is GPT, then it will not force a chkdsk, but you may need one anyway. If you have trouble in the reboot section, run chkdsk on the OS partition as the primary troubleshooting step.

16 Reboot When you restart the target machine, boot into the BIOS (for MBR) or Motherboard Firmware (for uefi). Reset the BIOS or Motherboard Firmware settings to boot using the disk that contains the OS. Then, reboot the machine again. If the machine boots properly, you are all done. If the machine does not boot, you can try troubleshooting the problem with the ShadowProtect Recovery Environment, a Windows boot CD, or other tools at your disposal. Alternatively, you can call support for further assistance.

SIRIS. Bare Metal Restore Guide

SIRIS. Bare Metal Restore Guide SIRIS Bare Metal Restore Guide Table of Contents Prerequisites 5 PXE Boot Configuration 6 Accessing Recovery Points 7 Setting BMR Preferences 9 gpxe USB Drive Configuration 10 Starting the BMR 11 Configuring

More information

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved.

Vess A2000 Series. NVR Storage Appliance. Windows Recovery Instructions. Version 1.0. 2014 PROMISE Technology, Inc. All Rights Reserved. Vess A2000 Series NVR Storage Appliance Windows Recovery Instructions Version 1.0 2014 PROMISE Technology, Inc. All Rights Reserved. Contents Introduction 1 Different ways to backup the system disk 2 Before

More information

Bare Metal Recovery Quick Start Guide

Bare Metal Recovery Quick Start Guide Bare Metal Recovery Quick Start Guide Revisions Document Control Version 5.4.3 Status Changes Date Final Created. August 2014 Copyright 2003-2014 Intronis, Inc. All rights reserved. 1 Table of Contents

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

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 / Vista TM / Vista

More information

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016

ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference. May 2016 ZENworks 11 Support Pack 4 Full Disk Encryption Agent Reference May 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Quick Start Guide. Version R91. English

Quick Start Guide. Version R91. English Using StorageCraft Recovery Environment Quick Start Guide Version R91 English May 20, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s

More information

Windows 8 Backup, Restore & Recovery By John Allen

Windows 8 Backup, Restore & Recovery By John Allen Windows 8 Backup, Restore & Recovery By John Allen Restore and recovery options for Windows 8 are different to earlier versions of Windows, and, of course, the terminology has changed. These are a lot

More information

SSD Guru. Installation and User Guide. Software Version 1.4

SSD Guru. Installation and User Guide. Software Version 1.4 SSD Guru Installation and User Guide Software Version 1.4 Contents Welcome!............................................................................. 1 Key features.........................................................................

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Marvell SATA3 RAID Installation Guide

Marvell SATA3 RAID Installation Guide Marvell SATA3 RAID Installation Guide Overview The Marvell RAID Utility (MRU) is a browser-based graphical user interface (GUI) tool for the Marvell RAID adapter. It supports IO Controllers (IOC) and RAID-On-Chip

More information

How to Restore a Windows System to Bare Metal

How to Restore a Windows System to Bare Metal How to Restore a Windows System to Bare Metal This article applies to Barracuda Backup Server firmware version 5.4 and higher. Bare metal recovery allows you to restore a complete Microsoft Windows system,

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

Recover Tab & RecoverAssist User Guide

Recover Tab & RecoverAssist User Guide Recover Tab & RecoverAssist User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Creating a RecoverAssist recovery media... 3 Considerations... 3 The media creation

More information

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12 USER'S GUIDE Table of contents 1 Introduction...3 1.1 What is Acronis True Image 2015?... 3 1.2 New in this version... 3 1.3 System requirements... 4 1.4 Install, update or remove Acronis True Image 2015...

More information

Full Disk Encryption Agent Reference

Full Disk Encryption Agent Reference www.novell.com/documentation Full Disk Encryption Agent Reference ZENworks 11 Support Pack 3 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish.

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish. Backup. If your computer refuses to boot or load Windows or if you are trying to restore an image to a partition the Reflect cannot lock (See here), and then you will have to start your PC using a rescue

More information

NAS HARD DRIVE ENCLOSURE USER MANUAL. S T O R E n S H A R E MUSIC DATA PHOTO MOVIE

NAS HARD DRIVE ENCLOSURE USER MANUAL. S T O R E n S H A R E MUSIC DATA PHOTO MOVIE NAS HARD DRIVE ENCLOSURE USER MANUAL S T O R E n S H A R E MUSIC DATA PHOTO MOVIE w w w. v a n t e c u s a. c o m Package Contents: NexStar LX External 3.5 HDD NAS Enclosure: User Manual NexStar LX External

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time P34 V6.0 Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point

More information

Ocster Backup - Rescue System

Ocster Backup - Rescue System Overview Ocster Backup - Rescue System The software allows you to create a rescue CD, DVD or USB-Stick. This rescue system is intended for two kinds of situations: 1. To restore a backup to your main hard

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System (WBAdmin)... 2 Requirements and recommendations... 2 Overview... 3 1.1 How to backup Microsoft Windows System (WBAdmin)... 5 How to restore Microsoft Windows

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

SmartFiler Backup Appliance User Guide 2.0

SmartFiler Backup Appliance User Guide 2.0 SmartFiler Backup Appliance User Guide 2.0 SmartFiler Backup Appliance User Guide 1 Table of Contents Overview... 5 Solution Overview... 5 SmartFiler Backup Appliance Overview... 5 Getting Started... 7

More information

Acronis True Image 2015 REVIEWERS GUIDE

Acronis True Image 2015 REVIEWERS GUIDE Acronis True Image 2015 REVIEWERS GUIDE Table of Contents INTRODUCTION... 3 What is Acronis True Image 2015?... 3 System Requirements... 4 INSTALLATION... 5 Downloading and Installing Acronis True Image

More information

FOG Guide. IPBRICK International. July 17, 2013

FOG Guide. IPBRICK International. July 17, 2013 FOG Guide IPBRICK International July 17, 2013 1 Copyright c IPBRICK International All rights reserved. The information in this manual is subject to change without prior notice. The presented explanations,

More information

Apple Server Diagnostics User Guide. For Version 3X106

Apple Server Diagnostics User Guide. For Version 3X106 Apple Server Diagnostics User Guide For Version 3X106 KKApple Inc. 2009 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

Updating the BIOS and BMC on the FreeNAS Mini

Updating the BIOS and BMC on the FreeNAS Mini Updating the BIOS and BMC on the FreeNAS Mini Oct 15, 2014 ixsystems, Inc. These instructions are for updating the BMC (IPMI controller) and the BIOS for the FreeNAS Mini. You will also need the following

More information

Network Attached Storage System Recovery Procedure

Network Attached Storage System Recovery Procedure TECHNICAL BULLETIN Network Attached Storage System Recovery Procedure This document describes how to recover your Network Attached Storage (NAS) system if it has failed due to a problem with the internal

More information

«Disaster Recovery» A DOM Restore Guide for Thecus NAS

«Disaster Recovery» A DOM Restore Guide for Thecus NAS «Disaster Recovery» A DOM Restore Guide for Thecus NAS This guide is applicable to the following NAS models N2800, N4800ECO, N5550, N4510U (PRO), N6850, N8850, 10850, N7510, N7710, N8810, N8900, N12000

More information

Ocster Backup Pro 8. Copyright 2013 Ocster GmbH & Co. KG. All rights reserved.

Ocster Backup Pro 8. Copyright 2013 Ocster GmbH & Co. KG. All rights reserved. Ocster Backup Pro 8 Copyright 2013 Ocster GmbH & Co. KG All rights reserved. Table of Contents Introduction... iv 1. Features... 1 2. Creating New Backup Plans... 3 Overview... 3 Creating Image-Based Backup

More information

SmartFiler Backup Appliance User Guide 2.1

SmartFiler Backup Appliance User Guide 2.1 SmartFiler Backup Appliance User Guide 2.1 SmartFiler Backup Appliance User Guide 1 Table of Contents Overview... 4 Solution Overview... 4 Solution 1: Two Virtual Backup Appliances... 5 Solution 2: Two

More information

The Carbonite Appliance HT10 User Guide

The Carbonite Appliance HT10 User Guide The Carbonite Appliance HT10 User Guide Keep business moving with the Carbonite Appliance HT10. The hybrid data solution that s just right for your clients. For assistance, reach the Carbonite Support

More information

DPMS2 McAfee Endpoint Encryption New Installation

DPMS2 McAfee Endpoint Encryption New Installation DPMS2 McAfee Endpoint Encryption New Installation Contents DPMS2 McAfee Endpoint Encryption New Installation... 1 1. Registering for the Application... 2 2. Downloading the Application... 6 3. Important

More information

Mac Basics: Time Machine backs up your Mac

Mac Basics: Time Machine backs up your Mac Mac Basics: Time Machine backs up your Mac Learn how to set up Time Machine to perform backups, how to restore items, how to use System Restore to return your entire Mac to a specific date, how to migrate

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor Installing the Operating System or Hypervisor If you purchased E-Series Server Option 1 (E-Series Server without preinstalled operating system or hypervisor), you must install an operating system or hypervisor.

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System State... 2 Supported versions... 2 Requirements and recommendations... 2 1.1 Overview... 4 1.2 How to backup Windows System State... 5 1.2.1 For Windows

More information

USB 2.0 Flash Drive User Manual

USB 2.0 Flash Drive User Manual USB 2.0 Flash Drive User Manual 1 INDEX Table of Contents Page 1. IMPORTANT NOTICES...3 2. PRODUCT INTRODUCTION...4 3. PRODUCT FEATURES...5 4. DRIVER INSTALLATION GUIDE...6 4.1 WINDOWS 98 / 98 SE... 6

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi How to Install Microsoft Windows Server 2008 R2 in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

Using the IPMI interface

Using the IPMI interface Using the IPMI interface The T800, T1600 and T3200 server models are equipped with an IPMI interface with KVM / IP functionality. This enables you to access the server console if it becomes inaccessible

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

Operating System Installation Guidelines

Operating System Installation Guidelines Operating System Installation Guidelines The following document guides you step-by-step through the process of installing the operating systems so they are properly configured for boot camp. The document

More information

Information Sheet IS13011A. VS Series - Recovering / Installing the Operating System. (For Software Version 4.x) Issue 1.0...

Information Sheet IS13011A. VS Series - Recovering / Installing the Operating System. (For Software Version 4.x) Issue 1.0... Information Sheet IS13011A VS Series - Recovering / Installing the Operating System (For Software Version 4.x) Issue 1.0...20 January 2014 Nautel Limited 10089 Peggy's Cove Road, Hackett's Cove, NS, Canada

More information

ION EEM 3.8 Server Preparation

ION EEM 3.8 Server Preparation PREREQUISITE GUIDE JUNE 21, 2006 ION EEM 3.8 Server Preparation This document details the server configuration required for an ION EEM installation. This document can and should be used by the your company

More information

2. PMP New Computer Installation. & Networking Instructions

2. PMP New Computer Installation. & Networking Instructions ONTARIO CHIROPRACTIC ASSOCIATION PATIENT MANAGEMENT PROGRAM PUTTING EXPERIENCE INTO PRACTICE PMP New Computer Installation & Networking Instructions This document provides installation instructions for

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 4 Introduction 5 What You Need 6 Installation Overview 6 Step 1: Check for updates. 6 Step 2: Open Boot Camp Assistant. 6 Step 3: Install Windows. 6 Step 4:

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.gigabyte.com.

More information

EVault System Restore Version 7.5 User Guide

EVault System Restore Version 7.5 User Guide EVault System Restore Version 7.5 User Guide Revision: This manual has been updated for version 7.5. Software Version: 7.50 (March 2015) 2015 EVault Inc. EVault, A Seagate Company, makes no representations

More information

VT8237 SATA RAID User Manual

VT8237 SATA RAID User Manual VT8237 SATA RAID User Manual Enter BIOS Configuration Utility When the system powers on, the following information will appear on screen. Press the Tab key to enter BIOS configuration utility. 39 VIA Technologies,Inc.VIA

More information

Pleiades USB/LAN. User Manual. & Installation Guide. External Storage Enclosure for 3.5 Hard Drive. v1.1

Pleiades USB/LAN. User Manual. & Installation Guide. External Storage Enclosure for 3.5 Hard Drive. v1.1 Pleiades USB/LAN External Storage Enclosure for 3.5 Hard Drive User Manual & Installation Guide v1.1 Table of Contents CHAPTER 1 - INTRODUCTION - 1 - CHAPTER 4 LAN DISK SETUP - 11 - ICON KEY - 1 - NETWORK

More information

WinClon 6 User Guide. With Screenshots. A Windows Embedded Partner

WinClon 6 User Guide. With Screenshots. A Windows Embedded Partner User Guide With Screenshots Table of Contents Product Introduction Product Overview Product Features Product Installation/Registration System Requirements Installation Use as Evaluation Activate on Internet

More information

2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1.

2.5 XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. 2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. The suggested interface for your computer is USB2.0 to have better

More information

Basic Edition A Windows Embedded Partner

Basic Edition A Windows Embedded Partner User Guide Basic Edition Table of Contents Product Introduction Product Overview Product Features Product Installation/Registration System Requirements Installation Use as Evaluation Activate on Internet

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a)

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) User s Reference Guide Internal IBM Use Only This document only applies to the software version listed above and information provided may not

More information

Time Machine How-To Guide

Time Machine How-To Guide Configuration Guide Time Machine How-To Guide Overview Whether you are backing up data on a regular basis or periodically, Time Machine will save that data on a local or remote disk drive. Saving data

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook P7! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.gigabyte.com.

More information

SSD Firmware Update Utility Guide

SSD Firmware Update Utility Guide SSD Firmware Update Utility Guide Crucial m4 2.5 SSD Firmware Revision 070H Firmware Update Guide for Windows 8 (Update from Rev 0001, 0002, 0009, 0309, 000F, 010G, 040H to Rev 070H) Introduction This

More information

Smart TPM. User's Manual. Rev. 1001 12MD-STPM-1001R

Smart TPM. User's Manual. Rev. 1001 12MD-STPM-1001R Smart TPM User's Manual Rev. 1001 12MD-STPM-1001R We recommend that you download the latest version of the Smart TPM utility from GIGABYTE's website. If you have installed Ultra TPM earlier, you can install

More information

CA arcserve Unified Data Protection Agent for Linux

CA arcserve Unified Data Protection Agent for Linux CA arcserve Unified Data Protection Agent for Linux User Guide Version 5.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

3.5 EXTERNAL NETWORK HDD. User s Manual

3.5 EXTERNAL NETWORK HDD. User s Manual 3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility

More information

1 MAXDATA Modular System Firmware Update

1 MAXDATA Modular System Firmware Update 1 MAXDATA Modular System Firmware Update This document will help you to update the firmware from a MAXDATA Modular System. Modular Systems which was purchased before 1 st April 2009 with Microsoft Windows

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 4 Installation overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows on your Mac 4 Step 4: Install

More information

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013)

User Guide. Laplink Software, Inc. Laplink DiskImage 7 Professional. User Guide. UG-DiskImagePro-EN-7 (REV. 5/2013) 1 Laplink DiskImage 7 Professional Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com Laplink Software, Inc. 600 108th Ave.

More information

TPG Technical Support. Troubleshooting Help Slow Browsing

TPG Technical Support. Troubleshooting Help Slow Browsing Troubleshooting Help Slow Browsing Connection speeds vary depending on some factors; your distance from your local telephone exchange, the quality of your copper phone line, electromagnetic interference

More information

Sample of Hardware Equipment Acceptance Form

Sample of Hardware Equipment Acceptance Form Sample of Hardware Equipment Acceptance Form Acceptance Plan: (File Server) (Form P1) Server System Unit Item & Serial No. : Result : Pass / Fail Power-On Self (POST) to be conducted Power on the server

More information

StorageCraft Recovery Environment User Guide StorageCraft Copyright Declaration

StorageCraft Recovery Environment User Guide StorageCraft Copyright Declaration StorageCraft Recovery Environment User Guide StorageCraft Copyright Declaration StorageCraft ImageManager, StorageCraft ShadowProtect, StorageCraft Cloud, and StorageCraft Cloud Services, together with

More information

Hi-Speed USB Flash Disk User s Manual Guide

Hi-Speed USB Flash Disk User s Manual Guide Hi-Speed USB Flash Disk User s Manual Guide System Requirements Windows 98, ME, 2000, XP, Mac OS 10.1, Linux 2.4 or above AMD or Intel Pentium 133MHz or better based computer USB 1.1, USB 2.0 or higher

More information

CA ARCserve D2D for Linux

CA ARCserve D2D for Linux CA ARCserve D2D for Linux User Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

Plexxi Control Installation Guide Release 2.1.0

Plexxi Control Installation Guide Release 2.1.0 Plexxi Control Installation Guide Release 2.1.0 702-20002-10 Rev 1.2 February 19, 2015 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Notices The information

More information

Acer erecovery Management

Acer erecovery Management 1 Acer erecovery Management Developed by Acer's software team, Acer erecovery Management is a tool that provides you with an easy, reliable and safe means of restoring your computer to its factory default

More information

CyberGuard 5.2 Installation Guide

CyberGuard 5.2 Installation Guide CyberGuard 5.2 Installation Guide IN001-070 December 2003 Copyright 2003 by CyberGuard Corporation. All rights reserved. This publication or any part thereof may not be reproduced for any reason in any

More information

System Area Manager. Remote Management

System Area Manager. Remote Management System Area Manager Remote Management Remote Management System Area Manager provides remote management functions for its managed systems, including Wake on LAN, Shutdown, Restart, Remote Console and for

More information

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1.

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. The suggested interface for your computer is USB2.0 to have better speed

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 XP / XP 64-bit / Vista / Vista 64-bit With

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

Fiery Clone Tool For Embedded Servers User Guide

Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool allows you to clone image files to a folder on a USB flash drive connected to the Fiery server. You can restore the image file to the Fiery

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

YubiKey OSX Login. yubico. Via Yubico-PAM Challenge-Response. Version 1.6. October 24, 2015

YubiKey OSX Login. yubico. Via Yubico-PAM Challenge-Response. Version 1.6. October 24, 2015 YubiKey OSX Login Via Yubico-PAM Challenge-Response Version 1.6 October 24, 2015 YubiKey OSX Login 2015 Yubico. All rights reserved. Page 1 of 18 About Yubico Disclaimer As the inventors of the YubiKey,

More information

Windows Symantec Encryption Desktop (PGP) Install Guide. Symantec Encryption Desktop (PGP) Windows system requirements

Windows Symantec Encryption Desktop (PGP) Install Guide. Symantec Encryption Desktop (PGP) Windows system requirements Image not found https://it.ucsf.edu/sites/it.ucsf.edu/themes/custom/it_new/logo.png it.ucsf.edu Published on it.ucsf.edu (https://it.ucsf.edu) Home > Windows Symantec Encryption Desktop (PGP) Install Guide

More information

Navigating the Rescue Mode for Linux

Navigating the Rescue Mode for Linux Navigating the Rescue Mode for Linux SUPPORT GUIDE DEDICATED SERVERS ABOUT THIS GUIDE This document will take you through the process of booting your Linux server into rescue mode to identify and fix the

More information

ThinkServer RD540 and RD640 Operating System Installation Guide

ThinkServer RD540 and RD640 Operating System Installation Guide ThinkServer RD540 and RD640 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and

More information

Quick Start Guide for Linux Based Recovery

Quick Start Guide for Linux Based Recovery Cristie Bare Machine Recovery Quick Start Guide for Linux Based Recovery June 2007 Cristie Data Products Ltd Cristie Data Products GmbH Cristie Nordic AB New Mill Nordring 53-55 Gamla Värmdövägen 4 Chestnut

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering Multipathing I/O (MPIO) enables the use of multiple iscsi ports on a Drobo SAN to provide fault tolerance. MPIO can also boost performance of an application by load balancing traffic across multiple ports.

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide (For Windows & Mac OS) Outdoor Wireless IP Camera Package Contents V1.1 IP Camera Power Adapter Resource CD Ethernet Cable Mounting Bracket(except FI8919) Wi-Fi Antenna Quick Installation

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Windows Server 2012 Hyper-V support... 3 2. Hyper-V protection features... 3

More information

StorageCraft Recovery Environment User Guide

StorageCraft Recovery Environment User Guide StorageCraft Recovery Environment User Guide Author: STC Admin Date: Nov 30, 2011 6:20 AM URL: http://doc.storagecraft.com/wiki/display/enreguide/storagecraft+recovery+environment+user+guide 1 of 61 Table

More information

Lenovo IdeaCentre Q180 Series

Lenovo IdeaCentre Q180 Series Machine type: 10087/3110 Lenovo IdeaCentre Q180 Series User Guide Version 1.0 2011.09 31500665 Important Safety Information Before using this manual, it is important that you read and understand all of

More information

IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux

IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux IPMI Firmware Update (AMI) In WEB-GUI/DOS/WIN/Linux Firmware Updates in WEB-GUI: 1.1 Click < Update Firmware > under Maintenance 1.2 Click to enter the update mode. A warning message

More information

Format the USB Thumb Drive for Ghost

Format the USB Thumb Drive for Ghost First, download the 3 files found on this FTP site: ftp://ftp.meta.moleculardevices.com/outgoing/kudoh/ Also, download the files found here: ftp://ftp.meta.moleculardevices.com/support/wavetracer/ You

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information

Backups. Backup Plan. How to use the Backup utility to back up files and folders in Windows XP Home Edition

Backups. Backup Plan. How to use the Backup utility to back up files and folders in Windows XP Home Edition Backups Backups are your insurance against data loss. Most organizations have an Information Technology Department (IT) which may be responsible for backing up organizational data and that is handled well

More information

SATA+Ultra ATA RAID CONTROLLER RC212. User Manual

SATA+Ultra ATA RAID CONTROLLER RC212. User Manual SATA+Ultra ATA RAID CONTROLLER RC212 Contents Feature and benefits Package contents System requirement Magic Switch introduction and jumper setting Hardware installation Important message for user RAID

More information