Altiris RapiDeploy Imaging from a USB Storage Device
|
|
|
- Teresa Garrison
- 9 years ago
- Views:
Transcription
1 Altiris RapiDeploy Imaging from a USB Storage Device Introduction Prerequisites Preparing the USB storage device Imaging a thin client from a USB storage device Modifying the Altiris configuration file and executing the imaging task Aclient.cfg For more information
2 Introduction This white paper provides steps for editing or creating a post configuration task after imaging an HP thin client from a USB flash drive. Altiris RapiDeploy image deployment can help you automate maintenance of the integrity and customization of all thin clients in a corporate environment. Thin clients connected from remote locations with limited bandwidth, as well as thin clients that are not connected at all, require maintenance with updated images; however, this maintenance requires that you perform additional procedures. To help with the image maintenance process on these machines, this document outlines the process to image thin clients using an Altiris RapiDeploy image and perform the proper post configuration from a USB flash device. Post configuration is an important process to ensure the system has unique information such as network name and IP address. Although this document outlines the steps to image and post-configure from a bootable USB flash device, you can use the same process for most removable media types, such as a CD- ROM. NOTE: Not all USB flash drives support bootability or support it in the same way, so you should test your devices before using. Prerequisites The following sections outline the creation of the bootable USB flash device, execution of the imaging process, and modification of the image file. These procedures require the following: Create an image with Altiris RapiDeploy using the procedure outlined in the Creating and Restoring Images on the HP Compaq Thin Client t57x0 with Altiris Deployment Server at: Have the Windows 98 DOS boot disk available. Preparing the USB storage device The following steps make the USB storage device bootable and create an Altiris configuration file: 1. Insert the supported USB storage device into the USB port of the machine with the HP USB Disk Storage Format Utility installed. You can get the utility from hpcpqdt/us/download/20306.html. 2. Run the Format Utility from Start > Programs > Hewlett Packard Company > HP USB Disk Storage Format Tool. 3. Make sure the device listed is the USB storage device inserted in step Select Create a DOS startup disk and type the location of the Microsoft Windows 98 DOS files. 5. Click Start. After the format completes, you can close the utility. The USB storage device is now bootable. 2
3 6. Copy the information from the Aclient.cfg on page 5 section later in this white paper, and paste the information into a new text document. 7. Save the text file as Aclient.cfg on the USB storage device. 8. Stop and remove the USB device. Imaging a thin client from a USB storage device An Aclient.cfg file is necessary to deploy an image from a USB storage device. The following steps outline how to image a thin client using a USB storage device: NOTES: - If the person who executes the imaging job requires the ability to edit the Aclient.cfg file within DOS, you can copy a DOS text editor to the USB storage device. - The following steps were performed using Windows CE. A Win98 bootable USB storage device cannot read a Linux partition. - These steps allow you to obtain an Aclient.cfg file. After you get the file, you can reuse it for Linux as well as Windows XPe. 1. Capture an existing image. For more information, see the Creating and Restoring Images on the HP Compaq Thin Client t57x0 with Altiris Deployment Server white paper at: 2. Insert the bootable USB device into the USB port on the Altiris Deployment Server machine. 3. Copy the Altiris RapiDeploy image file to deploy to other clients onto the USB storage device. The default location for image storage by Altiris Deployment Solution is: \Program Files\Altiris\eXpress\Deployment Server\Images\*.img. 4. Copy Altiris RapiDeploy Text (RdeployT.exe) on to the USB storage device. You can find Rdeployt.exe in the Deployment Server directory. 5. Ensure that: a. The thin client is connected to a server with Altiris Deployment Server. b. PXE boot is enabled in BIOS. 6. PXE boot to the server with Deployment Server. As the Thin Client is PXE booting, press ESC when the system displays Press <F2> for Diagnostic mode. An F: prompt displays. 7. Type rdeploy and press Enter. This is DOS mode of the imaging tool. 8. Highlight Restore an image file using the arrow keys, and then press the Space Bar to select. 9. Press Tab and enable Do Post Configuration. A check mark indicates it is enabled. 10. Press Alt+N to select Next. 11. Press Alt+W to browse for the captured image from step After you select the image, press Tab three times to highlight the OK button, and then press the Space Bar to select OK. 13. Press Alt+N two times. The Post Imaging Configuration window displays. 3
4 14. Press Alt+G to select the various configuration options in the left pane. For example, to modify the computer name: a. Select Networking using the up and down arrow keys. b. Press Tab until you select Computer Name to modify the computer name. 15. After you have modified all settings, press Alt+F to begin restoring the image. Once imaging is complete, you are returned to the F: prompt and Aclient.cfg is created on the thin client. This.cfg file contains the Post Imaging Configuration changes made in steps 10 and Insert the bootable USB storage device into the thin client. 17. Reboot the thin client and enter F10 Setup. 18. Under Advanced Bios Features, select First Boot Device and ensure it is set to USB. 19. Save your settings and exit Setup. 20. The system boots to the USB storage device and displays the C: prompt. 21. Change to drive D. 22. Issue the dir command to see the Aclient.cfg file. Copy this file to drive C by typing the following command: copy Aclient.cfg c: 23. Change to drive C. 24. From the C: prompt, type the following command: rdeployt -md -fc:\*.img -cfgfile:c:\aclient.cfg -d2 This command begins the restoration of the image file with the new settings from Aclient.cfg. Modifying the Altiris configuration file and executing the imaging task You must perform some steps to set unique information on the machine you are deploying, such as the Microsoft Networking Name (machine name), DHCP vs. Static IP, and the IP address. There are several fields in the Altiris Configuration file that you can modify. The following steps show you how to change the machine name, DHCP vs. static IP field, the IP address if static, and determine whether to run SIDGen after imaging. NOTE: To ensure every thin client is unique, you must execute this process against each thin client deployed. 1. Open the Aclient.cfg file copied to the USB storage device as instructed earlier in this document. 2. To change whether the imaging task sets a unique SID for the machine during post-configuration, type True next to the following line: ChangeSID=. 3. To change the machine name or Microsoft Networking Name, type the desired data next to the following line: ComputerName=. 4. To have the machine pick up an IP address using DHCP after imaging, type True next to the following line: DHCP=. If the IP address is static, set this line to False and go to the next step. 4
5 5. For static IP, type the IP address next to the following line: Address=. 6. After you have made all required changes, save the file and close. 7. After you correctly execute these steps, you can execute the imaging task. The command line for execution is: rdeployt -md -fc:\*.img -cfgfile:c:\aclient.cfg -d2, where RdeployT = Application -MD = Download the image (vs. Upload the image) -f = the image file -cfgfile: = the configuration file location -d2 = Enumerates the disk to image. This is disk 2, because when the USB storage device is plugged in, the BIOS enumerates the USB device as disk 1, making the hard disk number 2. NOTE: If you used the correct procedure to create the disk image and the target thin client is an XPe unit, you must re-enable the Microsoft Enhanced Write Filter after the imaging job is complete. Aclient.cfg The following lists the contents of the Aclient.cfg file: [Global] MACAddrList= Serial-Number= UUID= NSMachineGuid= Reboot=False Status-Code=0 Status-Module=AClient SIDgenCount=0 TaskSequence=0 ScheduleId=0 Remove=False Config=None [License] Sysprep2KLicense= LicenseNumber= RegOrganization= RegUser= Prompt=False [Networking] DSDomainController= DSOrganizationalUnit= ChangeSID=False ComputerName= [Bootwork] SetTransportInfo=False SetIPInfo=False [ConfigSettings] UpdateSettings=False UpdateAllSettings=False [Security] Secure= [TCP/IP] MACAddress= Description= VendorID=0 DeviceID=0 PCIFunction=0 PCIDevice=0 PCIBus=0 WINS-Server1= WINS-Server0= WINS-Server-Count=2 WINS-Enabled=False SetWINSInfo=False DNS-Server2= DNS-Server1= DNS-Server0=
6 DNSDomain= Domain= Workgroup=Workgroup Prompt=False [NetWare] RunScrits=True Context= PreferredTree= LoginTree=True Username= Prompt=False DNS-Server-Count=3 DNS-Domain= DNS-Host= DNS-Enabled=False SetDNSInfo=True Gateway= Netmask= Address= DHCP=True SetIPInfo= NIC-Section-Count=1 For more information For more information about HP Compaq t5000 thin clients, see the following: Hewlett-Packard Development Company, L.P. The information in this document is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Microsoft, MS-DOS, Windows, and Windows NT are trademarks of Microsoft Corporation in the U.S. and other countries , 3/2006 6
Creating and Restoring Images on the HP Thin Client with Altiris Deployment Server v6.5
Creating and Restoring Images on the HP Thin Client with Altiris Deployment Server v6.5 HP thin clients running Microsoft Windows Embedded Standard 2009 (WES) and Windows XP Embedded (XPe) Table of Contents:
HP Thin Client Imaging Tool
HP Thin Client Imaging Tool Table of Contents: Abstract... 1 Introduction... 1 System Requirements... 1 Software... 1 Hardware... 1 Getting Started... 2 Formatting a USB Flash Device... 3 Unpacking the
FTP Image Update for HP Linux Thin Clients
FTP Image Update for HP Linux Thin Clients Imaging process overview.................................................. 2 Updating thin client images................................................. 3 Local
WHITE PAPER. HP Guide to System Recovery and Restore
WHITE PAPER January 2003 Prepared By PSG Product Software Engineering Hewlett-Packard Company CONTENTS Purpose3 Using Safe Mode To Diagnose And Correct Problems 4 Using the Recovery Console To Repair Damaged
HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series
thin clients april 2003 instructions. HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series Table Of Contents Table Of Contents... 1 Abstract... 2 Introduction... 2 System Requirements...
Quick Start to Evaluating. HP t5630w, HP t5730w, HP gt7720
Get your thin client Get your running thin client running Right out Right out of of the box the box Quick Start to Evaluating HP Windows Embedded Standard Thin Clients HP t5630w, HP t5730w, HP gt7720 Get
HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers
Reference guide HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers Reference guide Contents One button disaster recovery (OBDR) 2 Requirements 2 HP tape drive and server support 2 Creating
Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720
Get your thin client running Right out of the box Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your new thin client system up and
HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos)
HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos) Document Version 3.23 November 2010 1 Copyright 2007-2010 Hewlett-Packard Development Company, L.P. The information
HP Embedded SATA RAID Controller
HP Embedded SATA RAID Controller User Guide Part number: 391679-002 Second Edition: August 2005 Legal notices Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is
HP VMware ESXi 5.0 and Updates Getting Started Guide
HP VMware ESXi 5.0 and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi. HP Part Number: 616896-002 Published: August 2011 Edition: 1 Copyright
HP Personal Workstations Step-By- Step Instructions for Upgrading Windows Vista or Windows XP Systems to Windows 7
HP Personal Workstations Step-By- Step Instructions for Upgrading Windows Vista or Windows XP Systems to Windows 7 September 15, 2009 Introduction HP is committed to supporting our customer s operating
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...
Windows 7 XP Mode for HP Business PCs
Windows 7 XP Mode for HP Business PCs Table of Contents: Introduction...1 Disclaimer...1 Main features and benefits... 2 Hardware Requirements...2 Minimum Hardware Requirements... 3 Recommended Hardware
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
Computer Setup User Guide
Computer Setup User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. Bluetooth is a trademark owned by its proprietor and used by Hewlett-Packard Company under license. Intel is a trademark
HP ilo mobile app for Android
HP ilo mobile app for Android User Guide Abstract The HP ilo mobile app provides access to the remote console and scripting features of HP ProLiant servers. HP Part Number: 690350-003 Published: March
FTP Server Configuration
FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,
Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers
Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers integration note Abstract... 2 Installation requirements checklists... 3 HP ProLiant server checklist...
WHITE PAPER. Installing Microsoft Windows 98 on Compaq Armada E, M, and V Portable Products CONTENTS
WHITE PAPER March 2001 Prepared By CPCG Software Product Management Compaq Computer Corporation CONTENTS INTRODUCTION3 CLEAN INSTALLING WINDOWS 983 PREPARING FOR INSTALLATION3 MODIFYING A MICROSOFT DOS
Configuring HP Elite, EliteBook, and Z220 systems for Intel Smart Response Technology
Technical white paper Configuring HP Elite, EliteBook, and Z220 systems for Intel Smart Response Technology Table of contents Overview 2 System requirements 3 How to enable Intel Smart Response Technology
How to configure 802.1X authentication with a Windows XP or Vista supplicant
An HP ProCurve Networking Application Note How to configure 802.1X authentication with a Windows XP or Vista supplicant Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring
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...
Installing Microsoft Windows
Installing Microsoft Windows on HP Workstations with Advanced Format Hard Drives Technical white paper Table of contents Introduction... 2 Identifying an Advanced Format drive... 2 Installing Windows on
HP ThinShell. Administrator Guide
HP ThinShell Administrator Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of the Microsoft group of companies. Confidential computer
How to configure MAC authentication on a ProCurve switch
An HP ProCurve Networking Application Note How to configure MAC authentication on a ProCurve switch Contents 1. Introduction... 3 2. Prerequisites... 3 3. Network diagram... 3 4. Configuring the ProCurve
HP RDX Continuous Data Protection Software Quickstart Guide
HP RDX Continuous Data Protection Software Quickstart Guide *5697-3351* HP Part Number: 5697-3351 Published: May 2014 Edition: Fourth Copyright 2008 2014 Hewlett-Packard Development Company, L.P. Microsoft,
How To Use The Enhanced Write Filter On Windows Xp Embedded (Dota) With A Powerbook (Dot) And Powerbook 2 (Windows Xp) With An Overlay (Powerbook) With The Write Filter (Wfmgr) On A
Using the Enhanced Write Filter HP Windows XP Embedded-based thin clients: t5630 t57x0 Abstract... 2 Introduction... 2 Benefits of the Enhanced Write Filter... 2 Enhanced Write Filter Status Service...
HP ProLiant Cluster for MSA1000 for Small Business... 2. Hardware Cabling Scheme... 3. Introduction... 3. Software and Hardware Requirements...
Installation Checklist HP ProLiant Cluster for HP StorageWorks Modular Smart Array1000 for Small Business using Microsoft Windows Server 2003 Enterprise Edition November 2004 Table of Contents HP ProLiant
Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring
HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009
HP Compaq notebook common image white paper
HP Compaq notebook common image white paper Introduction... 2 System requirements and prerequisites... 2 Common image preparation using factory preinstalled Windows Vista images... 4 Configuring the Windows
How to Make a USB Bootable
/0/0 Ways to Make a USB Bootable - wiki How to Make a USB Bootable Five Methods: Ad Making a USB Drive to Install Any PC Operating System Making a Windows Vista or 7 Install Drive Creating a USB PC Repair
Implementing Gemalto Smart Card for Use with HP Compaq t5720 and HP CCI
Implementing Gemalto Smart Card for Use with HP Compaq t5720 and HP CCI Introduction............................................................ 2 Prerequisites............................................................
HP Online ROM Flash. User Guide
HP Online ROM Flash User Guide Part number: 216315-010 Tenth edition: March 2006 Legal notices Copyright 2000, 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject
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
Using PXE Technology on Compaq ProLiant Servers
White Paper December 2001 Prepared by: Industry Standard Server Group Compaq Computer Corporation Contents Introduction... 3 Importance of PE... 3 System Configuration Support... 4 Configuring the Target
Backup and Recovery User Guide
Backup and Recovery User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. Windows is a U.S. registered trademark of Microsoft Corporation. Product notice This user guide describes features
QuickSpecs. Overview. Compaq Remote Insight Lights-Out Edition
Overview M ODELS Remote Insight Lights-Out Edition 157866-001 New Remote Insight Lights-Out Edition provides virtual graphical control using any standard browser to your remote or data centre server, giving
Intel vpro Provisioning
Intel vpro Provisioning Introduction............................................................ 2 AMT Setup and Configuration............................................... 2 SMB Mode - AMT Setup and
Universal Management Service 2015
Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,
Embedded Operating Systems Selection Guide
Embedded Selection Guide Common features........................................................2 Advantages of embedded operating systems and thin client hardware................... 3 Windows XP Embedded
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
Microsoft Windows XP Service Pack 1 on Compaq Evo Notebooks
White Paper September 2002 Prepared by: PSG Notebook Software Marketing and Engineering Compaq Computer Corporation Contents Introduction... 3 Tested Systems... 3 Installation tips for Service Pack 1...
HP PolyServe Software 4.1.0 upgrade guide
HP StorageWorks HP PolyServe Software 4.1.0 upgrade guide This document describes how to upgrade to HP PolyServe Matrix Server 4.1.0, HP PolyServe Software for Microsoft SQL Server 4.1.0, and HP PolyServe
Backup and Recovery User Guide
Backup and Recovery User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. Windows is a U.S. registered trademark of Microsoft Corporation. Product notice This user guide describes features
Setting up SATA RAID on the HP xw4600, xw6600, and xw8600 Workstations
Setting up SATA RAID on the HP xw4600, xw6600, and xw8600 Workstations Introduction This document details the steps needed to setup RAID 0, RAID 1, RAID 5, and RAID 10 disk configurations on an HP xw4600,
Printing and Imaging Support on HP Compaq Thin Clients
Printing and Imaging Support on HP Compaq Thin Clients Overview.............................................................. 2 Microsoft Windows XP Embedded Operating System............................
ALTIRIS Deployment Solution 6.8 Preboot Automation Environment
ALTIRIS Deployment Solution 6.8 Preboot Automation Environment The information contained in the Altiris knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.
HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001
HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained
Using HP System Software Manager for the mass deployment of software updates to client PCs
Using HP System Software Manager for the mass deployment of software updates to client PCs Introduction... 2 HP manageability solutions... 2 SSM overview... 3 Software updates... 3 Why not SSM-enabled?...
HP Softpaq Download Manager and HP System Software Manager
Technical white paper HP Softpaq Download Manager and HP System Software Manager A Powerful Combination Table of contents Executive summary... 2 Overview of HP SDM and HP SSM... 2 Use case for HP SDM and
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management
Configuring DHCP Tags for HP Device Manager
Configuring DHCP Tags for HP Device Manager Demonstrates how to configure DHCP tags Technical white paper 2 Copyright 2013 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered
Transition from PATA optical disc drives to SATA optical disc drives
Transition from PATA optical disc drives to SATA optical disc drives Transition from PATA optical disc drives to SATA optical disc drives... 1 Background... 2 Scope... 2 Definitions... 2... 2 Bootable
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
HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner
HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner Document Version 3.42 December 2011 1 Copyright 2007-2011 Hewlett-Packard Development Company, L.P. The
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the
How to Restore a Windows System to Bare Metal
How to Restore a Windows System to Bare Metal This article applies to Barracuda Backup Server firmware version 5.4 and higher. Bare metal recovery allows you to restore a complete Microsoft Windows system,
HP OpenView Patch Manager Using Radia
HP OpenView Patch Manager Using Radia for the Windows and Linux operating systems Software Version: 2.0 Migration Guide February 2005 Legal Notices Warranty Hewlett-Packard makes no warranty of any kind
How to Configure Web Authentication on a ProCurve Switch
An HP ProCurve Networking Application Note How to Configure Web Authentication on a ProCurve Switch Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring the ProCurve
Synchronizing ProCurve IDM and Windows Active Directory
An HP ProCurve Networking Application Note Synchronizing ProCurve IDM and Windows Active Directory Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network and Active Directory tree diagrams... 2
This user guide describes features that are common to most models. Some features may not be available on your computer.
RAID User Guide Copyright 2011 Hewlett-Packard Development Company, L.P. Intel is a trademark of Intel Corporation in the U.S. and other countries. Microsoft and Windows are U.S. registered trademarks
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
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall
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.
In order to enable BitLocker, your hard drive must be partitioned in a particular manner.
ENABLE BITLOCKER ON WINDOWS VISTA - WITHOUT A TPM Requirements: You must be running Vista Enterprise or Vista Ultimate to enable BitLocker. Any other version of Vista is not compatible. It is recommended
Software Update, Backup, and Recovery
Software Update, Backup, and Recovery User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. Windows is a U.S. registered trademark of Microsoft Corporation. The information contained herein
Getting Started. rp5800, rp5700 and rp3000 Models
Getting Started rp5800, rp5700 and rp3000 Models Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows
HP OpenView Internet Services. SNMP Integration with HP Operations Manager for Windows White Paper
HP OpenView Internet Services SNMP Integration with HP Operations Manager for Windows White Paper Version: 1.00 Overview... 2 Prerequisites... 2 For HPOM Management Server... 2 For OVIS... 2 Configuration...
Microsoft Windows Compute Cluster Server 2003 Getting Started Guide
Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Part Number 434709-003 March 2007 (Third Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained
HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer
Survey Utility HP Industry Standard Servers June 2004 HP Insight Diagnostics Online Edition Technical White Paper Featuring Survey Utility and IML Viewer Table of Contents Abstract Executive Summary 3
SMART INSTALL CONTENTS. Questions and answers
SMART INSTALL Questions and answers CONTENTS Frequently asked questions...2 Compatibility...3 USB connection...3 Wired or wireless network connection...4 Software CD...5 After installation...6 Software
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...
QuickSpecs. HP Device Manager
OVERVIEW is enterprise-class thin client management software that allows customers to view their thin client assets remotely and to manipulate those thin clients to meet the required business need. To
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...
HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide
HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide Copyright and License 2008 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written
HP Compaq dc7800p Business PC with Intel vpro Processor Technology and Virtual Appliances
HP Compaq dc7800p Business PC with Intel vpro Processor Technology and Virtual Appliances Introduction............................................................ 2 What is Virtualization?....................................................2
SIRIS. Bare Metal Restore Guide
SIRIS Bare Metal Restore Guide Table of Contents Prerequisites 5 PXE Boot Configuration 6 Accessing Recovery Points 7 Setting BMR Preferences 9 gpxe USB Drive Configuration 10 Starting the BMR 11 Configuring
Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server
Using HP Systems Insight Manager to achieve high availability for Microsoft Team Foundation Server Executive summary... 2 Audience... 2 Architecture... 3 Prerequisite... 4 Deploying AT servers... 5 Configuring
Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers
Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Integration Note Introduction... 2 Deployment... 2 ESXi 5.0 deployment location options... 2 ESXi 5.0 image options... 2 VMware ESXi Image
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
Installing and Configuring Windows Server 2012 (20410) H4D00S
HP Education Services course data sheet Installing and Configuring Windows Server 2012 (20410) H4D00S Course Overview This course is part one of a series of three courses. Through this series you will
Plug-In for Informatica Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
TouchPad and Keyboard
TouchPad and Keyboard Document Part Number: 393522-001 October 2005 This guide explains the TouchPad and keyboard. Contents 1 TouchPad Identifying the Touchpad........................... 1 Using the TouchPad...............................
HP IMC User Behavior Auditor
HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC
HP Device Manager 4.7
Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...
HP dx5150 RAID Installation and Setup Guide Version 1.10. Document Part Number: 403571-001
HP dx5150 RAID Installation and Setup Guide Version 1.10 Document Part Number: 403571-001 July 2005 Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject
RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE
RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE Copyright 1996-2015 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any
Using Integrated and Discrete Graphics Simultaneously
Using Integrated and Discrete Graphics Simultaneously For HP Compaq 8200 Elite and 6200 Pro Series desktop models Table of contents Introduction... 2 System requirements... 2 Configuring the system...
HP ProLiant Support Pack and Deployment Utilities User Guide. June 2003 (Ninth Edition) Part Number 214611-009
HP ProLiant Support Pack and Deployment Utilities User Guide June 2003 (Ninth Edition) Part Number 214611-009 2000, 2003 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows NT are
QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview
Overview Upgrading or replacing your existing server? Migration is now an option! Replicate the server you are replacing using the software, the only product of its kind from a server vendor that provides
Using Integrated Lights-Out in a VMware ESX environment
Using Integrated Lights-Out in a VMware ESX environment 2 nd Edition Technology Brief Abstract... 2 ilo architecture in a virtualized environment... 2 The benefits of ilo in a virtualized environment...
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
NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V
NETFORT LANGUARDIAN INSTALLING LANGUARDIAN ON MICROSOFT HYPER V Instructions apply to installs on Windows Server 2012 R2 Before you begin When deployed in a Hyper V environment, LANGuardian will capture
Windows Server Update Services 3.0 SP2 Step By Step Guide
Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server
HP Mobile Remote Control (Select Models Only) User Guide
HP Mobile Remote Control (Select Models Only) User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. Windows and Windows Vista are either trademarks or registered trademarks of Microsoft Corporation
HP Server tc2120 Network Operating System Installation Guide
HP Server tc2120 Network Operating System Installation Guide For: Microsoft Windows 2000 Server and SP3 Microsoft Windows 2000 Server and Microsoft Small Business Server 2000 Microsoft Windows 2003 Server
THE. solution. STORe it. SHARE it.
THE small business solution THE HP Storageworks X510 Data Vault STORe it. SECURE it. SHARE it. T H E H P S t o r a g e w o r k s X 51 0 D a t a V a u l t data protection just got less puzzling If, like
