Build your own NAS with OpenMediaVault

Size: px
Start display at page:

Download "Build your own NAS with OpenMediaVault"

Transcription

1 Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static wear leveling are not recommended, without it they will have a very short lifetime! NOTE: The entire disk is used as system disk. The disk can not be used to store user data. 1 HDD for data storage Info If you are not able to boot the 0.4 installation media, try to disable the serial port in the BIOS settings. OpenMediaVault does not support a data partition on the device where the operation system is installed. Therefore, please note that the whole disk device is occupied by the operation system. During the setup the device is parted into a partition used by /root and a swap partition. All existing data on drive are deleted during installation! Note before installing: To install OpenMediaVault without problems please disconnect all harddisks except the one used for the OpenMediaVault operation system. After installing OpenMediaVault shutdown the system. Then reconnect the drives and restart OpenMediaVault to finish configuration. During the installation process, configure the networking (do not choose to configure the networking later). If the networking isn't configured at this time, you will not be able to access OpenMediaVault from your webbrowser. During the installation process the installer automatically checks for newer versions of the installed packages, so make sure the configured NIC has access to the internet to install the latest package versions. Installation media To install OpenMediaVault download the ISO image. You can burn the ISO to a CDROM or create a bootable USB stick. To install the ISO on an USB stick use the following command: Warning, the dd program has the potential to cause serious data loss if you choose the wrong device. Make sure you are certain before running the command. If you aren't, please start a thread in the forums. sudo dd if=xxx.iso of=/dev/sdx bs=4096 where xxx.iso is the name of the platform-specific ISO that you downloaded, and sdx is the device name of your USB drive. For creating the USB drive in Windows, use this program:

2 or this application: Follow the instructions on that page in order to find the proper device listing within Windows. Unable to install GRUB in /dev/sda 1. Select Continue in this window and also on the next which says Installation step failed. 2. In the Debian installer main menu (which should have popped up by now), select Execute a shell and then Continue 3. Execute the following commands: # Chroot. chroot /target # Replace [a-z] with the drive you want to install grub to. # This is normally the drive you've selected to install OpenMediaVault on. grub-install /dev/sd[a-z] # Update GRUB. update-grub # Exit chroot. exit # Exit shell. exit 4. Select Continue without boot loader in the Debian installer main menu and then Continue 5. It should now continue the installation successfully. Login information Once you have installed the system, these are the default access credentials. WebGUI User: admin Password: openmediavault Client (SSH, console) User: root Password: <set during installation>

3 User Create, edit and delete users accounts. Add, Edit, Delete: Add, edit or delete user account. Username: The account name for the user account. Comment: Comments to the account. address of the account user Password: The asociated password Shell: The default linux shell for the user account Default: /bin/dash Groups: The groups the user account is member of Default: users Modify account: Disallow the user to modify the account. Default: not selected User accounts can also be imported from a list in the format: # <name>;<uid>;<comment>;< >;<password>;<group,group,...>;<disallowusermod> Settings Specify location of home directory for user acounts. Enable: select to specify a that a specific location of user home directories should be used. If not set users home directories are created in the data root. Default: not selected Location:The location of the user home directories. Default: not selected

4 OpenMediaVault Web GUI default username and password If you come across a server running OpenMediaVault, and you aren t sure what the web GUI password is, give the following a try, as this is the default username and password for OpenMediaVault. Username: admin Password: openmediavault Configuring storage Getting started After installing OpenMediaVault (OMV) you re able to log into the main Web interface to start configuring your storage space and services. Before you go any further I highly recommend you change the default Web admin password from openmediavault to something a little more secure, and you can do this under the General settings tab. Allocating your disks and storage space Our next task is set up the physical disks we plan to use in OMV. You can use several of these to store data on if you wish, including SATA/ PATA and USB connected. One great feature is read and write support for standard NTFS volumes, so if you re connecting a disk from a windows system there s no need to format and start from scratch. OMV includes built in software RAID support for spanning, mirroring and even striping, so if you have several drives you want to add together to form a resilient volume, there s plenty of options there to tinker with. To keep things simple, in this instance we re just going to look at creating a new volume on a dedicated internal disk that s already physically connected. In this example I ll use a 100GB virtual disk. If we look under Storage > Physical disks we can now see two devices. The first device (/dev/sda) is the small 8GB virtual drive we ve used as a home for the OMV application files. Unfortunately this can t be used for data storage so using your smallest disk, USB flash or a small virtual disk (if like me you re running in a VM environment) is a good idea. The second device ( /dev/sdb) is our larger 100GB virtual disk that we want to allocate as storage so I ll make a note of that ID. Next under Storage > File systems lets create a new file system and mount it into Linux.

