ATT8231: Creating a Customized USB Thumb Drive for ZCM Imaging Methods for creating a customized bootable USB Thumb Drive

Size: px
Start display at page:

Download "ATT8231: Creating a Customized USB Thumb Drive for ZCM Imaging Methods for creating a customized bootable USB Thumb Drive"

Transcription

1 ATT8231: Creating a Customized USB Thumb Drive for ZCM Imaging Methods for creating a customized bootable USB Thumb Drive Rich Hanley Senior ATT Engineer rhanley@novell.com

2 Objectives Understanding ZCM 11 SP3 USB Imaging Support Using the ZENUsbcreator Utility Creating a Custom USB Thumb Drive for ZCM Imaging 2

3 Understanding ZCM 11 SP3 USB Imaging Support

4 Understanding ZCM 11 SP3 USB Imaging Support Previous versions of ZCM never officially supported booting the ZCM Imaging Distro from USB Thumb Drive Could be done but involved using Open Source unsupported code, such as: Unetbootin, the Syslinux Project s ISOLINUX ZCM 11 SP3 offers a supported way to generate a bootable USB Thumb Drive for the ZCM Imaging Distro Any thumb drive supported by the SLES 11 SP3 kernel is supported Requires that you only use a Novell supported utility to generate the bootable USB Thumb Drive 4

5 Understanding ZCM 11 SP3 USB Imaging Support (continued) Process to build a default version of the ZCM Imaging Distro on a USB Thumb Drive is very straightforward! Burn either the bootcd.iso or bootcd_tntfs.iso to a CD / DVD Boot up a machine using that CD / DVD Select Manual Mode to get to the bash prompt Insert your USB Thumb Drive into the machine Run ZENUsbcreator Case is significant for the command name! And that s all it takes! 5

6 Understanding ZCM 11 SP3 USB Imaging Support (continued) ZENUsbcreator must be run from the CD-based ZCM Imaging Distro Burn bootcd.iso or bootcd_tntfs.iso to a CD / DVD ISOs can be found - On Linux Primary: /opt/novell/zenworks/preboot/bin/winutils On Windows Primary: c:\program Files (x86)\novell\zenworks\bin\preboot Remember that: bootcd.iso contains only the Legacy NTFS File System Driver You must use the bootcd_tntfs.iso if you want to use the Tuxera NTFS High Performance File System Driver on your USB Thumb Drive Injecting the Tuxera Driver into the ZCM Imaging Distro using the ZCC creates bootcd_tntfs.iso 6

7 Using the ZENUsbcreator Utility

8 Using the ZENUsbcreator Utility Running ZENUsbcreator Understanding ZENUsbcreator Processing 8

9 Using the ZENUsbcreator Utility Running ZENUsbcreator Purpose: Create a USB Thumb Drive that can boot the ZCM Imaging Distro on a BIOS or UEFI-based machines Remove all the existing partitions on a thumb drive Upgrade a bootable USB drive Can only be launched from CD / DVD ZENUsbcreator throws an error if its not launched while booted up from the CD / DVD Located in the /bin directory on the CD / DVD ZENUsbcreator is a wrapper program that calls a bash script named ZEN-usb-creator 9

10 Using the ZENUsbcreator Utility Running ZENUsbcreator Syntax: ZENUsbcreator [--help] 10

11 Using the ZENUsbcreator Utility Running ZENUsbcreator After choosing one of the previous four options, the available thumb drives to act upon are shown next: 11

12 Using the ZENUsbcreator Utility Understanding ZENUsbcreator Processing After selecting the thumb drive, you re given a final sanity check : 12

13 Using the ZENUsbcreator Utility Understanding ZENUsbcreator Processing ZENUsbcreator will create a second partition on the USB Thumb Drive Its an NTFS partition Could be used to store zmg image files on the thumb drive 13

