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

Size: px
Start display at page:

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

Transcription

1 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 Domain Name Service (DNS)... 3 Network Time Protocol (NTP)... 3 Network File System (NFS)... 3 Trivial File Transfer Protocol (TFTP)... 3 Setting up installation repositories... 4 Creating a HP SIM Web launch tool for LinuxCOE...4 Configuring LinuxCOE... 5 Configuring SSSTK... 5 Deploying the PSP... 5 Using the deployment service... 8 Possible deployment service enhancements For more information Call to action... 19

2 Abstract The purpose of this HOWTO is to help experienced Linux administrators integrate HP tools to manage Linux deployments. The following HP tools provide the capability to manage the hardware, firmware, provisioning, and agent installation. These tools also provide a framework for monitoring and basic configuration management: HP Systems Insight Manager (SIM) SmartStart Scripting Toolkit (SSSTK) Linux Common Operating Environment (LinuxCOE) ProLiant Support Pack (PSP) Pre-integration tasks To prepare for installation, review the respective documentation and complete the following tasks: IMPORTANT The remainder of this document assumes you utilize the default locations and configurations for these tool installations. HP Systems Insight Manager Install HP SIIM; it will be configured as the primary management and deployment interface. For information on HP SIM, see _USEN. HP SmartStart Scripting Toolkit (SSSTK) Install the SSSTK onto the server configured with HP SIM. For information on the SSSTK, see Enhanced Scripts for Linux Overlay the Enhanced Scripts for Linux into the same installation path as the SSSTK. For information on the Enhanced Scripts for Linux, see Common Operating Environment (LinuxCOE) Install LinuxCOE as the provisioning web interface. For information on LinuxCOE, see HP ProLiant Support Pack (PSP) Obtain the desired versions of the PSP for your target systems. For information on the PSP, see 002_USEN. Pre-integration configuration For simplicity, all of the necessary components and services will be co-located on one deployment service host (referred to as LinuxDeploymentHost). This includes the four main tools, plus the ancillary items that are required to provide such a service for Linux target systems. Test the success of your installation process so far by access the following web interfaces: HP SIM LinuxCOE Begin the base integration for the Linux deployment implementation by configuring the following services on top of the existing installation of the four main tools: 2

3 Dynamic Host Configuration Protocol (DHCP) Domain Name Service (DNS) Network Time Protocol (NTP) Network File System (NFS) Trivial File Transfer Protocol (TFTP) Dynamic Host Configuration Protocol (DHCP) When integrating the HP tools, DHCP provides the primary link between the Linux deployment service and the Preboot execution Environment (PXE) and the Trivial File Transfer Protocol (TFTP) services. After configuring DHCP on a system, it can access a network bootable kernel and file system. The following is an example of the directives that apply to any hosts needing Linux deployments: next-server IPAddress ; filename pxelinux.0 ; The Linux deployment server can be designated as the IPAddress parameter for "next server," to provide the TFTP service for PXE booting so that all of the related files may be managed on a single host. DHCP is loosely coupled to the implementation. However, some level of synergy is achieved if this service resides on the same host as the Linux deployment service. Another possible configuration option is to couple this service with DNS through Dynamic DNS options so that it can update the hostname to IP mapping automatically. Domain Name Service (DNS) For both Dynamic DNS and Static DNS, make sure that the service is available for use in the environment. DNS is loosely coupled to the implementation. Network Time Protocol (NTP) Configure a reliable network time source. Make sure this service is running and that DHCP delivers such information to its DHCP offers. NTP is also a loosely coupled service. Network File System (NFS) Files are served to the host being installed over NFS. In particular, the Linux deployment host should export the following: The prefix of the SSSTK installation An area for SSSTK profiles, to store captured configuration information To configure SSSTK, complete the following /etc/exports entries and then restart the NFS services: /opt/ssstk *(ro,sync,no_root_squash) /opt/ssstk_profiles *(rw,sync,no_root_squash) Trivial File Transfer Protocol (TFTP) The TFTP service usually resides on the Linux deployment host, since many of the files are already there or generated there upon demand. With hosts capable of PXE, the network boot process relies on the DHCP next server directive, which points to the host offering this service. Copy, or link, the designated files of the SSSTK and Enhanced Scripts for Linux to your TFTP daemon's serving directory, and make sure that the filename designated in the DHCP settings is present and accessible. 3