5 Creating a new file system First I choose Create > select /dev/sdb and give it the label 100GBXFS. I then choose to format using the XFS file system (you can choose a different file system if you prefer). Choose OK to format the disk and once completed click on Mount. Once the disk is mounted you ll be presented with a graph showing the available space. Allocating user storage space The final step is to create a shared folder on this disk that we can use to store users data on. We do this under Access rights management > Shared folders. Click on Add to create a new folder. To keep things simple let s call it user-folders, select the volume name 100GB-XFS that we have just created and put it in a root folder of the drive \users-folders. We ll leave the user rights as default for the time being.

6 Once done you should have a new shared folder as per below Configuring SSH and Rsync Setup a user account The first step is to create a new user that we ll use to authenticate the remote server and store the backups under its home folder. Open Access right management > User and choose Add. Add a new user using the following details.

7 I have chosen a username of site1bauser and a strong password, I ve also made sure the shell used is changed to /bin/bash and that the user is in both the ssh and users groups. Next, under the settings tab, enable the user s home folders and choose the users-folders on [100GBXFS] share. Choose OK to save the changes. Enable the SSH service

8 to allow ssh access to the OpenMediaVault server we must enable the service under Services > SSH. Here you should also tick Enable compression to help speed up transfers, then you can click OK to save the changes. At this point the configuration at the OpenMediaVault end is complete, so all that s left is to set up the BackupAssist job to rsync the backup data. Configuring BackupAssist to run an rsync over SSH job Within the BackupAssist interface, simply set up a new rsync job and at the destination screen enter the following details

9 In this example I ve used the internal IP address of the OpenMediaVault server, but if you re connecting to a remote server over the internet you can use a public IP address and where required, a NAT port translation on port 22 (SSH) to point to the internal IP of the OpenMediaVault server. Also, you may notice that I ve chosen to put the backups in a folder called Backups in the root home folder. You ll need to click on Register with the server and Test connection to register and check the connection with the SSH server. Ok, so that s us all done! You should now be able to run the BackupAssist job to backup the data using Rsync over SSH. Just a quick note in case you were wondering we haven t needed to configure the OpenMediaVault rsync service as this is only required for direct and unsecured connections which I generally don t recommend you use over the internet.

10 Accessing your backup data as a Windows SMB/CIFS share Configuring the SMB/CIFS server First open Services > SMB/CIFS and enable the service. You can either leave the workgroup name as default or enter your own workgroup/ domain name if required.this will help the OpenMediaVault server show up in your windows local network. Choose OK to save the settings then select the Shares tab. The next step is to name the share user-folders, enter a relevant comment and select the share folder user-folders [on 100GBXFS] from the dropdown menu.

11 For simplicity we ll tick the option to allow access without a password and also tick the option to make the share read only to remove any possibility of accidentally deleting the backups. You can edit this later to change access rights if required. Once you ve completed those steps, choose OK to save the settings. You should now have a Windows share available to view by using the UNC path of the OpenMediaServer IP address or hostname as show below. That completes the setup steps for creating a Windows share so now if you need quick access to a large quantity of backup data, you can do this quickly and easily by copying them direct to a USB hard drive for example. Install OMV-extras plugin To install on OpenMediaVault 1.x (Kralizec): From OMV web interface (preferred method) 1. Install all updates from the Update Manager tab. 2. Download the plugin to enable this repository at 3. Go to the plugin tab in OMV's web interface. 4. Upload the file. 5. Select the newly uploaded plugin openmediavault-omvextrasorg 6. Click on Install. 7. Refresh page. 8. Go to the plugin tab and click Check.