14 Using the ZENUsbcreator Utility Understanding ZENUsbcreator Processing This is what happens behind the scenes: Initialize the MBR Launch ZENUsbcreator Call the ZEN-usb-creator script Formatting for BIOS or UEFI? BIOS Create a 160MB ext2 Partition 1 NO Booted from CD? Throw An Error YES Get input from user on Operation to perform Detect and Display USB Linux Device Names Get input from user on Linux Device to use UEFI 4 Initialize the GPT Create a 160MB FAT32 Partition Create a NTFS partition on remainder of drive Copy required files to the EFI FAT32 boot partition Create a NTFS partition on remainder of drive Copy required files to ext2 boot partition Create the grub config file 3 2 EXIT ZEN-usb-creator NO Sanity Check: Format Drive? YES Create the grub config file Install grub boot loader Display Success Message 14

15 Using the ZENUsbcreator Utility Understanding ZENUsbcreator Processing This is what happens behind the scenes: 1 If the variable CDBOOT equals YEScd then the machine is booted up using the ZCM CD-based Imaging Distro 2 Copies contents of boot, addfiles, & dev directories from the CD to USB drive at root. The settings.txt file from CD is copied to USB drive. 3 Creates the menu.lst file under the boot/grub directory. This file does such things as specifying the Initial RAM Drive, root file system, and kernel name. 4 UEFI requires FAT32 support for the EFI System Partition 15

16 Creating a Custom USB Thumb Drive for ZCM Imaging

17 Creating a Custom USB Thumb Drive for ZCM Imaging Overview of the process Customizing using the Addfiles Method Customizing by Modifying the CD s System Resource Files (initrd and root) 17

18 Creating a Custom Thumb Drive for ZCM Imaging Overview Since ZENUsbcreator must be launched when booted from the CD-based version of the ZCM Imaging Distro: Changes made to bootcd.iso or bootcd_tntfs.iso get imparted to USB Thumb Drive when ZENUsbcreator is run from that iso Important: So don t mess with ZENUsbcreator or ZEN-usb-creator (the script) on the modified iso! Methods you can employ to modify the CD-based ZCM Imaging Distro apply equally to USB-based distro Using the Addfiles Method is the easiest Can also modify the CD s System Resource Files (initrd & root) However there is no code in ZENUsbcreator for dealing with a driverupdate file system driverupdate is a CRAMFS file system with a particular directory structure driverupdate can be used to get modifications into the CD-based distro 18

19 Creating a Custom Thumb Drive for ZCM Imaging Overview of CD boot process you ll modify for USB Thumb Drive creation Control to: zenworks.s script ABCD EFGH ASDF IJKLM A What can be modified on CD for USB Thumb Drive 19

20 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Addfiles Easiest method to modify bootcd.iso / bootcd_tntfs.iso: Uses the original contents of ISO then your custom content is placed into a special directory. Then you create a new iso. Special directory is named: addfiles Is an empty directory on the original iso files During CD boot process: content of addfiles is added to the RAM drive 20

21 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Addfiles The addfiles method is the preferred method Great for getting the following in the Imaging Distro: Bash scripts Binary executables Implementing some types of changes to the settings.txt file Not the method to use to add new content into the Imaging distro that must be available during the boot process when the kernel or the init process is in control Example: new device drivers 21

22 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Addfiles (continued) See Section F.4.1 of the doc available on our web site at: 1. Mount the desired boot CD iso to a /mnt/bootcd directory 2. Created a working directory under root s home called isolinux 3.Copied all of what s in /mnt/bootcd to the isolinux directory 4. Modified the settings.txt file in the isolinux directory to set: the IP Address for the PROXYADDR variable The value of the IMGCMD variable to the name of a custom script that you copied to the isolinux/addfiles/bin directory If required change netsetup, HostIP, netmask, and gateway for static IP addressing 22

23 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Addfiles (continued) From Section F.4.1 of the zen11_cm_preboot_imaging.pdf: 5.Use chmod command to make sure settings.txt and your custom scripts are executable 6. Use the mkisofs command to create a new iso file from the source tree in the isolinux directory 23

