HPE StoreVirtual OS Update Guide

Size: px
Start display at page:

Download "HPE StoreVirtual OS Update Guide"

Transcription

1 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: Published: March 2017 Edition: 2

2 2016, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject to change without notice. The only warranties for Hewlett Packard Enterprise 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. Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. Confidential computer software. Valid license from Hewlett Packard Enterprise required for possession, use, or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Links to third-party websites take you outside the Hewlett Packard Enterprise website. Hewlett Packard Enterprise has no control over and is not responsible for information outside the Hewlett Packard Enterprise website. Acknowledgments Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

3 Contents Updating HPE StoreVirtual 3200 Storage software... 4 Update planning... 4 Setting update preferences... 5 Updating software without Internet access...7 Setting Up NFS-Server On CentOS Configuring NFS Server on Windows 2012 R Removing an NFS File Share Permission... 8 FTP installation and configuration... 9 Installing and configuring vsftp in CentOS Installing and configuring FTP in Windows 2012 R Updating major versions or patches...10 Checking for available updates Using the dashboard...12 Using the Software Updates window...14 Viewing and updating clients Firmware updates...17 Troubleshooting...18 Verifying firmware and software versions...18 Update while in Support Mode fails...18 Websites Support and other resources Accessing Hewlett Packard Enterprise Support...20 Accessing updates Customer self repair Remote support...21 Documentation feedback...21 Contents 3

4 Updating HPE StoreVirtual 3200 Storage software Hewlett Packard Enterprise recommends that you always update to the latest versions of software and firmware for StoreVirtual Storage including: StoreVirtual OS, which also installs any firmware patches or general patches that are necessary to update the OS version as well as the StoreVirtual Management Console. Client components that must be installed before or after updating the software (such as Application Aware Snapshot Manager). Hewlett Packard Enterprise also recommends that you stay on active versions of software. You can identify active versions at: IMPORTANT: During the update, do not make any configuration changes to the storage systems in the Configuration Interface. Otherwise, the update may fail. You may also need to refresh your browser session or log in again after the update completes. The HPE StoreVirtual Management Console enables online updates for StoreVirtual 3200 Storage. Use the StoreVirtual Management Console to identify and install the latest versions and patches. Update planning To ensure that you are prepared to update your storage systems and SAN, review the following Update planning checklist. Table 1: Update planning checklist Task Description Verify the health of the storage systems and management groups. Plan for volume access and the impact the update will have to iscsi sessions. Ensure that all storage systems are in a good state with any critical alarms resolved before updating as any issues could impact your ability to proceed. If the storage systems are in a management group, ensure that: You are logged in to the management group you want to update. Ensure you have the recommended number of managers running, so you do not lose quorum. Carefully review the list of volumes that can become unavailable in the View Volume Availability dialog available from the Install dialog. Consider updating during off-peak time (if possible) to avoid application impact. Updating the StoreVirtual OS software requires a reboot of the storage system. Firmware HDD patches can cause volume access loss. Table Continued 4 Updating HPE StoreVirtual 3200 Storage software

5 Task Description Schedule time for the update. The actual time to update a storage system or a management group depends on the specific platform and configuration. Plan the updates to occur at a time of low SAN usage. An update reboots a controller which reduces the number of controllers able to service I/O. Update client components. See Viewing and updating clients on page 16. Match driver and firmware versions when updating a NIC. Keep log files and the support bundle. It is a best practice to match the driver and firmware versions when updating a NIC. Mixed versions of firmware and drivers may cause diminished reliability of data transfer, including dropped packets. If matching driver and firmware versions is not possible, Hewlett Packard Enterprise recommends using a driver version that is newer than the firmware version. Plan to save the update information. To access the support bundles, select: StoreVirtual > Systems > Storage Systems > Actions > Download storage system support bundle. If you call Hewlett Packard Enterprise Support, you will need these files. Setting update preferences 1. Select StoreVirtual > Settings > Updates > Edit. The Updates menu is shown in the following figure. Mousing over Updates displays Edit. NOTE: This procedure is only necessary if the default settings do not work. Setting update preferences 5