4 Setting up installation repositories Most often, for community or freely available Linux distributions, the locations of Linux repositories referenced by the installed LinuxCOE instance will be satisfactory. If necessary, the repository references can be modified to point to local mirrors of the distribution, usually maintained via rsync. When deploying one of the Enterprise Linux offerings from Oracle, Novell, or RedHat, create a repository from the ISO images that are available for download with your registration or subscription. For this situation, a tool, such as mrepo, can create a repository, complete with apt or yum indices. In any of the above scenarios, make sure that LinuxCOE is configured to use the repositories by completing the following steps (all relative to the LinuxCOE installation prefix): Locate the respective file for the Linux distribution in the directory osvend.d. Copy the file to etc/osvend.d. Modify the six parameters following the OSVEND keyword to match the access path of the repository, accounting for the desired values regarding distribution, version, and architecture. Creating a HP SIM Web launch tool for LinuxCOE To integrate HP SIM and LinuxCOE, such that HP SIM can directly call this tool from its menus, follow these steps: 1. Create a temporary file as follows: NOTE Make sure to use appropriate values for the SomeUser and LinuxDeploymentHost placeholder tokens. <?xml version="1.0" encoding="utf-8"?> <tool-list> <web-launch-tool name="linuxcoe-systemdesigner" revision=" "> <category>local Tools</category> <description>linuxcoe SystemDesigner</description> <execute-as-user>someuser</execute-as-user> <toolbox-enabled value="true" /> <web-block accepts-targets="true"> <main-url> <target-format>%f%z%(,%f%z%)</target-format> </web-block> <attribute name="menu-path">deploy Operating System</attribute> <!--attribute name="target-frame">wjaframe</attribute--> </web-launch-tool> </tool-list> 4

5 2. From the command line of your HP SIM host, run (as root) the following command to complete this integration: mxtool -a -f FullPathToAboveFile 3. The new item displays in the Deploy -> Operating Systems menu. After selecting a target (or multiple), you will be able to work through the interface. Configuring LinuxCOE To configure LinuxCOE to deliver the necessary files to the target systems during network booting, complete the following steps: 1. Locate the etc/linuxcoe.rc file in the installation prefix for LinuxCOE. 2. Change the following lines: #SIM /SomeWritableDirectoryPath #POST_TRIGGER /opt/systemdesigner/4/test_trigger - To - SIM /opt/ssstk/data_files/coe_data POST_TRIGGER /opt/ssstk/extra_utils/linuxcoe/copy-coe-data 3. Save the etc/linuxcoe.rc file. 4. Reload the LinuxCOE interface from the HP SIM menu. After completing these steps, specify one or more serial numbers of your HP ProLiant server to associate with the installation. The server's serial number identifies the ProLiant server (as key for SSSTK) and can be found in the following locations: The serial number is listed on the outside of the shipping box and on the system itself. The serial number is visible from ilo access. The serial number can be determined for systems running Linux through the command line dmidecode utility. Configuring SSSTK To configure SSSTK to use the file that LinuxCOE now delivers, complete the following steps: 1. Locate the file /opt/ssstk/scripts/includes 2. Modify the contents, setting export LinuxCOE=1 Deploying the PSP To simplify PSP deployment, configure a Value-Add Module to be included with LinuxCOE deployments, by completing the following steps: 1. Obtain and download the latest PSP versions that match your particular hardware set and Linux distribution needs. 5

6 NOTE The following example uses the PSP version 8.25 for RedHat Enterprise Linux version Following the Value-Add Module documentation in the LinuxCOE administration guide to perform the following steps: 1. Locate the etc/linuxcoe.rc file in the installation prefix. 2. Modify the file to include the line ADDONS PSP. NOTE The PSP parameter can be appended, if the ADDONS line is already present. 3. In the LinuxCOE installation prefix, create the file PSP in the addons directory. Below is an example addons/psp file (path adjustments may be necessary for your local situation): ## # PSP Value-Add Module configuration: ## # CONFIG -> Absolute filesystem path to the Value-Add Module configuration file CONFIG /srv/linuxcoe/psp/8.25/psp.cfg # HELP_URL -> what path to present for 'Click on bundle for help' # # What entries in yum.conf reference this depot? YUM-RPM = { [PSP] name=proliantsupportpack baseurl=@method@@waystation@/linuxcoe/psp/8.25/yum/@distro@/@ VERSION@/@ARCH@ } DEFAULT-BUNDLES = { PSP-8.25 } 3. Create the actual repository to deliver the PSP to the target systems at installation time by completing the following steps: 1. Obtain the LinuxCOE SystemDesigner-contrib file: value-add-module.tar from the project download site, which has the basic structure of a Value-Add Module repository and tools to set up and maintain it. 2. Unpack value-add-module.tar in the directory /srv/linuxcoe/psp/