24 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files This method is the most time consuming Needs to be used when the content you want to add must be available: Right after the kernel mounts the initial RAM drive (initrd) When init is processing When the zenworks.s script itself has control Example use cases Typically used to add custom menu programs Add LAN drivers Requires modifying the initrd file system Customize zenworks.s or the scripts it calls Requires modifying the root file system 24

25 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files From Section F.4.2 of zen11_cm_preboot_imaging.pdf: Modifying the initrd file system: 1. Create a mount and a couple working directories (/work-iso and /work-initrd and /mod-initrd for instance) 2. Mount bootcd or bootcd_tntfs iso to the /work-iso mount point 3. Copy /work-iso/boot/i386/loader/initrd to the /work-initrd directory 4. Rename initrd in /work-initrd to initrd.gz 5. gunzip initrd.gz 6. Change directory to /mod-initrd 7. cpio idmuv < /work-initrd/initrd (/mod-initrd now contains the content of the original initrd file system.) 25

26 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files Modifying the initrd file system (continued): 8. Copy the content you want in the new initrd to the appropriate directories under the /mod-initrd directory (such as bin, usr, or var) 9. rm /work-initrd/initrd (Deletes the original initrd) 10. find. cpio o H newc > /work-initrd/initrd (This pipeline creates the new initrd with your content and puts it in the /work-initrd directory.) 11. Change into the /work-initrd directory 12. gzip v9c initrd > initrd.gz (Creates a new archive of the initrd containing your changes.) 13. Rename initrd.gz to initrd. 26

27 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files Modifying the initrd file system (continued): 14. Copy initrd from the /work-initrd directory into the /workiso/boot/i386/loader directory 15. Use mkisofs to create a new iso file containing your modified initrd file system using the /work-iso directory as the source tree. 27

28 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files Modifying the root file system: 1. Create a mount point (/work-iso) and a working directory under root s home directory (/root/modroot for instance) 2. Mount bootcd or bootcd_tntfs iso to the /work-iso mount point 3. Copy /work-iso/boot/i386/root to root s home directory 4. Change directory to root s home directory (/root) 5. Rename root in root s home directory (/root) to root.gz 6. gunzip root.gz 7. mount o loop root mod-root (Now the modroot in root s home directory has the original contents of root in extracted form.) 28

29 Creating a Custom Thumb Drive for ZCM Imaging Customization Method: Modify System Resource Files Modifying the root file system (continued): 8. Copy your content to the appropriate directories under the modroot directory 9. umount modroot 10. gzip v9c root > root.gz 11. Rename root.gz to root 12. Copy root in root s home directory to the /workiso/boot/i386/ directory 13. Use the mkisofs command using the /work-iso directory as the source tree to create a new boot CD iso whose root file system contains your changes. 29

30 Exercises Let s Play!

31 Important VMware Controls Give focus to a VM by clicking in it When a VMware virtual machine has focus it owns the real keyboard and mouse of the Host machine All keystrokes and cursor movements affect the virtual machine Release focus from a VM by pressing Ctrl+Alt This allows you to switch focus to another VM or launch a program from the Host desktop Use the VMware Toolbar to navigate between VM s or use a particular VM Quick Switch button makes it easy to move from VM to VM Full Screen button resizes VM to full screen Ctrl+Alt exits full screen mode 31

32 Exercise 1 Task Overview Task To familiarize yourself with the ZENUsbcreator utility. Boot W7-64-WS2 VM up using bootcd_tntfs.iso Boot W7-64-WS2 VM using the Plop Boot Manager Notes Will create a bootable USB Thumb Drive that can boot up the ZCM Imaging Distro: Will use the default bootcd_tntfs.iso file Will use ZENUsbcreator to create a bootable USB Thumb Drive for the ZCM Imaging Distro on the provided USB Thumb Drive. This boot manager (plpbt.iso) will be attached to the VM s Virtual CD and will then allow the VM to be booted from your thumb drive 32

