Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2

Size: px
Start display at page:

Download "Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2"

Transcription

1 Technical white paper Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2 Table of contents Summary 2 Add the Windows 2012 R2 Distribution Files to the Media Server 2 Add the Windows 2012 R2 Product Key Custom Attribute 2 Create the Windows 2012 R2 Scripted Install OS Build Plan 2 Create the Windows 2012 R2 Image Capture OS Build Plan 3 Create the Windows 2012 R2 Image Install OS Build Plan 4 Create an OS Build Plan to Install the Windows 2012 R2 Supplement Release for Service Pack for ProLiant 4 Limitations 5 For more information 5

2 Summary The Insight Control (IC) server provisioning appliance comes pre-packaged with OS Build Plans (OSBPs) that perform scripted and image installations. However, the OSBPs for scripted and image installs of Windows 2012 R2 will not be available until a future release of IC server provisioning. This technical paper will provide instructions to create an OSBP to deploy Windows 2012 R2 Standard and Datacenter editions via scripted or image install using the pre-packaged Windows 2012 OSBPs on the appliance. This document assumes that the reader is familiar with the IC server provisioning appliance and has the appropriate administrative rights to the appliance. Add the Windows 2012 R2 Distribution Files to the Media Server The distribution files must be added to the media server to successfully deploy Windows 2012 R2 via scripted install to a target server via a scripted install. To add the Windows 2012 R2 distribution files to the Media Server 1. On the Media Server, create the directory win2012r2-x64-en_us under the Media directory. The steps to create the OSBP expect the distribution files to be located at Media\win2012r2-x64-en_us. 2. Mount the Windows 2012 R2 iso and copy the files to the new Media\win2012r2-x64-en_us directory. Add the Windows 2012 R2 Product Key Custom Attribute The product key custom attribute is required for both Windows 2012 R2 scripted and image installs. To add the Windows 2012 R2 product key custom attribute: 1. On the IC server provisioning appliance, select Settings -> Facility Custom Attribute -> Edit. 2. Select Create facility custom attribute. 3. In the name field enter LicenseKey_Win2012R2-Std-x64 or LicenseKey_Win2012R2-DC-x64. This custom attribute name is different from the HP-provided Windows product key custom attributes defined in Settings -> Product Keys. 4. For the value field, enter the Actual Windows License key as provided by Microsoft. Create the Windows 2012 R2 Scripted Install OS Build Plan To create an OSBP that installs Windows 2012 R2 Standard edition via scripted installation 1. Create the Windows 2012 R2 Standard edition configuration file. a. On the IC server provisioning appliance, select the Configuration Files view. b. Make a copy of the Windows 2012 Standard x64 en_us Unattend configuration file by selecting c. Save the configuration file with the name Windows 2012 R2 Standard x64 en_us Unattend. Update d. Edit the new configuration file with the following changes: i. Under the <servicing> section, modify the version value of <assemblyidentity> tag to the appropriate Windows 2012 R2 iso version. This can be found by viewing the properties for the setup.exe file on the iso. 2