12 From command line as root 1. wget 2. dpkg -i openmediavault-omvextrasorg_latest_all.deb 3. apt-get update To install on OpenMediaVault 0.5.x (Sardaukar): From OMV web interface (preferred method) 1. Install all updates from the Update Manager tab. 2. Download the plugin to enable this repository at 3. Go to the plugin tab in OMV's web interface. 4. Upload the file. 5. Select the newly uploaded plugin openmediavault-omvextrasorg 6. Click on Install. 7. Refresh page. 8. Go to the plugin tab and click Check. From command line as root 1. wget 2. dpkg -i openmediavault-omvextrasorg_0.6.25_all.deb 3. apt-get update

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

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

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

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

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

How to securely isolate Damn Vulnerable Linux with VirtualBox

How to securely isolate Damn Vulnerable Linux with VirtualBox How to securely isolate Damn Vulnerable Linux with VirtualBox Motivation I have this vision of going through and testing software inside of a closed lab that allows me to understand exploits and vulnerabilities

More information

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file

Installing or booting DSS V6 from a USB flash drive or other writable media starting with the ZIP file QUICK START DSS V6 DSS V6 is a standalone bootable storage OS. The software for the Lite version and the regular version of DSS is the same. When you install DSS V6 you can alternatively choose to run

More information

Format Hard Drive After Install Ubuntu From Usb

Format Hard Drive After Install Ubuntu From Usb Format Hard Drive After Install Ubuntu From Usb is it possible to format and partition the new hdd (external to my laptop, and connected to my laptop via sata-usb adapter), and install Ubuntu on the new

More information

File Protection Whitepaper

File Protection Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of over traditional file copy methods... 3 2. Backup considerations...

More information

How to setup Failover in Linux NVR

How to setup Failover in Linux NVR How to setup Failover in Linux NVR Application Note Version 1.0 1 Preface This application note instructs you on how to set up the failover function and identify the failover function's status. We strongly

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Ftp Get Command Line Windows 7 Bootable Usb

Ftp Get Command Line Windows 7 Bootable Usb Ftp Get Command Line Windows 7 Bootable Usb How to make Windows 7 bootable install USB stick Open command prompt as administrator - Right click on Start _ All Programs _ Accessories _ Command. 7. Command

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

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

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

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

Windows Password Reset 6.0 User Guide

Windows Password Reset 6.0 User Guide page 1 of 11 Contents Contents...1 Introduction...2 Instructions on This Manual...3 System Requirements...4 How to Use Windows Password Reset 6.0...5 i. Remove the Password...5 ii. Burning Your CD/DVD

More information

Nested Home Lab Setting up Shared Storage

Nested Home Lab Setting up Shared Storage Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test

More information

Preparing the boot media/installer with the ISO file:

Preparing the boot media/installer with the ISO file: Preparing the boot media/installer with the ISO file: Download and extract the ISO file with your favorite uncompressing/extracting software (for example: 7zip or WinZip programs) to an empty USB Flash

More information

File Protection. Whitepaper

File Protection. Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of... 3 2. Backup considerations... 4 Exchange VM support... 4 Restore

More information

(Ubuntu 10.04), the installation command is slightly different.

(Ubuntu 10.04), the installation command is slightly different. Grub Manual Install Ubuntu 10.04 Without 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Ubuntu or when you can't boot Windows after installing Ubuntu, or when GRUB is

More information

Mission Guide: GUI Windows

Mission Guide: GUI Windows Mission Guide: GUI Windows Your Mission: Use F-Response to connect to a remote Windows machine Using F-Response to connect to a remote Windows machine and access one or more targets Step 1: Open and start

More information

Ftp Get Command Line Windows 7 Bootable Usb