33 Exercise 2 Task Overview Task Notes Create a modified version of a ZCM Imaging USB Thumb Drive Create new ISO file (usblab2.iso) Boot WS-64-WS2 VM using new usb-lab2.iso file Boot WS-64-WS2 VM using the Plop Boot Manager Will modify bootcd_tntfs.iso file to create a new iso (usb-lab2.iso) used to run ZENUsbcreator. usb-lab2.iso will contain: The zusbc.s script. This script can perform several different types of imaging operations including restoring the DA NSI Standard Base Image from the USB drive The parted, nano, hexedit, and unix2dos utilities that are not native to the ZCM Imaging Distro Will modify the settings.txt file to automatically launch zusbc.s. After booting your modified CD-based version of the ZCM Imaging Distro you ll run ZENUsbcreator to create a bootable thumb drive containing those modifications. Testing new USB Thumb Drive modifications. Plop will allow you to boot up your VM using the thumb drive. Should see the menu displayed by zusbc.s 33

34 Corporate Headquarters 1800 South, Novell Place Provo, Utah (Worldwide) (Toll-free) Join us on: 34

35 This document could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein. These changes may be incorporated in new editions of this document. Novell, Inc. may make improvements in or changes to the software described in this document at any time. Copyright 2014 Novell, Inc. All rights reserved. All Novell marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States. All third-party trademarks are the property of their respective owners.

NI Real-Time Hypervisor for Windows

NI Real-Time Hypervisor for Windows QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single

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

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

Make a Bootable USB Flash Drive from the Restored Edition of Hiren s Boot CD

Make a Bootable USB Flash Drive from the Restored Edition of Hiren s Boot CD Make a Bootable USB Flash Drive from the Restored Edition of Hiren s Boot CD proteuss@sdf.lonestar.org Contents 1 Linux Method 2 2 Windows Method 3 3 Alternative Windows Method (RMPrepUSB) 4 4 HBCD on

More information

DriveClone Server. Users Manual

DriveClone Server. Users Manual DriveClone Server Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone Server... 3 2.1 System Requirement... 3 2.2 Installing DriveClone Server... 4 2.3 Uninstalling

More information

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment

Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Tutorial How to upgrade firmware on Phison S8 controller MyDigitalSSD using a Windows PE environment Version 2.0 This tutorial will walk you through how to create a bootable USB drive to enter into a WINPE

More information

Intel Data Migration Software

Intel Data Migration Software User Guide April 2016 Software Version 3.0 Document Number: 324324-003US Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence

More information

II. Installing Debian Linux:

II. Installing Debian Linux: Debian Linux Installation Lab Spring 2013 In this lab you will be installing Debian Linux in a KVM (Kernel Virtual Machine). You will be guided through a series of steps to setup the network (IP addresses,

More information

Novell Identity Manager Resource Kit

Novell Identity Manager Resource Kit AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation

More information

DriveClone 10. Users Manual

DriveClone 10. Users Manual DriveClone 10 Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone... 3 2.1 System Requirement... 3 2.2 Installing DriveClone... 4 2.3 Uninstalling DriveClone...

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

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

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

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

for the VaultDR Online Plugin for Linux-based Operating Systems

for the VaultDR Online Plugin for Linux-based Operating Systems Redefining Data Protection Title Page User s Guide for the VaultDR Online Plugin for Linux-based Operating Systems NVE 7009-36B 01/19-07 Copyrights NetVault:Backup - User s Guide for the VaultDR Online

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

Katana: Portable Multi-Boot Security Suite. JP Dunning DefCon 2010. Shadow Cave LLC

Katana: Portable Multi-Boot Security Suite. JP Dunning DefCon 2010. Shadow Cave LLC Katana: Portable Multi-Boot Security Suite JP Dunning DefCon 2010 JP Dunning Graduate Student: Computer Science, Virginia Tech Research Focus: Wireless and Portable Security Website: www.hackfromacave.com

More information

Intel NUC. Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers

Intel NUC. Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers Intel NUC Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers July 2015 1 Introduction 1.1 Document Scope The following document details the installation of a non-xhci operating

More information

NetVault : Backup. User s Guide for the VaultDR System Plugins

NetVault : Backup. User s Guide for the VaultDR System Plugins NetVault : Backup User s Guide for the VaultDR System Plugins VaultDR Offline Plugin ver. 5.6 (VaultOS) VaultDR Online Plugin for Windows ver. 3.5 VaultDR Online Plugin for Linux ver. 3.1 VaultDR Server

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

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

What this document covers: Physical to Virtual Migration with Portlock Storage Manager

What this document covers: Physical to Virtual Migration with Portlock Storage Manager Physical to Virtual Migration with Portlock Storage Manager What this document covers: This document covers physical to virtual migration using Portlock Storage Manager to image the physical server and

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

Acronis Disk Director 11 Advanced Server. Quick Start Guide

Acronis Disk Director 11 Advanced Server. Quick Start Guide Acronis Disk Director 11 Advanced Server Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc. "Acronis Compute

More information

Windows 8 UEFI BIOS Update (Step-by-Step Guide)

Windows 8 UEFI BIOS Update (Step-by-Step Guide) Windows 8 UEFI BIOS Update (Step-by-Step Guide) 0 Prepared by MSI NB FAE Team Version: 1.2 Date: 2014/06/13 IMPORTANT! Only update your bios if system is unstable, or bug fixes provided correspond to your

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

M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n. MarkBook for Windows on a Mac 1

M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n. MarkBook for Windows on a Mac 1 M a r k B o o k C Y, M a r k B o o k A M, v e r s i o n, e d i t i o n MarkBook for Windows on a Mac 1 Installation/Use on an Apple Macintosh Computer Ordinarily, a Mac computer cannot run Windows software.

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

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

LSN 10 Linux Overview

LSN 10 Linux Overview LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced

More information

vsphere Web Access Administrator's Guide

vsphere Web Access Administrator's Guide vsphere Web Access Administrator's Guide vsphere Web Access 4.1 ESX 4.1 vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

AlienVault. Unified Security Management 4.4-5.x Offline Update and Software Restoration Procedures

AlienVault. Unified Security Management 4.4-5.x Offline Update and Software Restoration Procedures AlienVault Unified Security Management 4.4-5.x Offline Update and Software Restoration Procedures USM 4.4-5.x Offline Update and Software Restoration Procedures Copyright 2015 AlienVault, Inc. All rights

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

USB Bare Metal Restore: Getting Started

USB Bare Metal Restore: Getting Started 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

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

Introduction. This white paper provides technical information on how to approach these steps with Symantec Antivirus Corporate edition.

Introduction. This white paper provides technical information on how to approach these steps with Symantec Antivirus Corporate edition. Introduction The process of updating virus definitions on workstations protected by Deep Freeze Enterprise involves three fundamental steps: 1. Rebooting the workstations into a Thawed state so the updates

More information

EXPLORING LINUX KERNEL: THE EASY WAY!

EXPLORING LINUX KERNEL: THE EASY WAY! EXPLORING LINUX KERNEL: THE EASY WAY! By: Ahmed Bilal Numan 1 PROBLEM Explore linux kernel TCP/IP stack Solution Try to understand relative kernel code Available text Run kernel in virtualized environment

More information

The BackTrack Successor

The BackTrack Successor SCENARIOS Kali Linux The BackTrack Successor On March 13, Kali, a complete rebuild of BackTrack Linux, has been released. It has been constructed on Debian and is FHS (Filesystem Hierarchy Standard) complaint.

More information

RESCUE CD. User s Guide

RESCUE CD. User s Guide RESCUE CD User s Guide 2 CONTENTS 1. When to use the Rescue CD 2 1.1 System Requirements 2 1.2 Using the Rescue CD 3 1.2.1 Using a USB drive 3 Recommended method 3 Alternative method 4 1.2.2 Automate the

More information

Installing a Second Operating System

Installing a Second Operating System Installing a Second Operating System Click a link below to view one of the following sections: Overview Key Terms and Information Operating Systems and File Systems Managing Multiple Operating Systems

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.1 Embedded vcenter Server 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

Cloning Utility for Rockwell Automation Industrial Computers

Cloning Utility for Rockwell Automation Industrial Computers Technical Data Cloning Utility for Rockwell Automation Industrial Computers Topic Page About the Cloning Utility 2 Recovery Partition Considerations 2 Prepare to Boot from the Accessories CD 3 Start the

More information

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1 VXOA VIRTUAL APPLIANCE KVM Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations In Bridge mode, the virtual appliance only uses mgmt0, wan0, and lan0. This Quick

More information

PGP Portable Quick Start Guide Version 10.2

PGP Portable Quick Start Guide Version 10.2 PGP Portable Quick Start Guide Version 10.2 Introduction to PGP Portable Use PGP Portable to distribute encrypted files to users who do not have PGP Desktop software. Use PGP Portable to transport files

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Update 0 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for

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

Intel Rapid Start Technology (FFS) Guide

Intel Rapid Start Technology (FFS) Guide Intel Rapid Start Technology (FFS) Guide Technical white paper Table of contents Intel Rapid Start Technology (FFS) Guide... 2 Product Definition... 2 Requirements... 2 Enabling Intel Rapid Start Technology...

More information

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC)

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Before beginning, you will need to have a Windows 98 installation CD and a Windows 98 license key and a bootable CD. A bootable floppy