3 ii. Under the <ProductKey> section, modify the <key> value to This should match the custom attribute name defined in the Add the Windows 2012 R2 Product Key Custom Attribute section of this document. iii. Under <settings pass= specialize >, modify the <ProductKey> value to This should match the custom attribute name defined in the Add the Windows 2012 R2 Product Key Custom Attribute section of this document. iv. Under <Key>IMAGE/NAME</Key>, modify the <Value> value to Windows Server 2012 R2 SERVERSTANDARD. NOTE: Alternatively, you can provide your own Windows 2012 R2 unattend answer file created from scratch using Windows ADK. 2. Create the Scripted Install OSBP. a. Select the OS Build Plans view. b. Make a copy of the ProLiant OS Windows 2012 Standard x64 Scripted Install OSBP by selecting c. Save the OSBP with the name ProLiant OS - Windows 2012 R2 Standard x64 Scripted Install. Update d. Edit the new build plan with the following changes: i. For the first step, Validate Custom Attributes, change the Parameter field from ProductKey_Win2012-Std-x64 to LicenseKey_Win2012R2-Std-x64. ii. Remove the Config File Step 9, Windows 2012 Standard x64 en_us Unattend, with the new Config File step, Windows 2012 R2 Standard x64 en_us Unattend. Specify the Install Path as X:\Windows\Temp\Unattend.xml. iii. Modify the Parameter field for script Step 13, Run Windows 2012 x64 Setup to z:\media\win2012r2-x64-en_us\setup.exe. This should match the path created in the Add the Windows 2012 R2 Distribution Files to the Media Server section of this document. iv. Remove the Install ZIP Step 12, ProLiant Drivers for Windows b. The drivers from the b SPP are not supported on Windows 2012 R2. 3. To enable the Hyper-V role during the scripted install, at the end of the new build plan add in this order the Add Windows Hyper-V Role, the Reboot, and the Wait for HP SA Agent build plan script steps with the same script parameters as the last steps in the Windows OS build plan. The OSBP is complete and ready to deploy Windows 2012 R2 to a target server. To deploy Windows 2012 R2 Datacenter edition, follow Steps 1 and 2 above; however, use the Windows 2012 Datacenter x64 en_us Unattend configuration file, LicenseKey_Win2012R2-DC-x64 for the license key custom attribute, and Windows Server 2012 R2 SERVERDATACENTER for the image name value. Since a default Datacenter OSBP is not provided, continue to use the ProLiant OS Windows 2012 Standard x64 Scripted Install as the template OSBP. Create the Windows 2012 R2 Image Capture OS Build Plan The ProLiant OS Windows 2012 Standard x64 Image Capture OSBP can be used to capture the image of a target server running Windows 2012 R2 Standard or Datacenter editions. A separate OSBP is not necessary. However, the WimFileName custom attribute will need to be defined before the image capture or image install OSBPs can be used. To add the Windows 2012 R2 image file custom attribute: 1. On the IC server provisioning appliance, select Servers->Select Server->Custom Attribute -> Edit. 2. Select Create custom attribute. 3. In the name field enter WimFileName. 3

4 4. For the value field, enter win2k12r2.wim. The Windows 2012 Image Capture OSBP is ready to capture the Windows 2012 R2 image. Create the Windows 2012 R2 Image Install OS Build Plan To create an OSBP that installs Windows 2012 R2 via image installation: 1. Refer to Step 1 in the Create the Windows 2012 R2 Scripted Install OS Build Plan section of this document to create the configuration file. 2. Create the Image Install OSBP. a. Select the OS Build Plans view. b. Make a copy of the ProLiant OS Windows 2012 Standard x64 Image Install OSBP by selecting c. Save the OSBP with the name ProLiant SO - Windows 2012 R2 Standard x64 Image Install. Update d. Edit the new build plan with the following changes: i. For the first step, Validate Custom Attributes, change the Parameter field from ProductKey_Win2012-Std-x64 to LicenseKey_Win2012R2-Std-x64. ii. Remove the Config File Step 12, Windows 2012 Standard x64 en_us Unattend, with the new Config File step, Windows 2012 R2 Standard x64 en_us Unattend. Specify the Install Path The OSBP is complete and ready to deploy a Windows 2012 R2 image to a target server. To deploy Windows 2012 R2 Datacenter edition, follow Steps 1 and 2 above; however, use the Windows 2012 Datacenter x64 en_us Unattend configuration file, LicenseKey_Win2012R2-DC-x64 for the license key custom attribute, and Windows Server 2012 R2 SERVERDATACENTER for the image name value. Since a default Datacenter OSBP is not provided, continue to use the ProLiant OS Windows 2012 Standard x64 Image Install as the template OSBP. Create an OS Build Plan to Install the Windows 2012 R2 Supplement Release for Service Pack for ProLiant HP Service Pack for ProLiant (SPP) is the current publishing method for HP-provided drivers and related software. However, an SPP will not be available for use with the Windows 2012 R2 until early Until then, the Windows 2012 R2 Supplement Release for SPP is available. To install the Windows 2012 R2 Supplement Release to the Media Server and create an OSBP that installs the supplement: 1. On the Media Server, create the directory win2012r2-supplement under the Media\SPP directory. The steps to create the OSBP expect the distribution files to be located at Media\SPP\win2012r2- supplement. 2. Create the directories hp\swpackages within the win2012r2-supplement directory, for example Media\SPP\win2012r2-supplement\hp\swpackages. 3. Download the Windows 2012 R2 Supplement Release for SPP at ftp://ftp.hp.com/pub/softlib2/software1/supportpack-generic/p /v89111/msw2k12r2- rtmsupplement b.win.exe and place it under swpackages directory. 4. Execute the MSw2k12r2-rtmsupplement B.win.exe file to extract all components into the swpackages directory. 5. On the IC server provisioning appliance, select the OS Build Plans view. 6. Make a copy of the ProLiant SW Install Windows SPP OSBP by selecting 4