7 3. Move to the /srv/linuxcoe/psp/8.25 directory. 4. Create a PSP.cfg file for the module configuration to reference the bundle of packages you are installing. An example PSP.cfg file follows: PSP-8.25 : RedHat : 5.3Server : i386 : PSP-help.html : cpqacuxe, cpq_cciss, hpacucli, hpahcisr, hpdiags, hp-fc-enablement, hp-health, hp-ilo, hpmouse, hponcfg, hp-openipmi, hpsmh, hp-smh-templates, hp-snmp-agents, mptlinux 5. Setup the repository structure:./bin/setup-rpm RedHat 5.3Server i Unpack the PSP you downloaded into this newly created directory structure: cd RedHat/5.3/i386/RPMS tar -zxvf <PSPFileName> cd - 4. Create the yum indices by completing the following steps: 1. Ensure you have the createrepo packaged installed. 2. Move to the top-level of your module cd /srv/linuxcoe/psp/ Modify the content of etc/yum-ize.cf to match your respective settings and ensure you have the specified log directory setup with permissions allowing write for the user invoking the command. #! /bin/sh ORIGIN="HP" URL="/LinuxCOE" PREFIX="/srv/LinuxCOE" ADDON="PSP" ADDON_VER="8.25" COMPONENT="PSP" SRCDIR=${PREFIX}/${ADDON} TOPDIR=${PREFIX}/${ADDON}/${ADDON_VER}/yum export PATH=/usr/local/bin:$PATH LOGDIR=/var/log/yum-ize LOGFILE=${LOGDIR}/${ADDON}_`basename $0` SOURCES_LIST=${TOPDIR}/yum.conf 5. Invoke bin/yum-ize -F -f etc/yum-ize.cf. 7

8 Using the deployment service To use the Linux deployment service to install and configure a target system, complete the following steps: 1. Start the HP SIM homepage 2. Log in to the application. Figure 1. HP SIM homepage 3. Select Deploy > Operating System > LinuxCOE SystemDesigner, and then select a target ProLiant server to deploy. NOTE This integration is loosely coupled, in that the target selection is not applied to further LinuxCOE processing. 4. Choose the Boot Image option, and enter the serial number of one (or more) ProLiant servers. 8

9 5. Select the desired distribution, version, and architecture and then click Continue. Figure 2. LinuxCOE SystemDesigner 6. Select Custom - You choose what to install for System Profile, and then select the install method, boot image, and network interface for your environment. 9

10 7. Click Continue. Figure 3. Defining image parameters 10

11 8. Select a valid waystation and the localization settings for your environment, and then click Continue. Figure 4. Localization settings 11

12 9. In the bundles sections, ensure that the configured PSP displays or review that portion of the setup process. Select the file sets and the PSP bundle appropriate for your environment to install, and then click Continue. Figure 5. Components to install 12

13 10. Adjust the simple partitioning parameters for your environment, and then click Continue. Figure 6.Disk partitioning parameters 13

14 11. Review the settings, enter an install time root password, and then click Go For It!. Figure 7. Confirm data 14

15 12. After the image is created, a page appears that shows a set of files to boot from based on the target ProLiant serial number. Figure 8. File sets 13. Connect to the ilo console of the ProLiant server, either through the web interface or directly through the secure shell. 14. Start the boot process and press the F12 key during startup to perform a network boot. 15

16 15. When the SSSTK boot information displays, select Capture to boot the server, query, and store all the parameters. Figure 9. Server parameters 16. Upon completion, the system reboots using the network boot. Enter Toolkit to install the target system according to your designated LinuxCOE SystemDesigner preferences. Figure 10. Boot toolkit 17. The remaining process are unattended and complete as follows: 1. The SSSTK refreshes the stored hardware and firmware settings to the last captured state. 16

17 2. The SSSTK transfers the installation information to a temporary on-disk location. Figure 11. Deployment processes 18. The system reboots to complete the installation, and depending upon the settings, may even reboot into the final installed system. Figure 12. Installation completion 17