More information

Puppy Linux Installation To a USB Flash Drive How to install Puppy Linux lupu 5.2.8 Lucid to a Flash Drive

Puppy Linux Installation To a USB Flash Drive How to install Puppy Linux lupu 5.2.8 Lucid to a Flash Drive Puppy Linux Installation To a USB Flash Drive How to install Puppy Linux lupu 5.2.8 Lucid to a Flash Drive Puppy Linux Lucid installation tutorial to a vfat format flash drive with a useful application

More information

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux

How To Manage Your Volume On Linux 2.5.5 (Evms) 2.4.5 On A Windows Box (Amd64) On A Raspberry Powerbook (Amd32) On An Ubuntu Box (Aes) On Linux www.suse.com/documentation Storage Administration Guide SUSE Linux Enterprise Server 10 SP3/SP4 March 6, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents

More information

EHCI Removal from 6 th Generation Intel Core Processor Family Platform Controller Hub (PCH)

EHCI Removal from 6 th Generation Intel Core Processor Family Platform Controller Hub (PCH) EHCI Removal from 6 th Generation Intel Core Processor Family Platform Controller Hub (PCH) Technical White Paper September 2015 Revision 1.0 333136-001 You may not use or facilitate the use of this document

More information

Create a virtual machine at your assigned virtual server. Use the following specs

Create a virtual machine at your assigned virtual server. Use the following specs CIS Networking Installing Ubuntu Server on Windows hyper-v Much of this information was stolen from http://www.isummation.com/blog/installing-ubuntu-server-1104-64bit-on-hyper-v/ Create a virtual machine

More information

Intel Data Migration Software

Intel Data Migration Software User Guide Software Version 2.0 Document Number: 324324-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Windows 7 and USB 3.0 driver installation for 100 Series and Braswell platform

Windows 7 and USB 3.0 driver installation for 100 Series and Braswell platform Windows 7 and USB 3.0 driver installation for 100 Series and Braswell platform Based on the chipset specification, the 100 series and Braswell platform require USB 3.0 drivers to be preloaded in order

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

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

IBM Security QRadar Version 7.2.0. Installing QRadar with a Bootable USB Flash-drive Technical Note

IBM Security QRadar Version 7.2.0. Installing QRadar with a Bootable USB Flash-drive Technical Note IBM Security QRadar Version 7.2.0 Installing QRadar with a Bootable USB Flash-drive Technical Note Note: Before using this information and the product that it supports, read the information in Notices

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

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition 10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can

More information

Parallels Cloud Server 6.0