Ftp Get Command Line Windows 7 Bootable Usb Ftp Get Command Line Windows 7 Bootable Usb Using WinPE 3.1: Built from Windows 7 SP1 code base. _Burn c:/bitpe_x64.iso to an optical disk or copy it to a Bootable USB Flash Drive, refer step 9_ Walkthrough

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

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

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

File Protection Whitepaper

File Protection Whitepaper File Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of File Protection over traditional file copy methods... 3

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

Installing the Operating System or Hypervisor

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

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB).

For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive (102 MB). HOWTO: ZeroShell WPA Enterprise by Paul Taylor ZeroShell can be obtained from: http://www.zeroshell.net/eng/ For my installation, I created a VMware virtual machine with 128 MB of ram and a.1 GB hard drive

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

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

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

How to Dual-Boot OS X and Ubuntu

How to Dual-Boot OS X and Ubuntu How to Dual-Boot OS X and Ubuntu Nailen Matschke - nailen@caltech.edu 10/3/2015 What you need: 1. A USB drive with at least 2 GB of space, that you don t mind wiping 2. A copy of Ubuntu (available here),

More information

6.1. Getting Started Guide

6.1. Getting Started Guide 6.1 Getting Started Guide Netmon Getting Started Guide 2 Contents Contents... 2 Appliance Installation... 3 IP Address Assignment (Optional)... 3 Logging In For the First Time... 5 Initial Setup... 6 License

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

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

File Protection using rsync. Setup guide

File Protection using rsync. Setup guide File Protection using rsync Setup guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Rsync technology... 3 Terminology... 3 Implementation... 3 3. Rsync data hosts...

More information

CSDA UNIT I. Introduction to the LAB environment. Practical classes Lab 0. Computer Engineering Degree Computer Engineering.

CSDA UNIT I. Introduction to the LAB environment. Practical classes Lab 0. Computer Engineering Degree Computer Engineering. Computer Engineering Degree Computer Engineering Year 2017/18 Practical classes Lab 0 CSDA UNIT I Introduction to the LAB environment CSDA Unit 0: INTRODUCTION Page 1 of 8 Table of contents Table of contents...2

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

Virtualized XOS Image Installation - Windows

Virtualized XOS Image Installation - Windows Virtualized XOS Image Installation - Windows XOSv Installation Procedure This document provides a step-by-step process to install the XOSv image on to a new networking platform. If you have questions,

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

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

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

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

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

Building the Perfect Backtrack 4 USB Thumb Drive

Building the Perfect Backtrack 4 USB Thumb Drive Building the Perfect Backtrack 4 USB Thumb Drive This how-to will show you a method for building a USB thumb drive with the following features: Persistent Changes Files saved and changes made will be kept

More information

Quick Installation Guide for RHV/Ovirt

Quick Installation Guide for RHV/Ovirt Quick Installation Guide for RHV/Ovirt 2017 Chengdu Vinchin Technology Co. Ltd. All rights reserved. CONTENTS 1. Create New Virtual Machine...2 2. Install Backup Server ( as master)...5 3. Install Backup

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

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

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

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

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Installation of the DigitalSystemsVM virtual machine

Installation of the DigitalSystemsVM virtual machine Installation of the DigitalSystemsVM virtual machine Notice This document explains how to install the DigitalSystemsVM virtual machine on a computer with Linux Ubuntu 16.04 LTS. If questions or problems

More information

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer

Scrutinizer Virtual Appliance Deployment Guide Page i. Scrutinizer Virtual Appliance Deployment Guide. plixer Scrutinizer Virtual Appliance Deployment Guide Page i Scrutinizer Virtual Appliance Deployment Guide Contents What you need to know about deploying a Scrutinizer virtual appliance.. 1 System Requirements..................................2

More information

User s Manual. Rev July 29,

User s Manual. Rev July 29, User s Manual Rev. 3.3.0.75 July 29, 2009 www.comsol.com.au Contents 1. Introduction...2 1.1 System Requirements... 2 1.2 Multilingual Support... 2 1.3 Disk Partitioning... 2 1.4 Note... 3 2. Icon Descriptions...4

More information

Installation Guide for Beginners