18 After the above process completes, the configuration is complete. Figure 13. Installation complete Possible deployment service enhancements The deployment services outlined in this document provide the ability to design an HP ProLiant server, with its associated serial number, to receive a Linux deployment. By integrating the various component services, a completed server can be installed with minimal manual interaction. Possible enhancements for the deployment process could include the following: The HP SIM LinuxCOE integration is still loosely coupled at this point. It would be nice to have the target selection deliver the appropriate serial number, and then help launch the respective ilo interface. The SSSTK can also perform firmware upgrades. This can be done by integrating the HP Smart Update Manager. Explore the other modes of the LinuxCOE, especially the use of profiles and the capability to retrofit value-add modules on an existing system. As configured above, the PSP installs only on the target system. Given some further configuration, the PSP agents can be pointed at HP SIM to deliver traps and notifications to your control panel. Additionally, you can utilize the HP Software Delivery Repository to obtain and install the PSP. 18

19 For more information For additional information, refer to the resources listed below. Resource Hyperlink HP Linux Common Operating Environment (LinuxCOE) ProLiant Support Pack mrepo p/index.html?jumpid=reg_r1002_usen rsync SmartStart Scripting Toolkit HP Enhanced Scripts for Linux (SSSTK) HP Software Delivery Repository tion.html#scr HP Linux Common Operating Environment (LinuxCOE) ProLiant Support Pack p/index.html?jumpid=reg_r1002_usen Call to action Send comments about this paper to: 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 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. AMD, AMD Opteron, and AMD-V are a trademark of Advanced Micro Devices, Inc. Intel and Itanium is a or registered trademark of Intel Corporation or its subsidiaries in the United States and other countries Microsoft, Windows Server, and Hyper-V are US registered trademarks of Microsoft Corporation. TC091201HT, December 2009

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

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

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 BladeSystem Matrix Compatibility Chart

HP BladeSystem Matrix Compatibility Chart HP BladeSystem Matrix Compatibility Chart For supported hardware and software, including BladeSystem Matrix firmware set 1.01 Part Number 512185-003 December 2009 (Third Edition) Copyright 2009 Hewlett-Packard

More information

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number HP Online ROM Flash User Guide July 2004 (Ninth Edition) Part Number 216315-009 Copyright 2000, 2004 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required

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

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

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 Server Updates Catalog for System Center Configuration Manager 2007 User Guide

HP Server Updates Catalog for System Center Configuration Manager 2007 User Guide HP Server Updates Catalog for System Center Configuration Manager 2007 User Guide HP Part Number: Part Number 615495-001 Published: May 2011 (Second Edition) Notices Copyright 2011 Hewlett-Packard Development

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

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

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

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

HP Integrity Servers and HP 9000 Servers Firmware Update Options

HP Integrity Servers and HP 9000 Servers Firmware Update Options HP Integrity Servers and HP 9000 Servers Firmware Update Options HP Part Number: 5900-2655 Published: March 2013 Edition: 4 Copyright 2010, 2013 Hewlett-Packard Development Company, L.P The information

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

HPE StoreVirtual OS Update Guide

HPE StoreVirtual OS Update Guide HPE StoreVirtual OS Update Guide Abstract This guide is intended for system administrators who are responsible for updating to the latest versions of software for StoreVirtual storage. Part Number: 865551-002

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 Insight Control Server Deployment 7.2

HP Insight Control Server Deployment 7.2 HP Insight Control Server Deployment 7.2 User Guide HP Part Number: 656830-003 Published: March 2013 Edition: 1 Copyright 2003, 2013 Hewlett-Packard Development Company, L.P. Confidential computer software.

More information

QuickSpecs. Useful Web Sites For additional information, see the following web sites: Linux Operating System. Overview. Retired

QuickSpecs. Useful Web Sites For additional information, see the following web sites: Linux Operating System. Overview. Retired Overview NOTE: HP no longer sells RHEL and SLES on Integrity servers. HP will continue to support RHEL 5 on Integrity servers until Red Hat's end of support life date for RHEL 5 (March 31st, 2017). HP

More information

Introduction to HPE ProLiant Servers HE643S

Introduction to HPE ProLiant Servers HE643S Course data sheet Introduction to HPE ProLiant Servers HE643S HPE course number Course length Delivery mode View schedule, local pricing, and register View related courses HE643S 2 Days ILT, VILT View

More information