5 7. Save the OSBP with the name ProLiant SW Install Windows 2012 R2 Supplement SPP. Update the description field as needed. 8. Edit the new build plan to modify the Parameter field for script Step 4, Install Windows SPP to -- spp_version=win2012r2-supplement. This should match the new SPP directory created on the Media Server in Step 1. Limitations When viewing the target server properties on the appliance, the operating system value will reflect Windows 2012 x64 without the R2 indication. For more information To read more about Insight Control server provisioning, go to HP Insight Management Support Matrix HP Insight Control Server Provisioning Installation Guide HP Insight Control Server Provisioning Administrator Guide HP Insight Control Server Provisioning online help HP Insight Control Release Notes Get connected hp.com/go/getconnected Current HP driver, support, and security alerts delivered directly to your desktop Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein 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 , Created November 2013 Edition: 1.0 5

HPE Knowledge Article

HPE Knowledge Article HPE Knowledge Article HPE Integrated Lights-Out 4 (ilo 4) - How to Reset ilo Management Processor and ilo Password? Article Number mmr_sf-en_us000012649 Environment HPE Integrated Lights-Out 4 Issue Reset

More information

HP D6000 Disk Enclosure Direct Connect Cabling Guide

HP D6000 Disk Enclosure Direct Connect Cabling Guide HP D6000 Disk Enclosure Direct Connect Cabling Guide Abstract This document provides cabling examples for when an HP D6000 Disk Enclosure is connected directly to a server. Part Number: 682251-001 September

More information

HPE Knowledge Article

HPE Knowledge Article HPE Knowledge Article HPE Integrated Lights Out (ilo 5) for Gen10 Servers - What is System Recovery Set? Article Number mmr_sf-en_us000021097 Environment HPE Integrated Lights Out (ilo 5) HPE ProLiant

More information

HP Insight Control for Microsoft System Center Installation Guide

HP Insight Control for Microsoft System Center Installation Guide HP Insight Control for Microsoft System Center Installation Guide Abstract This guide describes installing HP Insight Control for Microsoft System Center. This guide is intended for use by system integrators

More information

HP Data Protector Integration with Autonomy IDOL Server

HP Data Protector Integration with Autonomy IDOL Server Technical white paper HP Data Protector Integration with Autonomy IDOL Server Introducing e-discovery for HP Data Protector environments Table of contents Summary 2 Introduction 2 Integration concepts

More information

HP Data Protector A disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2

HP Data Protector A disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2 HP Data Protector A.06.11 disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2 Technical white paper Table of contents Introduction... 2 Installation... 2 Preparing for Disaster

More information

HP Data Center Automation Appliance

HP Data Center Automation Appliance HP Data Center Automation Appliance DCAA at-a-glance Express Edition Software Version: 1.00 Release Date: April 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA Technical white paper Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4

More information

Intelligent Provisioning 1.70 Release Notes

Intelligent Provisioning 1.70 Release Notes Intelligent Provisioning 1.70 Release Notes Part Number: 680065-408 Published: October 2017 Edition: 1 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

Insight Control Server Provisioning Capturing and Installing SUSE Enterprise Linux 12 System Images

Insight Control Server Provisioning Capturing and Installing SUSE Enterprise Linux 12 System Images Technical white paper Insight Control Server Provisioning Capturing and Installing SUSE Enterprise Linux 12 System Images Table of contents Summary 2 Preparing for image capture 2 Sanitizing server image

More information

QuickSpecs HP Power Manager 4.2

QuickSpecs HP Power Manager 4.2 Overview HP Power Manager is a web-based application that enables administrators to manage an HP UPS from a browser-based management console. Administrators can monitor, manage, and control a single UPS

More information

QuickSpecs. What's New The addition of VMware ESX Server and VMware Virtual Infrastructure Node (VIN)