Installation Guide for Beginners Page 1 of 25 Installation Guide for Beginners Manjaro 0.8.2 The Manjaro Development Team Core Team Roland Singer - Project Leader, Designer, Developer, Web Developer, Packager Guillaume Benoit - Server

More information

Unzip the provided Minix Virtual Machine. This will provide you with the files Minix3.1.8.vdi and Minix LCOM.vbox.

Unzip the provided Minix Virtual Machine. This will provide you with the files Minix3.1.8.vdi and Minix LCOM.vbox. Setting up Minix with Virtualbox Download and install the latest version of VirtualBox from here: https://www.virtualbox.org/wiki/downloads. Download the Minix Virtual Machine here: https://feupload.fe.up.pt/get/jrrtavgkcxf2hy4.

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.. 2 1.1 Introduction to RAID.. 2 1.2 RAID Configurations Precautions 3 1.3 Installing Windows OS With RAID Funtions... 3 1.3.1 Installing

More information

NETWORK ATTACHED STORAGE

NETWORK ATTACHED STORAGE NETWORK ATTACHED STORAGE Dual Bay Pro Enclosure Users Manual BOSSNAS122 Includes Features Description Quick Install Detailed Setup Guide Tools Guide Administrator Factory Default Settings User Name and

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

by sudodus alias nio-wiklund at launchpad mkusb - quick start manual

by sudodus alias nio-wiklund at launchpad mkusb - quick start manual mkusb version 11 quick start manual by sudodus alias nio-wiklund at launchpad 1 Overview Page 3 Prepare. install, run mkusb Page 8 Help text and more details Page 11 Slideshow Page 12 Standard installation

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Setting Up U P D AT E D 1 / 3 / 1 6

Setting Up U P D AT E D 1 / 3 / 1 6 Setting Up A GUIDE TO SETTING UP YOUR VIRTUAL MACHINE FOR PYTHON U P D AT E D 1 / 3 / 1 6 Why use a virtual machine? Before we begin, some motivation. Python can be installed on your host OS and many of

More information

File Archiving Whitepaper

File Archiving Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 requirements... 2 2. product overview... 3 features... 3 Advantages of BackupAssist... 4 limitations... 4 3. Backup considerations...

More information

Access Control System ACCO NET Installation Manual

Access Control System ACCO NET Installation Manual Access Control System ACCO NET Installation Manual system version 1.5 acco_net_i_en 11/18 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND tel. +48 58 320 94 00 www.satel.eu SATEL aims to continually

More information

AsteriskNow IPTables Firewall Configuration

AsteriskNow IPTables Firewall Configuration AsteriskNow IPTables Firewall Configuration In a previous guide I discussed how to setup an AsteriskNow server with Polycom phone support. In this guide I will illustrate how to tighten up your server

More information

IPBrick - Version 4.2 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda.

IPBrick - Version 4.2 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda. IPBrick - Version 4.2 Installation Manual iportalmais - Serviços de Internet e Redes, Lda. March 2007 2 Copyright c iportalmais All rights reserved. March 2007. The information in this document could be

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Quick Start Guide to Compute Canada Cloud Service

Quick Start Guide to Compute Canada Cloud Service Quick Start Guide to Compute Canada Cloud Service Launching your first instance (VM) Login to the East or West cloud Dashboard SSH key pair Importing an existing key pair Creating a new key pair Launching

More information

WS-QL Series User Manual

WS-QL Series User Manual 35011181 ver.01 1-01 C10-015 WS-QL Series User Manual Contents Chapter 1 Opening Windows Storage Server... 3 Opening Windows Storage Server...3 Chapter Windows Update... 4 Windows Update...4 Chapter 3

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

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection HS1 HS2 OK1 OK2 PS 1 2 3 4 5 6 7 8 9 101112 COL- ACT- STA.- CONSOLE SD Installing a Network-Based Intrusion Detection created by: Rainer Bemsel Version 1.0 Dated: Apr/10/2003 The purpose of this document

More information

Certus Erasure. Quick User Guide. Revision 2.5