Free, Libre, Open Source Expertise Center (FLOSEC) EMEA. LinuxCOE. Bruno Cornec. Open Source and Linux Technology Consultant

Free, Libre, Open Source Expertise Center (FLOSEC) EMEA. LinuxCOE. Bruno Cornec. Open Source and Linux Technology Consultant Free, Libre, Open Source Expertise Center (FLOSEC) EMEA Bruno Cornec Open Source and Linux Technology Consultant 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject

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

HPE Insight Management Agents Installation Guide

HPE Insight Management Agents Installation Guide HPE Insight Management Agents 10.60 Installation Guide Abstract This guide provides information about the Hewlett-Packard Enterprice Insight Management Agents software Installation and Configuration procedures.

More information

CMU : Cluster Management Utility. CMU diskless user s guide Version 4.0, January 2009

CMU : Cluster Management Utility. CMU diskless user s guide Version 4.0, January 2009 CMU : Cluster Management Utility CMU diskless user s guide Version 4.0, January 2009 Version 4.0 January 2009 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005)

MSA1500csReleaseNotes8_ txt MSA1500cs ReleaseNotes. hp StorageWorks Modular Smart Array 1500 cs Release Notes. Third Edition (February 2005) MSA1500cs ReleaseNotes hp StorageWorks Modular Smart Array 1500 cs Release Notes Third Edition (February 2005) Publication of the third edition of this document coincides with the release of MSA1500 cs

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 Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers

Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers Support Notes for Red Hat Enterprise Linux ES v.4.6 for HP Integrity Servers HP Part Number: 5992-2417 Edition: 1, E0108 Copyright 2007 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

Automated Provisioning of a Blade Infrastructure

Automated Provisioning of a Blade Infrastructure Automated Provisioning of a Blade Infrastructure Doug Hart TSG Solution Alliances Engineering Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Intelligent Provisioning 3.00 Release Notes

Intelligent Provisioning 3.00 Release Notes Intelligent Provisioning 3.00 Release Notes Part Number: 881705-001b Published: October 2017 Edition: 3 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions HPE 3PAR OS 3.2.2 MU3 Patch 97 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 97 on the HPE 3PAR Operating System Software. This document is for Hewlett Packard

More information

Intelligent Provisioning User Guide for HPE ProLiant Gen9 Servers and HPE Synergy

Intelligent Provisioning User Guide for HPE ProLiant Gen9 Servers and HPE Synergy Intelligent Provisioning User Guide for HPE ProLiant Gen9 Servers and HPE Synergy Abstract This document details how to access and use the Intelligent Provisioning software, including tasks such as installing

More information

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

Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2 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

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

HP OneView for VMware vcenter User Guide

HP OneView for VMware vcenter User Guide HP OneView for VMware vcenter User Guide Abstract This document contains detailed instructions for configuring and using HP OneView for VMware vcenter (formerly HP Insight Control for VMware vcenter Server).

More information

HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide

HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide HP ProLiant Hardware Inventory Tool for Configuration Manager 2007 User Guide HP Part Number: Part Number 530778-003 Published: May 2010 (Fourth Edition) Notices Copyright 2009, 2010 Hewlett-Packard Development

More information

HP ProLiant Server OS Deployment for System Center Configuration Manager 2007 Troubleshooting Assistant

HP ProLiant Server OS Deployment for System Center Configuration Manager 2007 Troubleshooting Assistant HP ProLiant Server OS Deployment for System Center Configuration Manager 2007 Troubleshooting Assistant HP Part Number: Part Number 577804-004 Published: November 2010 (First Edition) Notices Copyright

More information

Configuring the MSA1000 for Linux or NetWare Environments

Configuring the MSA1000 for Linux or NetWare Environments White Paper September 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the new firmware for the MSA1000...1 Prerequisites...3 Firmware Upgrades:...3 Environmental

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

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

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

Intelligent Provisioning User Guide for HPE ProLiant Gen10 Servers and HPE Synergy

Intelligent Provisioning User Guide for HPE ProLiant Gen10 Servers and HPE Synergy Intelligent Provisioning User Guide for HPE ProLiant Gen10 Servers and HPE Synergy Abstract This document details how to access and use the Intelligent Provisioning software, including tasks such as installing

More information

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations Technical Note Revised October 2006 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Configuring the StorageWorks MSA1000 and MSA1500cs for External Boot with NetWare Considerations...3

More information

Integrating HP OpenView Service Desk and HP Systems Insight Manager