QuickSpecs. What's New The addition of VMware ESX Server and VMware Virtual Infrastructure Node (VIN) Overview HP supports, certifies, and sells VMware Virtualization software on HP ProLiant servers. VMware from HP provides a comprehensive suite of virtualization solutions designed expressly for mission-critical

More information

External Devices. User Guide

External Devices. User Guide External Devices User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

QuickSpecs. VMware Virtualization Software For HP ProLiant Servers. Overview

QuickSpecs. VMware Virtualization Software For HP ProLiant Servers. Overview Overview HP supports, certifies, and sells VMware Virtualization software on HP ProLiant servers. VMware from HP provides a comprehensive suite of virtualization solutions designed expressly for mission-critical

More information

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

Retired. For more information on HP's ProLiant Security Server visit:

Retired. For more information on HP's ProLiant Security Server visit: Overview The HP running Microsoft Internet Security & Acceleration (ISA) Server 2006 is an advanced firewall, VPN, and Web caching solution that can be quickly and easily deployed in multiple network environments

More information

Generating Unique System IDs (SIDs) after Disk Duplication using Altiris Deployment Solution

Generating Unique System IDs (SIDs) after Disk Duplication using Altiris Deployment Solution Generating Unique System IDs (SIDs) after Disk Duplication using Altiris Deployment Solution HP thin clients running Microsoft Windows Embedded Standard 2009 (WES) and Windows XP Embedded (XPe) Table of

More information

Available Packs and Purchase Information

Available Packs and Purchase Information Overview Rapid Deployment Pack (RDP) is a complete deployment solution for HP ProLiant servers. RDP automates the process of deploying and provisioning server software, enabling companies to quickly and

More information

HP Virtual Desktop Infrastructure with VMware View Overview

HP Virtual Desktop Infrastructure with VMware View Overview Overview HP Virtual Desktop Infrastructure (VDI) is an end-to-end client virtualization solution based on the best managed and virtualizationready HP ProLiant and BladeSystem servers, HP Storage Works

More information

VMware Virtualization Software For HP ProLiant Servers Overview

VMware Virtualization Software For HP ProLiant Servers Overview Overview HP supports, certifies, and sells VMware Virtualization software on HP ProLiant servers. VMware from HP provides a comprehensive suite of virtualization solutions designed expressly for mission-critical

More information

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA Technical white paper Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4 Process Overview

More information

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

External Media Cards User Guide

External Media Cards User Guide External Media Cards User Guide SD logo is a trademark of its proprietor. Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

Powering HP BladeSystem c7000 Enclosures

Powering HP BladeSystem c7000 Enclosures Powering HP BladeSystem c7000 Enclosures HOWTO Abstract... 2 Power draw of HP BladeSystem c7000 Enclosure... 2 Power Distribution...2 Uninterruptible Power Supplies... 6 For more information... 9 Call

More information

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support HP Data Protector 6.11 Technical white paper Table of contents 1. Assisted Manual Disaster Recovery... 2 2. Overview

More information

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1)

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1) Center Release Notes (v 8.2 and 8.2.1) Part Number: 832154-004a Published: April 2017 Edition: 2 Contents Center Release Notes (v 8.2 and 8.2.1)... 4 Description...4 Update recommendation... 4 Supersedes...

More information

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

Intelligent Provisioning 1.64(B) Release Notes

Intelligent Provisioning 1.64(B) Release Notes Intelligent Provisioning 1.64(B) Release Notes Part Number: 680065-407 Published: March 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

QuickSpecs HP Insight Rapid Deployment software 6.0

QuickSpecs HP Insight Rapid Deployment software 6.0 Overview HP Insight Rapid Deployment software is a complete deployment solution for ProLiant and Integrity servers. HP Insight Rapid Deployment software automates the process of deploying and provisioning

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

QuickSpecs. HPE Workload Aware Security for Linux. Overview

QuickSpecs. HPE Workload Aware Security for Linux. Overview Overview (WASL) is a one-click security compliance tool designed to secure Operating System and Applications. It is based on open architecture supplemented by years of security expertise and HPE Intellectual

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview

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

More information

QuickSpecs SmartStart TM Release 6.0

QuickSpecs SmartStart TM Release 6.0 S MARTSTART The ProLiant Essentials Foundation Pack, which includes the SmartStart CD and the Management CD ships standard with every ProLiant ML/DL Server. For more information on SmartStart, visit us