Parallels Cloud Server 6.0 Parallels Cloud Server 6.0 Upgrade Guide Copyright 1999-2013 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. Vordergasse 59 CH8200 Schaffhausen Switzerland

More information

Installing Operating Systems

Installing Operating Systems CHAPTER 6 The unattended operating system installation function helps you install the Microsoft Windows and RedHat Linux operating system families. UCS-SCU has integrated device drivers including RAID

More information

Dell NetVault Bare Metal Recovery 10.5. User s Guide

Dell NetVault Bare Metal Recovery 10.5. User s Guide Dell NetVault Bare Metal Recovery 10.5 User s Guide Copyright 2015 Dell Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. Dell, the

More information

Getting Started User s Guide

Getting Started User s Guide Getting Started This short guide can help you to quickly start using Acronis True Image Home 2011. It describes just a few of the key features of Acronis True Image Home 2011. For detailed program information,

More information

Acronis Disk Director Server 10.0. User s guide

Acronis Disk Director Server 10.0. User s guide Acronis Disk Director Server 10.0 User s guide Copyright Acronis, Inc., 2000 2010. All rights reserved. Windows and MS-DOS are registered trademarks of Microsoft Corporation. All other trademarks and copyrights

More information

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Technical white paper Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Table of contents Executive summary... 3 Configuration Manager features... 3 Asset

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Update 2 Installation Guide Applies to the following editions: Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs

installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs installing UEFi-based Microsoft Windows Vista SP1 (x64) on HP EliteBook and Compaq Notebook PCs Table of Contents: Introduction... 1 Step 1... 2 Step 2... 3 Step 3... 5 Step 4... 6 For more information...

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

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4 10 Steps to Developing a QNX Program Quickstart Guide 2008, QNX Software Systems GmbH & Co. KG. A Harman International Company. All rights

More information

Getting Started with Paragon Recovery CD. Quick Guide

Getting Started with Paragon Recovery CD. Quick Guide Getting Started with Paragon Recovery CD Quick Guide Paragon Recovery CD 2 Quick Guide CONTENTS 1 Introduction... 3 2 Distribution...3 2.1 Distributive CD...3 2.2 Online Distribution...3 3 Booting from

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

Dell DR4000 Disk Backup System. Introduction to the Dell DR4000 Restore Manager A primer for creating and using a Restore Manager USB flash drive

Dell DR4000 Disk Backup System. Introduction to the Dell DR4000 Restore Manager A primer for creating and using a Restore Manager USB flash drive Dell DR4000 Disk Backup System Introduction to the Dell DR4000 Restore Manager A primer for creating and using a Restore Manager USB flash drive Storage Engineering Dell Product Group February 2012 THIS

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

Managing Remote Access

Managing Remote Access VMWARE TECHNICAL NOTE VMware ACE Managing Remote Access This technical note explains how to use VMware ACE to manage remote access through VPN to a corporate network. This document contains the following

More information

integration tools setup guide SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop

integration tools setup guide SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop setup guide integration tools SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop 2010 Meyer Sound. All rights reserved. SIM 3 Remote Setup Guide,

More information

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery

Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Objectives Develop a Backup Strategy Create Backup Files with tar Work with Magnetic Tapes Copy Data

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

NetWare 4.11 Virtualization

NetWare 4.11 Virtualization 2011 NetWare4.11Virtualization Portlock Corporation 5/18/2011 NetWare 4.11 Virtualization May 18, 2011 Version 1.0 Copyright 2000-2011 Portlock Corporation Copyright 2000-2011 Portlock Corporation Page

More information

LSI Software RAID Configuration Utility

LSI Software RAID Configuration Utility LSI Software RAID Configuration Utility E8581 First Edition August 2013 Copyright 2013 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described in

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

XenClient Enterprise Upgrade Guide

XenClient Enterprise Upgrade Guide XenClient Enterprise Upgrade Guide Version 5.0 August 12, 2013 Table of Contents About this Document...4 Step 1: Get the Updated Software...4 Step 2: Upgrade XenClient Enterprise Synchronizer...4 Step