Integrating HP OpenView Service Desk and HP Systems Insight Manager Integrating HP OpenView Service Desk and HP Systems Insight Manager Introduction... 2 ACES XML Import... 3 Importing items as Service Desk configuration items from the HP SIM database... 4 Creating a new

More information

HP ilo 3 Release Notes

HP ilo 3 Release Notes HP ilo 3 Release Notes 1.70 HP Part Number: 616296-401 Published: February 2014 Edition: 1 Copyright 2014 Hewlett-Packard Development Company, L.P Confidential computer software. Valid license from HP

More information

QuickSpecs. HP Integrated Lights-Out Overview

QuickSpecs. HP Integrated Lights-Out Overview Overview is an HP innovation that integrates industry leading Lights-Out functionality and basic system board management capabilities on selected ProLiant servers. consists of an intelligent processor

More information

Advanced Techniques for managing Linux with HP Systems Insight Manager

Advanced Techniques for managing Linux with HP Systems Insight Manager Advanced Techniques for managing Linux with HP Systems Insight Manager Scott Shaffer Manager, Insight Manager development Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information

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

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

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

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

Management and Printing User Guide

Management and Printing User Guide Management and Printing User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. Windows is a U. S. registered trademark of Microsoft Corporation. Intel and Centrino are trademarks or registered

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

HP Insight Control for Linux 7.1 User Guide

HP Insight Control for Linux 7.1 User Guide HP Insight Control for Linux 7.1 User Guide Abstract This document describes how to set up and use Insight Control for Linux to monitor and manage HP ProLiant servers that were licensed with Insight Control

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

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. 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

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions HPE 3PAR OS 3.1.3 MU3 Patch 18 Upgrade Instructions This upgrade instructions document is for installing Patch 18 on the HPE 3PAR Operating System Software 3.1.3.334 (MU3). This document is for Hewlett

More information

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide Abstract This document explains how to install and use the HPE StoreEver MSL6480 Tape Library CLI utility, which provides a non-graphical

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

Integrated Smart Update Tools for Windows and Linux User Guide

Integrated Smart Update Tools for Windows and Linux User Guide Integrated Smart Update Tools for Windows and Linux User Guide Version 2.2.0 Abstract This document describes how to use Integrated Smart Update Tools to update firmware and operating system drivers on

More information

QuickSpecs. What's New Support for HP software and hardware server support. Models. HP Insight Server Migration software for ProLiant v.3.

QuickSpecs. What's New Support for HP software and hardware server support. Models. HP Insight Server Migration software for ProLiant v.3. Overview NOTE: Effective November 16, 2009, HP Insight Server Migration software for ProLiant offered exclusively as part of HP Insight Control suites. For additional information please visit: http://www.hp.com/go/insightcontrol

More information

QuickSpecs. Available Packs and Purchase Information. ProLiant Essentials Vulnerability and Patch Management Pack v2.1. Overview.

QuickSpecs. Available Packs and Purchase Information. ProLiant Essentials Vulnerability and Patch Management Pack v2.1. Overview. Overview Pack (VPM) integrates comprehensive vulnerability assessment and advanced patch management functions for HP and non-hp servers running Windows or Red Hat Linux into HP Systems Insight Manager,

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

Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide

Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide Hewlett Packard Enterprise StoreOnce 3100, 3500 and 5100 System Installation and Configuration Guide Abstract This guide is for HPE StoreOnce System Administrators. It assumes that the user has followed

More information

HP ProLiant BL35p Server Blade

HP ProLiant BL35p Server Blade Data sheet The new HP ProLiant BL35p two-way Server Blade delivers uncompromising manageability, maximum compute density and breakthrough power efficiencies to the high-performance data centre. The ProLiant

More information

HPE OneView for VMware vcenter Release Notes (8.2 and 8.2.1)

HPE OneView for VMware vcenter Release Notes (8.2 and 8.2.1) HPE OneView for VMware vcenter Release Notes (8.2 and 8.2.1) Abstract This document describes changes in HPE OneView for VMware vcenter to help administrators understand the benefits of obtaining the 8.2

More information

HPE 3PAR OS GA Patch 12

HPE 3PAR OS GA Patch 12 HPE 3PAR OS 3.3.1 GA Patch 12 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 12 on the HPE 3PAR Operating System Software OS-3.3.1.215-GA. This document is for

More information