More information

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service Data sheet HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service HPE Technology Consulting HPE ConvergedSystem 700 for Hyper-V is a solution that allows you to acquire and deploy a virtualization

More information

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages August 2006 Executive summary... 2 HP Integrity VM overview... 2 HP Integrity VM feature summary...

More information

QuickSpecs. What's New. Models. HP ProLiant Essentials Performance Management Pack version 4.5. Overview. Retired

QuickSpecs. What's New. Models. HP ProLiant Essentials Performance Management Pack version 4.5. Overview. Retired Overview ProLiant Essentials Performance Management Pack (PMP) is a software solution that detects, analyzes, and explains hardware bottlenecks on HP ProLiant servers. HP Integrity servers and HP Storage

More information

HP Web Jetadmin 8.0 Credential Store Feature

HP Web Jetadmin 8.0 Credential Store Feature HP Web Jetadmin 8.0 Credential Store Feature Table of Contents: Overview...1 The Credential Store...1 Interacting with the Credential Store...2 Configuration of Device Credentials...2 Example...3 Credential

More information

QuickSpecs Microsoft Windows Server 2008

QuickSpecs Microsoft Windows Server 2008 Microsoft Windows Server 2008 is Microsoft's next generation operating system designed to be the most flexible and robust Windows Server operating system to date. Windows Server 2008 provides powerful

More information

Best Practices When Deploying Microsoft Windows Server 2008 R2 or Microsoft Windows Server 2008 SP2 on HP ProLiant DL980 G7 Servers

Best Practices When Deploying Microsoft Windows Server 2008 R2 or Microsoft Windows Server 2008 SP2 on HP ProLiant DL980 G7 Servers Best Practices When Deploying Microsoft Windows Server 2008 R2 or Microsoft Windows Server 2008 SP2 on HP ProLiant DL980 G7 Servers Technical white paper Table of contents Introduction... 2 OS Support

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

It is also available as part of the HP IS DVD and the Management DVD/HPSIM install.

It is also available as part of the HP IS DVD and the Management DVD/HPSIM install. Overview The HP is a web-based interface that consolidates and simplifies the management of individual ProLiant and Integrity servers running Microsoft Windows or Linux operating systems. By aggregating

More information

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi and vsphere. HP Part Number: 616896-409 Published: September

More information

NOTE: For more information on HP's offering of Windows Server 2012 R2 products, go to:

NOTE: For more information on HP's offering of Windows Server 2012 R2 products, go to: Overview Windows Server 2012 R2 captures Microsoft's experience of delivering global-scale cloud services to provide an enterprise-class server and cloud platform. It lets you optimize performance for

More information

QuickSpecs. HP StorageWorks Command View SDM. Models. Models Feature List

QuickSpecs. HP StorageWorks Command View SDM. Models. Models Feature List Overview HP Command View SDM is a powerful device management tool that reduces system administration overhead and allows the management of more storage with the same personnel greatly reducing total cost

More information

HP Notebook Stands Overview. HP Adjustable Display Stand. HP Display and Notebook Stand HP Dual Hinge Notebook Stand. HP LCD Monitor Stand

HP Notebook Stands Overview. HP Adjustable Display Stand. HP Display and Notebook Stand HP Dual Hinge Notebook Stand. HP LCD Monitor Stand Introduction include a range of convenient solutions and space-saving designs that easily connect to your HP Business Notebook and enable easy viewing and an ideal desktop computing environment. Models

More information

Marvell BIOS Utility User Guide

Marvell BIOS Utility User Guide Marvell BIOS Utility User Guide for HPE MicroServer Gen10 Abstract This user guide provides information on how to use the embedded Marvell BIOS Utility to create and manage RAID virtual disks and arrays.

More information

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HPE VMware ESXi and vsphere. Part Number: 818330-003 Published: April

More information

Data Replication in HP DMA

Data Replication in HP DMA Technical white paper Data Replication in HP DMA HP Database and Middleware Automation version 10.00 Data Replication and HP DMA To help HP Database and Middleware Automation (HP DMA) extend across broader

More information

QuickSpecs HP Insight with Microsoft System Center Essentials 2010