More information

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names,

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

Series 4 and Series 5 Hardware Appliance Imaging Guide

Series 4 and Series 5 Hardware Appliance Imaging Guide Series 4 and Series 5 Hardware Appliance Imaging Guide Contents Introduction 2 RESOURCES REQUIRED 2 Creating a Security Analytics USB Build Stick 3 UNIVERSAL NETBOOT INSTALLER (UNEBOOTIN) TOOL 3 CURRENT

More information

Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD

Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD Tutorial How to upgrade firmware on Phison S5 controller MyDigitalSSD Version 1.3 This tutorial will walk you through how to create a bootable USB drive and how to apply the newest firmware S5FAM030 to

More information

Acronis Backup & Recovery 10 Server for Linux. Command Line Reference

Acronis Backup & Recovery 10 Server for Linux. Command Line Reference Acronis Backup & Recovery 10 Server for Linux Command Line Reference Table of contents 1 Console mode in Linux...3 1.1 Backup, restore and other operations (trueimagecmd)... 3 1.1.1 Supported commands...

More information

PARALLELS SERVER 4 BARE METAL README

PARALLELS SERVER 4 BARE METAL README PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels

More information

The Tor VM Project. Installing the Build Environment & Building Tor VM. Copyright 2008 - The Tor Project, Inc. Authors: Martin Peck and Kyle Williams

The Tor VM Project. Installing the Build Environment & Building Tor VM. Copyright 2008 - The Tor Project, Inc. Authors: Martin Peck and Kyle Williams The Tor VM Project Installing the Build Environment & Building Tor VM Authors: Martin Peck and Kyle Williams Table of Contents 1. Introduction and disclaimer 2. Creating the virtualization build environment

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

Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption

Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption This is a step-by-step guide showing how to create an encrypted bootable Backtrack 4 USB thumb drive. I put quotes around full in the title

More information

StarWind iscsi SAN Software: Using with Citrix XenServer

StarWind iscsi SAN Software: Using with Citrix XenServer StarWind iscsi SAN Software: Using with Citrix XenServer www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this publication

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

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Windows... 3 1.1.2 Management

More information

INSTALLING "PUPPY LINUX" AS THE ONLY OPERATING SYSTEM

INSTALLING PUPPY LINUX AS THE ONLY OPERATING SYSTEM INSTALLING "PUPPY LINUX" AS THE ONLY OPERATING SYSTEM OBJECTIVE AND DESIRED RESULT: Install "Puppy Linux" as the only operating system in either a real computer or a virtual machine. BASIC ADVICE "Puppy

More information

BLACK BOX. Quick Start Guide. Virtual Central Management System (VCMS) Works with LES Series Console Servers. LES-VCMS. Customer Support Information

BLACK BOX. Quick Start Guide. Virtual Central Management System (VCMS) Works with LES Series Console Servers. LES-VCMS. Customer Support Information LES-VCMS Virtual Central Management System (VCMS) Quick Start Guide Works with LES Series Console Servers. BLACK BOX Customer Support Information Order toll-free in the U.S.: Call 877-877-BBOX (outside

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

How To Use Portlock Storage Manager Client On A Netware System (Netware) With A Virtual Disk (Veeam) On A Windows 7.4.4 (Vheeam) Or Veeam Veea (Vfree

How To Use Portlock Storage Manager Client On A Netware System (Netware) With A Virtual Disk (Veeam) On A Windows 7.4.4 (Vheeam) Or Veeam Veea (Vfree Portlock Storage Manager Client Working with Veeam Backup & Replication May 29, 2012 Version 0.94 Copyright 2000-2012 Portlock Corporation Copyright 2000-2012 Portlock Corporation Page 1 of 13 The Portlock

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

ZENworks Virtual Appliance Deployment and Administration Reference

ZENworks Virtual Appliance Deployment and Administration Reference www.novell.com/documentation ZENworks Virtual Appliance Deployment and Administration Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc. makes no representations or warranties

More information