HP Intelligent Provisioning User Guide for HP ProLiant Gen9 Servers

HP Intelligent Provisioning User Guide for HP ProLiant Gen9 Servers HP Intelligent Provisioning User Guide for HP ProLiant Gen9 Servers Abstract This document details how to access and use the HP Intelligent Provisioning software, including tasks such as installing OSs,

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

Microsoft Windows on HPE ProLiant WS460c Gen8 Workstation Blade with WS460c Graphics Expansion Blade Administrator Guide

Microsoft Windows on HPE ProLiant WS460c Gen8 Workstation Blade with WS460c Graphics Expansion Blade Administrator Guide Microsoft Windows on HPE ProLiant WS460c Gen8 Workstation Blade with WS460c Graphics Expansion Blade Administrator Guide Abstract This guide provides information for using Microsoft Windows on HPE ProLiant

More information

SUSE Linux Enterprise Server 11 Support Pack 2 Support Notes

SUSE Linux Enterprise Server 11 Support Pack 2 Support Notes SUSE Linux Enterprise Server 11 Support Pack 2 Support Notes for HP Integrity Servers HP Part Number: 5900-0820 Edition: Edition: 2 Copyright 2012 Hewlett-Packard Development Company, L.P. Legal Notices

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

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

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 StorageWorks Data Protector Express ProLiant Edition 3.1 SP4. Overview

HP StorageWorks Data Protector Express ProLiant Edition 3.1 SP4. Overview Overview is easy to install, easy to use and easy to manage backup and recovery software for HP ProLiant servers. It is an extension of the ProLiant solution available at zero incremental cost to HP ProLiant

More information

HP 3PAR Host Explorer MU1 Software User Guide

HP 3PAR Host Explorer MU1 Software User Guide HP 3PAR Host Explorer 1.1.0 MU1 Software User Guide Abstract This guide is for Microsoft Windows, Red Hat Linux, and Solaris Sparc administrators who are responsible for maintaining the operating environment

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 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

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE c7000 Virtual Connect Module Syslog Configuration Guide October 17, 2017 SmartConnector for HPE c7000 Virtual Connect Module Syslog October 17, 2017

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

HPE OneView for VMware vcenter User Guide

HPE OneView for VMware vcenter User Guide HPE OneView for VMware vcenter User Guide Abstract This document contains detailed instructions for configuring and using HPE OneView for VMware vcenter. It is intended for system administrators who are

More information

HPE ProLiant Updates Catalog (v ) User Guide

HPE ProLiant Updates Catalog (v ) User Guide HPE ProLiant Updates Catalog (v 2016.12.0) User Guide Abstract This guide describes the procedures and prerequisites for installing and using the HPE ProLiant Updates Catalog, which provides firmware and

More information

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes HP BladeSystem c-class Virtual Connect Support Utility Version 1.9.1 Release Notes Abstract This document provides release information for the HP BladeSystem c-class Virtual Connect Support Utility Version

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

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

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 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 SCOM Management Packs User Guide

HP SCOM Management Packs User Guide HP SCOM Management Packs User Guide Abstract This guide describes the HP extensions for Microsoft System Center Operations Manager that are provided as part of HP OneView for Microsoft System Center (formerly

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

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

HP Storage Manager User Guide. May 2005 (First Edition) Part Number

HP Storage Manager User Guide. May 2005 (First Edition) Part Number HP Storage Manager User Guide May 2005 (First Edition) Part Number 394897-001 Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5

HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5 HPE WBEM Providers for OpenVMS Integrity servers Release Notes Version 2.2-5 January 2016 This release note describes the enhancement, known restrictions, and errors found in the WBEM software and documentation,

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

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

Deploying HP SIM 6.x on MSCS Clusters on Windows 2008 with SQL Server 2005 White Paper

Deploying HP SIM 6.x on MSCS Clusters on Windows 2008 with SQL Server 2005 White Paper Deploying HP SIM 6.x on MSCS Clusters on Windows 2008 with SQL Server 2005 White Paper Subtitle Table of Contents Abstract... 2 Introduction... 2 Installing HP SIM on Windows 2008 failover cluster with

More information

HPE Factory Express Customized Integration with Onsite Startup Service

HPE Factory Express Customized Integration with Onsite Startup Service Data sheet HPE Factory Express Customized Integration with Onsite Startup Service HPE Lifecycle Event Services HPE Factory Express Customized Integration with Onsite Startup Service (formerly known as

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