QuickSpecs HP Insight with Microsoft System Center Essentials 2010 Overview HP Insight with Microsoft System Center Essentials 2010 integrates management of your physical and virtual IT environmentsincluding servers, PCs, storage, networking devices and software-using

More information

HP 3PAR OS MU3 Patch 17

HP 3PAR OS MU3 Patch 17 HP 3PAR OS 3.2.1 MU3 Patch 17 Release Notes This release notes document is for Patch 17 and intended for HP 3PAR Operating System Software. HP Part Number: QL226-98310 Published: July 2015 Edition: 1 Copyright

More information

HP-UX Software and Patching Management Using HP Server Automation

HP-UX Software and Patching Management Using HP Server Automation HP-UX Software and Patching Management Using HP Server Automation Software Version 7.84, released August 2010 Overview... 2 Patch Management for HP-UX Prerequisites... 2 HP-UX Patching Features... 2 Importing

More information

Retired. HP Windows Server 2008R2 OEM licenses are available for purchase from HP or your local authorized reseller.

Retired. HP Windows Server 2008R2 OEM licenses are available for purchase from HP or your local authorized reseller. Overview Windows Server 2008 R2 builds on the award-winning foundation of Windows Server 2008, expanding existing technology and adding new features to enable organizations to increase the reliability

More information

HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System

HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System HP Insight Remote Support Advanced HP StorageWorks P4000 Storage System Migration Guide HP Part Number: 5900-1089 Published: August 2010, Edition 1 Copyright 2010 Hewlett-Packard Development Company, L.P.

More information

Configuring RAID with HP Z Turbo Drives

Configuring RAID with HP Z Turbo Drives Technical white paper Configuring RAID with HP Z Turbo Drives HP Workstations This document describes how to set up RAID on your HP Z Workstation, and the advantages of using a RAID configuration with

More information

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide

HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide HP ProLiant Agentless Management Pack (v 3.2) for Microsoft System Center User Guide Abstract This guide provides information on using the HP ProLiant Agentless Management Pack for System Center version

More information

Intelligent Provisioning 3.10 Release Notes

Intelligent Provisioning 3.10 Release Notes Intelligent Provisioning 3.10 Release Notes Part Number: 881705-002 Published: February 2018 Edition: 1 Copyright 2017, 2018 Hewlett Packard Enterprise Development LP Notices The information contained

More information

HP CloudSystem Matrix Federation using CSA

HP CloudSystem Matrix Federation using CSA Technical white paper HP CloudSystem Matrix Federation using CSA Integrating CSA and MOE for maximum Cloud agility Table of Contents Introduction 2 HP CloudSystem Matrix 2 HP Cloud Service Automation (CSA)

More information

Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP)

Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP) Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP) HOWTO Abstract... 2 Pre-integration tasks... 2 Pre-integration configuration... 2 Dynamic Host Configuration Protocol (DHCP)...3

More information

QuickSpecs. What's New HP 120GB 1.5Gb/s SATA 5400 rpm SFF HDD. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview

QuickSpecs. What's New HP 120GB 1.5Gb/s SATA 5400 rpm SFF HDD. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview Overview HP offers a variety of tested, HP-qualified, SMART* capable, SATA Hard Drives offering data integrity and availability in hotpluggable models. HP 3.5" and Small Form Factor (2.5") SATA drives

More information

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory July 2003 (Second Edition) Part Number 325398-002 2003 Hewlett-Packard Development Company, L.P. Microsoft and Windows

More information

Retired. Windows Server 2003 R2 with Service Pack 2 is available for purchase from HP with the following options:

Retired. Windows Server 2003 R2 with Service Pack 2 is available for purchase from HP with the following options: Microsoft Windows Server 2003 R2 is Microsoft's update release of the Windows Server 2003 operating system. The Windows Server 2003 platform is the most mature, manageable and cost effective way to deliver

More information

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired

QuickSpecs. HP Client Virtualization with Citrix XenDesktop. Overview. Retired Overview The HP and Citrix Client Virtualization Solution is a seamless end-to-end client virtualization infrastructure solution that allows administrators to provide one of the best managed desktop and

More information

HP Chassis Accessories Overview. Model HP (dc7900) PCI Riser Board