6 Figure 1: Updates menu 2. The Edit Updates dialog box appears (Figure 2: Edit Updates window on page 6). Figure 2: Edit Updates window 3. Select an option in the Source of update files box. The selection you make determines the additional boxes you may need to complete. HPE: Default selection. When selected, the HPE path and Use proxy boxes appear. The URL in the HPE path box is automatically populated and cannot be edited. If you select Yes for Use proxy, the proxy configured under Settings is used. FTP: Select if the system does not have access to the Internet and you are setting up an internal site to mirror the HPE option. When selected, the FTP path, FTP username, FTP password, and Use proxy boxes appear. The FTP path must be entered and include the protocol (for example, ftp://); the 6 Updating HPE StoreVirtual 3200 Storage software

7 FTP user name and password boxes are optional. If you select Yes for Use proxy, the proxy configured under Settings is used. NFS: Select if the system does not have access to the Internet and you prefer to use an NFS share instead of setting up an FTP server. When selected, the Network path box appears. Enter the network path where the update files were copied. 4. When finished, click OK. Updating software without Internet access To update the software you will download the StoreVirtual Site Bundle on a computer that is connected to the internet. You then make that software bundle available on the network using a FTP or NFS site where the system can access it to do the upgrade. 1. Using a computer that is connected to the internet, open a web browser and navigate to the following Hewlett Packard Enterprise web site from where you can download the site bundle Download the StoreVirtual Site Bundle. 3. Extract the contents of the site bundle as follows: On Linux use the command tar -xvzf <filename> On Windows use 7-Zip or TarTool. You can also use the tar command if you have Cygwin installed. 4. Open the SVMC and from the StoreVirtual menu, navigate to Settings > Updates > Edit. 5. Configure the update settings to point to your FTP site or NFS share. 6. From the StoreVirtual menu, navigate to Software Updates. 7. Click Actions > Install and select the update to install. 8. Review the message at the bottom of the dialog box, confirm the requirements review if necessary, and click Yes, install. Setting Up NFS-Server On CentOS 7 1. Start a local console connection to your server. 2. Run the following command as root: sudo su 3. Download and install the following packages, accepting all dependencies: yum install nfs-utils 4. Run the following command to configure the new directory for the NFS share: mkdir /mnt/updates 5. Change the permissions to allow reads: chmod -R 744 /mnt/updates 6. Run the following startup scripts: a. systemctl enable rpcbind b. systemctl enable nfs-server c. systemctl start rpcbind d. systemctl start nfs-server Configure the exports file to allow the new NFS share to work, using the following command: Updating software without Internet access 7

8 nano /etc/exports 9. Add the following line, using the management IP of your storage node: /mnt/updates X.X.X.X(ro,sync,no_root_squash) 10. Restart the NFS server to enable the export changes: systemctl restart nfs-server 11. If you are running the default firewall, make the following change so that NFS can pass through the firewall: a. firewall-cmd --permanent --zone=public --add-service=nfs b. firewall-cmd --reload If you are running iptables instead of the new firewall, enable NFS to pass though. 12. Transfer the tar.gz file to the /tmp directory on the CentOS server. 13. Extract the tar.gz file into the /mnt/updates directory as follows: tar -xvf /tmp/hpe_site_bundle.tar.gz -C /mnt/updates 14. Point the storage node at this new NFS share using the IP address or DNS name for this NFS server. The path will look will look as follows: X.X.X.X:/mnt/updates Configuring NFS Server on Windows 2012 R2 Install Network File System on the server using Windows PowerShell. Then create the NFS File Share using Windows PowerShell. 1. Start Windows PowerShell. 2. Right-click the PowerShell icon on the task bar, and select Run as Administrator. 3. Run the following Windows PowerShell commands to install the NFS Server: a. Import-Module ServerManager b. Add-WindowsFeature FS-NFS-Services c. Import-Module NFS 4. Reboot to activate the new NFS Server. 5. After rebooting, start Windows PowerShell again. 6. Right-click the PowerShell icon on the task bar, and select Run as Administrator 7. Run the following Windows PowerShell commands to create the new directory: a. mkdir C:\updates b. New-NfsShare -name updates -Path C:\updates 8. Set permissions on the NFS share, using the management IP address of the HPE StoreVirtual Storage system: a. Grant-NFSSharePermission -Name updates -ClientName X.X.X.X b. -ClientType host -Permission readonly -AllowRootAccess 1 9. Extract the contents of the tarball into the C:\updates directory. 10. Removing an NFS File Share Permission 1. To remove a configured permission, run the following script: 8 Configuring NFS Server on Windows 2012 R2

9 Revoke-NFSSharePermission -Name updates -ClientName X.X.X.X -ClientType host FTP installation and configuration Installing and configuring vsftp in CentOS 7 Prerequisites You must be logged in as root. Install CentOS 7 and have yum working. 1. Install the vsftp server software using yum. yum install vsftpd 2. Configure the vsftpd software. a. Browse to vim /etc/vsftpd/vsftpd.conf. b. Change the following settings: anonymous_enable=yes write_enable=no chroot_local_user=yes c. Save and exit the file. 3. Restart the vsftpd service. systemctl restart vsftpd 4. Set the service to start upon boot. systemctl enable vsftpd 5. Allowftp through the firewall. Enter the following commands: a. firewall-cmd --permanent --add-port=21/tcp b. firewall-cmd reload Installing and configuring FTP in Windows 2012 R2 Prerequisites You must be logged on with administrator privileges. Windows 2012 R2 must be installed and running. 1. Create a new folder to hold the files located at C:\ftpfiles. a. Open a command prompt. b. cd\ c. mkdir ftpfiles 2. Run Powershell from the same command prompt. powershell 3. Install the FTP server. Install-WindowsFeature Web-FTP-Server 4. Create a new FTP site. New-WebFtpSite -Name FTPSite1 -PhysicalPath C:\ftpfiles -Port 21 FTP installation and configuration 9

10 Updating major versions or patches 1. On the Software Updates window, select Actions > Install. The Install window opens (Figure 3: Install window on page 10). Figure 3: Install window 2. Select either Major versions or Patches. NOTE: The latest version of the update to which the system can upgrade is automatically selected. If an version is grayed out, you cannot update to that version. 3. Select the update you want to install. 4. Click View clients for a list of clients that need to be installed with the update as displayed in the following figure. 10 Updating major versions or patches

11 Figure 4: View selected clients 5. Click View volume availability. The View Volume Availability dialog box appears (Figure 5: View Volume Availability on page 12) and lists the volumes and snapshots that will be unavailable during the update. 6. Stop all applications connected to the affected volumes or snapshots and log off those connections before continuing. Updating HPE StoreVirtual 3200 Storage software 11

12 Figure 5: View Volume Availability 7. Click Close when you are ready to proceed. 8. On the Install window, select the check box for I have reviewed client and the volume availability information (click links below) and taken any necessary actions that are required and am ready to install the software. The Install button will not become active until this check box is selected. 9. To proceed with the update, click Install. After clicking Install, the Tasks window opens so that you can monitor the progress of the update. For more information, see the HPE StoreVirtual 3200 Management Console Online Help. Checking for available updates Check for available updates using one of the following methods: Dashboard window Software Updates window Using the dashboard When you open the StoreVirtual Management Console, it automatically defaults to the Dashboard window. The available patches and updates are displayed under Updates Available in the following figure. 12 Checking for available updates

13 Figure 6: Updates Available on the Dashboard window Patches Patches are classified as critical (red), recommended (yellow), and optional (green). When you hover over a color, the number of patches for that type are displayed. The following figure illustrates how the view changes when hovering. To view more information about the patches, click Patches. The Patches Available view on the Software Updates window opens. Figure 7: Patches view Updates Updates are also called major versions. To see the versions available to update, hover over the Updates icon in the following figure. Updates and major versions are always classified as recommended (yellow). To view more information about a major version, click Updates. The Major Versions Available view on the Software Updates window opens. Updating HPE StoreVirtual 3200 Storage software 13

14 Figure 8: Updates view Using the Software Updates window To ensure that the latest versions are listed, select Check for updates from the Actions menu on the right side of the Software Updates window. The day and time are listed in the Checked for updates box. Figure 9: Check for updates status When you select StoreVirtual > Software Updates, all available major versions and patches are displayed on the Overview view in the following figure. NOTE: The version information shown in the following figure and similar figures in this guide is an example only. The patches and major versions listed are not actual versions available as updates. 14 Using the Software Updates window

15 Figure 10: Software Updates Overview To view more detail, click the triangle to the left of a major version or patch displayed in the following figure. Figure 11: Details of a major version To switch between views on the Software Updates window, select the Software Updates menu and select the desired view, as displayed in the following figure. Updating HPE StoreVirtual 3200 Storage software 15

16 Figure 12: View options on Software Updates window Viewing and updating clients IMPORTANT: If you have recently installed a new OS, View clients displays the clients that are compatible with the current OS version. 1. From the Actions menu on the right side of the Software Updates window, select View clients (Figure 13: Actions menu on page 16). Figure 13: Actions menu 2. The View Clients dialog box opens as displayed in the following figure. 16 Viewing and updating clients

17 Figure 14: View Clients dialog box 3. Verify that the version of the client listed is the version installed. If an update is required, click the link under Software Download Location and use the following steps to update the client: a. Copy the file to a shared location. b. Browse to the server that is running that client. c. Update the client on that server. 4. When finished, click Close on the View clients dialog box. Firmware updates The available patches listed will include only those patches that are applicable to your system. NOTE: Drive firmware updates must be done offline. Not all updates for hardware components require offline updates. Firmware updates 17

18 Troubleshooting Verifying firmware and software versions Software and firmware versions for the StorevVirtual 3200 storage are displayed in the system report. 1. On the StoreVirtual menu, select Storage Systems. 2. Select a storage system in the navigation pane. 3. Select the Storage System Report from the Storage System menu on the content pane. 4. Scroll through the details of the storage system report to find the desired component version information. For more information, see the HPE StoreVirtual Management Console User Guide. Update while in Support Mode fails Symptom In the Tasks view, the task detail contains the following error message: One or more of the store processes are in the wrong state to perform the update on the controller with IP address aaa.bbb.ccc.ddd Cause RAID is in a degraded state. Action 1. Review the health status and event information for details about the degraded RAID. 2. Resolve the degraded RAID issues and try the update again. 18 Troubleshooting

19 Websites General websites Hewlett Packard Enterprise Information Library Single Point of Connectivity Knowledge (SPOCK) Storage compatibility matrix Storage white papers and analyst reports For additional websites, see Support and other resources. Websites 19

20 Support and other resources Accessing Hewlett Packard Enterprise Support For live assistance, go to the Contact Hewlett Packard Enterprise Worldwide website: To access documentation and support services, go to the Hewlett Packard Enterprise Support Center website: Information to collect Technical support registration number (if applicable) Product name, model or version, and serial number Operating system name and version Firmware version Error messages Product-specific reports and logs Add-on products or components Third-party products or components Accessing updates Some software products provide a mechanism for accessing software updates through the product interface. Review your product documentation to identify the recommended software update method. To download product updates: Hewlett Packard Enterprise Support Center Hewlett Packard Enterprise Support Center: Software downloads Software Depot To subscribe to enewsletters and alerts: To view and update your entitlements, and to link your contracts and warranties with your profile, go to the Hewlett Packard Enterprise Support Center More Information on Access to Support Materials page: IMPORTANT: Access to some updates might require product entitlement when accessed through the Hewlett Packard Enterprise Support Center. You must have an HPE Passport set up with relevant entitlements. Customer self repair Hewlett Packard Enterprise customer self repair (CSR) programs allow you to repair your product. If a CSR part needs to be replaced, it will be shipped directly to you so that you can install it at your convenience. Some parts do not qualify for CSR. Your Hewlett Packard Enterprise authorized service provider will determine whether a repair can be accomplished by CSR. 20 Support and other resources

21 For more information about CSR, contact your local service provider or go to the CSR website: Remote support Remote support is available with supported devices as part of your warranty or contractual support agreement. It provides intelligent event diagnosis, and automatic, secure submission of hardware event notifications to Hewlett Packard Enterprise, which will initiate a fast and accurate resolution based on your product's service level. Hewlett Packard Enterprise strongly recommends that you register your device for remote support. If your product includes additional remote support details, use search to locate that information. Remote support and Proactive Care information HPE Get Connected HPE Proactive Care services HPE Proactive Care service: Supported products list HPE Proactive Care advanced service: Supported products list proactivecareadvancedsupportedproducts Proactive Care customer information Proactive Care central Proactive Care service activation Documentation feedback Hewlett Packard Enterprise is committed to providing documentation that meets your needs. To help us improve the documentation, send any errors, suggestions, or comments to Documentation Feedback (docsfeedback@hpe.com). When submitting your feedback, include the document title, part number, edition, and publication date located on the front cover of the document. For online help content, include the product name, product version, help edition, and publication date located on the legal notices page. Remote support 21

HPE 3PAR OS MU2 Patch 53 Release Notes

HPE 3PAR OS MU2 Patch 53 Release Notes HPE 3PAR OS 3.2.2 MU2 Patch 53 Release Notes Abstract This release notes document is for Patch 53 and intended for HPE 3PAR Operating System Software 3.2.2.390 (MU2). Part Number: QL226-99481 Published:

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

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 StoreVirtual Management Console User Guide

HPE StoreVirtual Management Console User Guide HPE StoreVirtual Management Console User Guide Abstract The StoreVirtual Management Console (SVMC) software provides contemporary browserbased interfaces for monitoring HPE StoreVirtual Storage. This guide

More information

HPE 3PAR OS GA Patch 20 Release Notes

HPE 3PAR OS GA Patch 20 Release Notes HPE 3PAR OS 3.3.1 GA Patch 20 Release Notes Abstract This release notes document is for Patch 20 and intended for HPE 3PAR Operating System Software OS-3.3.1.215-GA. Part Number: QL226-99808 Published:

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

HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide

HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide HPE StoreVirtual 3200 Application Aware Snapshot Manager User Guide Abstract The StoreVirtual Application Aware Snapshot Manager simplifies the tasks of managing credentials and creating snapshots for

More information

HPE StoreVirtual OS v13.5 Release Notes

HPE StoreVirtual OS v13.5 Release Notes HPE StoreVirtual OS v13.5 Release Notes Part Number: 865552-006 Published: May 2017 Edition: 2 Contents Release notes...4 Description... 4 Platforms supported for this release... 4 Update recommendation...4

More information

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide

HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide HPE StoreVirtual Storage Application Aware Snapshot Manager Deployment Guide Abstract This guide contains instructions for installing and deploying the StoreVirtual Application Aware Snapshot Manager to

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

HPE FlexNetwork MSR Router Series

HPE FlexNetwork MSR Router Series HPE FlexNetwork MSR Router Series Comware 7 OAA Configuration Guides Part number: 5998-8789 Software version: CMW710-E0407 Document version: 6W100-20160526 Copyright 2016 Hewlett Packard Enterprise Development

More information

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide

Hewlett Packard Enterprise. HPE OmniStack for vsphere Upgrade Guide Hewlett Packard Enterprise HPE OmniStack for vsphere Upgrade Guide Part number: P00126-001 Published: September 2017 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.5 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

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

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

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 StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

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 LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

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

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

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00

Installation Guide. OMi Management Pack for Microsoft Skype for Business Server. Software Version: 1.00 OMi Management Pack for Microsoft Skype for Business Server Software Version: 1.00 For Operations Manager i for Linux and Windows operating systems Installation Guide Document Release Date: July 2017 Software

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

HPE Synergy 40Gb F8 Switch Module

HPE Synergy 40Gb F8 Switch Module HPE Synergy 40Gb F8 Switch Module DHCP Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules. 20140325a March 2017 Edition: 1 Copyright 2016,

More information

HPE Insight Online User Guide

HPE Insight Online User Guide HPE Insight Online User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development LP products and

More information

HPE PSR300-12A & PSR300-12D1

HPE PSR300-12A & PSR300-12D1 HPE PSR300-12A & PSR300-12D1 Power Supplies User Guide 5998-1604s Part number: 5998-1604s Document version: 6PW103-20160405 Copyright 2015, 2016 Hewlett Packard Enterprise Development LP The information

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

10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide

10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide 10GbE Pass-Thru Module II for HPE BladeSystem c-class Enclosures User Guide Abstract This guide details using the command-line interface for configuration, operation, and management of the 10GbE Pass-Thru

More information

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes Part Number: 732171-007 Published: February 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

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

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

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes Abstract This document provides information about enhancements and fixes to the firmware for the HPE StoreEver MSL6480 Tape Library.

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

HPE StoreVirtual 3200 Storage Release Notes

HPE StoreVirtual 3200 Storage Release Notes HPE StoreVirtual 3200 Storage Release Notes LeftHand OS 13.0 Part Number: 865552-002 Published: October 2016 Edition: 2 Copyright 2016, Hewlett Packard Enterprise Development LP The information contained

More information

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

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

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

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

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

IDOL Site Admin. Software Version: User Guide

IDOL Site Admin. Software Version: User Guide IDOL Site Admin Software Version: 11.5 User Guide Document Release Date: October 2017 Software Release Date: October 2017 Legal notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00

Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00 Aruba 8400X Introduction to the Web UI for ArubaOS-CX 10.00 Part Number: 5200-4335 Published: November 2017 Edition: 1 Copyright 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

HPE Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center MySQL 5.6 Installation and Configuration Guide (for Linux) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

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 3PAR Service Processor Software 5.0.x User Guide

HPE 3PAR Service Processor Software 5.0.x User Guide HPE 3PAR Service Processor Software 5.0.x User Guide Abstract This user guide provides information on using HPE 3PAR Service Processor software 5.0.x and the HPE 3PAR StoreServ Service Console. Part Number:

More information

HP StoreVirtual Storage Multi-Site Configuration Guide

HP StoreVirtual Storage Multi-Site Configuration Guide HP StoreVirtual Storage Multi-Site Configuration Guide Abstract This guide contains detailed instructions for designing and implementing the Multi-Site SAN features of the LeftHand OS. The Multi-Site SAN

More information

HP StoreVirtual DSM for Microsoft MPIO Deployment Guide

HP StoreVirtual DSM for Microsoft MPIO Deployment Guide HP StoreVirtual DSM for Microsoft MPIO Deployment Guide HP Part Number: AX696-96344 Published: December 2013 Edition: 5 Copyright 2011, 2013 Hewlett-Packard Development Company, L.P. Revision History Revision

More information

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide HPE Security Fortify WebInspect Enterprise Software Version: 17.10 Windows operating systems Installation and Implementation Guide Document Release Date: May 2017 Software Release Date: April 2017 Legal

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

HPE IDOL Site Admin. Software Version: Installation Guide

HPE IDOL Site Admin. Software Version: Installation Guide HPE IDOL Site Admin Software Version: 11.3.0 Installation Guide Document Release Date: February 2017 Software Release Date: February 2017 Legal Notices Warranty The only warranties for Hewlett Packard

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 ilo Federation User Guide for ilo 5

HPE ilo Federation User Guide for ilo 5 HPE ilo Federation User Guide for ilo 5 Abstract This guide explains how to configure and use the HPE ilo Federation features. It is intended for system administrators, Hewlett Packard Enterprise representatives,

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

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

HP Management Integration Framework 1.7

HP Management Integration Framework 1.7 HP Management Integration Framework 1.7 Administrator Guide Abstract This document describes the use of HP Management Integration Framework interfaces and is intended for administrators involved in the

More information

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide

HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide HP BladeSystem Management Pack (v 1.x) for Microsoft System Center User Guide Abstract This guide provides information on using the HP BladeSystem Management Pack for System Center version 1.x to manage

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes

HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes Part Number: 504224-011R Published: November 2015 Edition: 12 Copyright 2009, 2015 Hewlett Packard Enterprise Development LP The information

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

StoreOnce 6500 (88TB) System Capacity Expansion Guide

StoreOnce 6500 (88TB) System Capacity Expansion Guide StoreOnce 6500 (88TB) System Capacity Expansion Guide Abstract This document explains how to install the StoreOnce 6500 System Capacity Expansion Kit, apply the new license, and add the new storage to

More information

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A

HP StorageWorks Performance Advisor. Installation Guide. Version 1.7A HP StorageWorks Performance Advisor Installation Guide Version 1.7A notice Copyright 2002-2004 Hewlett-Packard Development Company, L.P. Edition 0402 Part Number B9369-96068 Hewlett-Packard Company makes

More information

HPE Hardware Support Exchange Service

HPE Hardware Support Exchange Service Data sheet HPE Hardware Support Exchange Service HPE Contractual Support Services Hewlett Packard Enterprise offers a reliable and fast hardware exchange service for eligible HPE and multivendor products.

More information

HPE RDX Utility Version 2.36 Release Notes

HPE RDX Utility Version 2.36 Release Notes HPE RDX Utility Version 2.36 Release Notes (RDX Tools 1.59) Abstract RDX Utility 2.36 (RDX Tools 1.59) enhances RDX Utility reporting for cartridges with a capacity greater than 2TB and implements Hewlett

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

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE HPE ALM Excel Add-in Software Version: 12.55 Microsoft Excel Add-in Guide Go to HELP CENTER ONLINE http://alm-help.saas.hpe.com Document Release Date: August 2017 Software Release Date: August 2017 Legal

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 Intelligent Management Center

HPE Intelligent Management Center HPE Intelligent Management Center SQL Server 2012 Installation and Configuration Guide Abstract This document describes configuration during and after database installation when IMC is used with Microsoft

More information

HP Smart Update Tools User Guide

HP Smart Update Tools User Guide HP Smart Update Tools User Guide Version 1.0.1 Abstract This document describes how to use HP Smart Update Tools (HP SUT) to update firmware and operating system drivers on HP ProLiant servers. This document

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

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

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

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

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.21 Windows and Linux operating systems Disaster Recovery Guide Document Release Date: October 2017 Software Release Date: August 2017 Legal Notices Warranty

More information

HP Operations Orchestration Software

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

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

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.22 UNIX and Linux operating systems Java GUI Operator s Guide Document Release Date: December 2016 Software Release Date: December 2016 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

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

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

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Getting Started Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

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

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

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

HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment

HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment Part number: 5697-8185 First edition: June 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company,

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide HP ALM Software Version: 12.21 patch 2 Business Views Microsoft Excel Add-in User Guide Document Release Date: September 2016 Software Release Date: September 2016 Legal Notices Warranty The only warranties

More information

HPE XP7 Performance Advisor Software 7.2 Release Notes

HPE XP7 Performance Advisor Software 7.2 Release Notes HPE XP7 Performance Advisor Software 7.2 Release Notes Part Number: T1789-96464a Published: December 2017 Edition: 2 Copyright 1999, 2017 Hewlett Packard Enterprise Development LP Notices The information

More information

HPE 3PAR OS MU1 Patch 19 Release Notes

HPE 3PAR OS MU1 Patch 19 Release Notes HPE 3PAR OS 3.3.1 MU1 Patch 19 Release Notes Abstract This release notes document describes the HPE 3PAR OS 3.3.1 MU1 Patch 19. This patch must be applied to all systems running 3.3.1 MU1 when using or

More information

HP StorageWorks. EVA Virtualization Adapter administrator guide

HP StorageWorks. EVA Virtualization Adapter administrator guide HP StorageWorks EVA Virtualization Adapter administrator guide Part number: 5697-0177 Third edition: September 2009 Legal and notice information Copyright 2008-2009 Hewlett-Packard Development Company,

More information

Virtual Recovery Assistant user s guide

Virtual Recovery Assistant user s guide Virtual Recovery Assistant user s guide Part number: T2558-96323 Second edition: March 2009 Copyright 2009 Hewlett-Packard Development Company, L.P. Hewlett-Packard Company makes no warranty of any kind

More information

HP IDOL Site Admin. Software Version: Installation Guide

HP IDOL Site Admin. Software Version: Installation Guide HP IDOL Site Admin Software Version: 10.9 Installation Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and services

More information

HP SM Service Catalog-PPM Center Project Proposal Integration Solution

HP SM Service Catalog-PPM Center Project Proposal Integration Solution HP SM Service Catalog-PPM Center Project Proposal Integration Solution Software Version: 1.01 For the supported Windows operating system Configuration Guide Document Release Date: September 2015 Software

More information

HPE 3PAR OS MU3 Patch 28 Release Notes

HPE 3PAR OS MU3 Patch 28 Release Notes HPE 3PAR OS 3.2.1 MU3 Patch 28 Release tes This release notes document is for Patch 28 and intended for HPE 3PAR Operating System Software 3.2.1.292 (MU3)+Patch 23. Part Number: QL226-99107 Published:

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide

HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide HPE 1/8 G2 Tape Autoloader and MSL Tape Libraries Encryption Kit User Guide Abstract This guide provides information about developing encryption key management processes, configuring the tape autoloader

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems Collaboration Guide Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information