Certus Erasure. Quick User Guide.   Revision 2.5 Certus Erasure Quick User Guide Revision 2.5 www.certus.software Certus Software GmbH HRB 29785 Karl Nolan Strasse 3 86157 Augsburg Germany Tel: +49 (0) 821-650 688-0 Fax: +49 (0) 821-650 688-20 Email:

More information

THOMAS RUSSELL, Information Technology Teacher

THOMAS RUSSELL, Information Technology Teacher THOMAS RUSSELL, Information Technology Teacher Historical/Conceptual After installing the hard drive it needs to be partitioned. Partitioning is the process of electronically subdividing the physical hard

More information

Simplifying Blade Server Update with Dell Repository Manager

Simplifying Blade Server Update with Dell Repository Manager Simplifying Blade Server Update with Dell Repository Manager Dell Engineering December 2015 A Dell Technical White Paper Revisions Date December 2015 Description Initial release THIS WHITE PAPER IS FOR

More information

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide 1 Power IQ DCIM Monitoring Evaluation Copy A -By- by Thank you for downloading this free evaluation copy of Sunbird s Power IQ DCIM monitoring software which supports up to five devices! Power IQ allows

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

1. Overview... 2 Documentation... 2 Licensing... 2 File Archiving requirements... 2

1. Overview... 2 Documentation... 2 Licensing... 2 File Archiving requirements... 2 User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

Set up an encrypted NAS on Odroid- C2 or Rasbperry 3 with OpenMediaVault. Jens Getreu. Revision History

Set up an encrypted NAS on Odroid- C2 or Rasbperry 3 with OpenMediaVault. Jens Getreu. Revision History Set up an encrypted NAS on Odroid- C2 or Rasbperry 3 with OpenMediaVault Jens Getreu Revision 2.1 Revision History 10/07/18 JG Table of Contents 1. Hardware... 2 2. Copy Debian 9 on a micro SD card and

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda.

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda. IPBrick - Version 5.0 Installation Manual iportalmais - Serviços de Internet e Redes, Lda. July 2008 2 Copyright c iportalmais All rights reserved. July 2008. The information in this document could be

More information

VideoEdge NVR 4.1 to 4.21 Migration

VideoEdge NVR 4.1 to 4.21 Migration Application 8200-0959-26 A0 Date Issued: 19 November, 2012 VideoEdge NVR 4.1 to 4.21 Migration Product Model Software Part Number(s) VideoEdge NVR 4.1, 4.21 Various Purpose This application note provides

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

Manually Mount Usb Flash Drive Ubuntu Server

Manually Mount Usb Flash Drive Ubuntu Server Manually Mount Usb Flash Drive Ubuntu 12.04 Server 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) SSH Commandline - Ubuntu x64 dedicated server

More information

Installing FreePBX Official Distro

Installing FreePBX Official Distro Installing FreePBX 10.13.66 Official Distro Follow these instructions for the easiest, totally automated FreePBX installation! 1. Download the ISO file from http://www.freepbx.org/downloads. 2. Convert

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

File Protection using rsync. User guide

File Protection using rsync. User guide File Protection using rsync User guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Rsync considerations... 3 3. Creating a File Protection backup using rsync... 4 4.

More information

TinyNet. Creating Virtual Machines

TinyNet. Creating Virtual Machines TinyNet Creating Virtual Machines VirtualBox is a little funny about its configuration files, so we need a separate utility to run VirtualBox using non-standard locations for our virtual machines (VMs)

More information

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe Overview This chapter includes the following sections: Cisco UCS E-Series Servers Overview, page 1 Server Software, page 2 CIMC Overview, page 3 CIMC GUI, page 3 Cisco UCS E-Series Servers Overview The

More information

Archiware Pure Quick Start Guide

Archiware Pure Quick Start Guide Archiware Pure Quick Start Guide Content 1 System Requirements... 3 1.1 Hardware Requirements... 3 1.2 Supported Hypervisors... 3 1.3 Deployment Requirements... 3 2 Deploying the Virtual Appliance... 4

More information