HP Chassis Accessories Overview. Model HP (dc7900) PCI Riser Board HP PCI Riser Boards Easily install an HP PCI Riser Board in your HP Business small form factor desktop to gain two additional PCI slots. This PCI Riser Board can be added into your small form factor desktop

More information

Retired. HP NC7771 PCI-X 1000T Gigabit Server Adapter Overview

Retired. HP NC7771 PCI-X 1000T Gigabit Server Adapter Overview Overview The NC7771 supports 10/100/1000Mbps Ethernet speeds as well as a PCI-X 64-bit/133MHz data path and it is backwards compatible with existing PCI bus architectures. Additionally, the NC7771 ships

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP SiteScope Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only warranties

More information

HP integrated Citrix XenServer Online Help

HP integrated Citrix XenServer Online Help HP integrated Citrix XenServer Online Help Part Number 486855-002 September 2008 (Second Edition) Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

HP Automation Insight

HP Automation Insight HP Automation Insight For the Red Hat Enterprise Linux and SUSE Enterprise Linux operating systems AI SA Compliance User Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal Notices

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

QuickSpecs. Models SATA RAID Controller HP 6-Port SATA RAID Controller B21. HP 6-Port SATA RAID Controller. Overview.

QuickSpecs. Models SATA RAID Controller HP 6-Port SATA RAID Controller B21. HP 6-Port SATA RAID Controller. Overview. Overview HP 6 Port SATA RAID controller provides customers with new levels of fault tolerance for low cost storage solutions using SATA hard drive technologies. Models SATA RAID Controller 372953-B21 DA

More information

HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide

HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide Copyright 2010 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession,

More information

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

HPE BladeSystem c3000 Enclosure Quick Setup Instructions

HPE BladeSystem c3000 Enclosure Quick Setup Instructions HPE BladeSystem c3000 Enclosure Quick Setup Instructions Part Number: 446990-007 2 Site requirements Select an installation site that meets the detailed installation site requirements described in the

More information

QuickSpecs. HP 1U Rackmount Keyboard with USB. Overview

QuickSpecs. HP 1U Rackmount Keyboard with USB. Overview Overview HP's second generation rackmount keyboard combines a full size keyboard with touch pad in a 1U format with room to mount an HP KVM Switch behind it. The 1U Rackmount Keyboard includes a three

More information

Configuring LDAP Authentication for HPE OBR

Configuring LDAP Authentication for HPE OBR Technical White Paper Configuring LDAP Authentication for HPE OBR For the Windows and Linux Operation System Software Version 10.00 Table of Contents Introduction... 2 Supported Directory servers for LDAP...

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

External Media Cards. User Guide

External Media Cards. User Guide External Media Cards User Guide Copyright 2006 Hewlett-Packard Development Company, L.P. SD Logo is a trademark of its proprietor. The information contained herein is subject to change without notice.

More information

HP NC7771 PCI-X 1000T

HP NC7771 PCI-X 1000T Overview The NC7771 supports 10/100/1000Mbps Ethernet speeds as well as a PCI-X 64-bit/133MHz data path and it is backwards compatible with existing PCI bus architectures. This range of features enables

More information

HP Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager HP Virtual Connect Enterprise Manager Data Migration Guide HP Part Number: 487488-001 Published: April 2008, first edition Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

QuickSpecs. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview

QuickSpecs. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview Overview HP offers a variety of tested, HP-qualified, SMART* capable, SATA Hard Drives offering data integrity and availability in hotpluggable models. HP Large Form Factor (3.5-inch) and Small Form Factor

More information

HPE Basic Implementation Service for Hadoop

HPE Basic Implementation Service for Hadoop Data sheet HPE Basic Implementation Service for Hadoop HPE Technology Consulting The HPE Basic Implementation Service for Hadoop configures the hardware, and implements and configures the software platform,

More information

External Media Cards User Guide

External Media Cards User Guide External Media Cards User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. SD Logo is a trademark of its proprietor. The information contained herein is subject to change without notice.

More information

HPE Digital Learner Server Management Content Pack

HPE Digital Learner Server Management Content Pack Content Pack data sheet HPE Digital Learner Server Management Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP002 Category 1 20 Hours View now This Content Pack

More information

Models HP NC320T PCI Express Gigabit Server Adapter B21

Models HP NC320T PCI Express Gigabit Server Adapter B21 Overview The HP NC320T server adapter is a single port Gigabit Ethernet network adapter for Local Area Networks using copper cabling. The NC320T is a single lane (x1), serial device designed for PCI Express

More information

QuickSpecs. Microsoft Windows Server 2012 R2. Overview

QuickSpecs. Microsoft Windows Server 2012 R2. Overview Overview Windows Server 2012 R2 captures Microsoft's experience of delivering global-scale cloud services to provide an enterprise-class server and cloud platform. It lets you optimize performance for

More information

WLAN high availability

WLAN high availability Technical white paper WLAN high availability Table of contents Overview... 2 WLAN high availability implementation... 3 Fundamental high availability technologies... 3 AP connection priority... 3 AC selection...

More information

HP Fortify Scanning Plugin for Xcode

HP Fortify Scanning Plugin for Xcode HP Fortify Scanning Plugin for Xcode Software Version: 4.40 User Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The only warranties for HP products

More information

System information update for system board replacement events

System information update for system board replacement events System information update for system board replacement events Standard Operating Procedure (SOP) When you replace the system board on the HP Pro Tablet 608 G1, the system s EEPROM is not able to detect

More information

Intelligent Provisioning 2.70 Release Notes

Intelligent Provisioning 2.70 Release Notes Intelligent Provisioning 2.70 Release Notes Part Number: 794361-401a Published: December 2017 Edition: 2 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

ALM. What's New. Software Version: Go to HELP CENTER ONLINE

ALM. What's New. Software Version: Go to HELP CENTER ONLINE ALM Software Version: 12.55 What's New Go to HELP CENTER ONLINE http://admhelp.microfocus.com// Document Release Date: August 2017 Software Release Date: August 2017 ALM ALM (12.55) Page 2 of

More information

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes HPE Automatic Number Plate Recognition Software Version: 14.5.0 Automatic Number Plate Recognition Release Notes Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 Importing Templates from Similar Operating Systems Table of contents Overview... 2 Preparation... 2 Template preparation... 2 Modifying an exported XML template...

More information

HP (10 Sets) 600/800 TWR Bezel Support Kit

HP (10 Sets) 600/800 TWR Bezel Support Kit HP (10 Sets) 600/800 TWR Bezel Help secure the fit of your after-market optical disk drive into your desktop chassis with the HP (10 Sets) 600/800 TWR Bezel. HP (10 Sets) 600/800 TWR Bezel HP (10 Sets)

More information

HPE ESXi Offline Bundle

HPE ESXi Offline Bundle HPE ESXi Offline Bundle HPE Offline bundle for VMware ESXi includes HPE CIM Providers. It is recommended that customers update to the latest version on supported ProLiant at their earliest convenience.

More information

HP Chassis Accessories Overview. Model HP (USDT) PCI Riser Board. HP (dc7800 SFF) PCI Riser Board

HP Chassis Accessories Overview. Model HP (USDT) PCI Riser Board. HP (dc7800 SFF) PCI Riser Board HP PCI s Easily install HP PCI s in your HP Business small form factor desktop and ultra-slim desktop to gain two additional PCI slots. These PCI s can be added into your HP Compaq dc7600, dc7700 and dc7800

More information

Imaging the HP Z240 Workstation

Imaging the HP Z240 Workstation Technical white paper Imaging the HP Z240 Workstation with Windows 10 Pro (64-bit) and Microsoft Deployment Toolkit (MDT) 2013 v1.2 A system image enables you to automate the deployment of computers in

More information

ProLiant Cluster HA/F500 for Enterprise Virtual Array Introduction Software and Hardware Pre-Checks Gathering Information...

ProLiant Cluster HA/F500 for Enterprise Virtual Array Introduction Software and Hardware Pre-Checks Gathering Information... Installation Checklist HP ProLiant Cluster F500 for Enterprise Virtual Array 4000/6000/8000 using Microsoft Windows Server 2003, Enterprise Edition Stretch Cluster May 2005 Table of Contents ProLiant Cluster

More information

QuickSpecs Microsoft Windows MultiPoint Server 2011

QuickSpecs Microsoft Windows MultiPoint Server 2011 Overview Built on Windows Server technology, MultiPoint Server enables multiple local stations to be connected to one computer. Several users can then share one computer at the same time, which enables

More information