HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 User Guide

Size: px
Start display at page:

Download "HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 User Guide"

Transcription

1 HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 User Guide Abstract This document contains detailed instructions on the HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 installation, features, and PowerShell cmdlets. HP Part Number: Published: June 2015 Edition: 1

2 Copyright 2015 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP 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. 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. Acknowledgments Microsoft and Windows are trademarks of the Microsoft group of companies.

3 Contents 1 Overview...5 Features of PowerShell Toolkit...5 Product Support Installing HP 3PAR StoreServ Storage PowerShell Toolkit...6 Supported Operating Systems and PowerShell Versions...6 Supported HP 3PAR Storage Platforms...6 Pre-requisites...6 Installation procedure...7 cmdlets help PowerShell cmdlets Quick Reference...8 Connection Management cmdlet...8 Help cmdlet...8 Software version cmdlet...8 CPG Management cmdlets...8 Virtual Volume and Virtual Volume Set Management cmdlets...8 Host and Host Set Management cmdlets...9 Virtual LUN Management cmdlets...9 Physical Copy Management cmdlets...9 Virtual Copy (Snapshot) Management cmdlets...9 Port Management cmdlets...10 Task Management cmdlets PowerShell cmdlets...11 Get cmdlets...11 Get-3parCPG...11 Get-3parVV...11 Get-3parVVSet...12 Get-3parHost...12 Get-3parHostSet...13 Get-3parHostPorts...13 Get-3parVLUN...13 Get-3parFCPorts...14 Get-3parFCPortsToCSV...14 Get-3parVVList...14 Get-3parTask...15 Get-3parCmdList...15 Get-3parVersion...16 New cmdlets...16 New-3parCPG...16 New-3parVV...16 New-3parVVSet...17 New-3parHost...17 New-3parHostSet...18 New-3parVLUN...18 New-3parVVCopy...19 New-3parGroupVVCopy...19 New-3parSnapVolume...20 New-3parGroupSnapVolume...21 New-SANConnection...21 Push cmdlets...22 Push-3parVVCopy...22 Contents 3

4 Push-3parGroupSnapVolume...22 Push-3parSnapVolume...22 Remove cmdlets...23 Remove-3parCPG...23 Remove-3parVVSet...23 Remove-3parVV...23 Remove-3parHostSet...24 Remove-3parHost...24 Remove-3parVLUN...24 Set cmdlets...25 Set-3parVV...25 Set-3parHostPorts...25 Set-3parFCPorts...26 Set-3parHost Support and other resources...28 Contacting HP...28 Related information Contents

5 1 Overview The HP 3PAR PowerShell Toolkit helps administrators to manage HP 3PAR StoreServ Storage in Microsoft Windows environments. Features of PowerShell Toolkit The features of the PowerShell Toolkit are as follows: The PowerShell Toolkit supports cmdlets, which are a wrapper around the native HP 3PAR StoreServ Storage CLI commands. When a cmdlet is run, the following actions take place: A secure connection to the HP 3PAR StoreServ Storage console is established over Secure Shell. The native HP 3PAR StoreServ Storage CLI command and parameters are formed based on the PowerShell cmdlet and parameters. The native HP 3PAR StoreServ Storage CLI command is executed. The output of most of the cmdlets is returned as text. The output of some of the cmdlets is returned as PowerShell objects. This output can be piped to other PowerShell cmdlets for search. Product Support HP 3PAR StoreServ Storage PowerShell Toolkit supports PowerShell v2.0 and later. It provides 36 cmdlets to manage the following operations: Viewing and managing Common Provision Group (CPG) Viewing and managing Virtual Volumes Viewing and managing Virtual Volume Sets Viewing and managing Hosts Viewing and managing Host Sets Viewing and managing Virtual Logical Unit Number (vlun) Viewing and managing Physical copy Viewing and managing Virtual copy (Snapshots) Viewing and managing Ports Viewing and managing Tasks Features of PowerShell Toolkit 5

6 2 Installing HP 3PAR StoreServ Storage PowerShell Toolkit This chapter decribes the HP 3PAR StoreServ Storage PowerShell Toolkit installation procedure, pre-requisites, and supported operating systems. Supported Operating Systems and PowerShell Versions HP 3PAR StoreServ Storage Toolkit works with PowerShell v2.0 and later. You can use this Toolkit in the following environments: PowerShell v2.0 Windows XP SP3 Windows Vista SP1 Windows 7 Windows Server 2003 SP2 Windows Server 2008 R2 PowerShell v3.0 Windows 7 SP1 Windows 8 Windows Server 2008 SP1 Windows Server 2008 R2 SP1 Windows Server 2012 PowerShell v4.0 Windows 7 SP1 Windows 8.1 Windows Server 2008 R2 SP1 Windows Server 2012 Windows Server 2012 R2 Supported HP 3PAR Storage Platforms The supported HP 3PAR Storage platforms are as follows: (including all MUs) (including all MUs) (including all MUs) (including all MUs) Pre-requisites To establish Secure Shell connections, the open source Plink (a command-line interface to the PuTTY back ends) software is required. You can download it from the web. 6 Installing HP 3PAR StoreServ Storage PowerShell Toolkit

7 Installation procedure The HP 3PAR StoreServ Storage PowerShell Toolkit is provided as a zipped package. To complete the installation: 1. Unzip the package and copy the folder HP3PARPSToolkit to one of the following locations: %USERPROFILE%\Documents\WindowsPowerShell\Modules\ Copy to this user specific location to make HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 available for the currently logged in Windows user. %SYSTEMROOT%\system32\WindowsPowerShell\v1.0\Modules\ Copy to this system location to make HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 available for all users. 2. Confirm or Copy the Plink software to this location: c:\plink\plink.exe 3. Open an interactive PowerShell console. 4. Import the toolkit module to the supported Windows host as follows: PS C:\>Import-Module HP3PARPSToolkit The Log file location is: %USERPROFILE%\Documents\WindowsPowerShell\Modules\Logs\ %SYSTEMROOT%\system32\WindowsPowerShell\v1.0\Modules\Logs\ cmdlets help Table 1 (page 7) lists the symbols that are used to depict cmdlet syntax. Table 1 conventions Symbol [ ] < > Meaning Indicates optional items. Indicates a value that you define. Separates mutually exclusive choices. Type one of the choices. 1. To get list of cmdlets offered by HP 3PAR StoreServ Storage PowerShell Toolkit, run this cmdlet: PS C:\> Get-3parCmdList 2. To get cmdlet specific help, run this cmdlet: PS C:\> Get-Help <cmdlet> 3. To get cmdlet specific help using the full option, run this cmdlet: PS C:\> Get-Help <cmdlet> -full Installation procedure 7

8 3 PowerShell cmdlets Quick Reference The HP 3PAR StoreServ Storage PowerShell Toolkit v1.0 provides a host of cmdlets allowing you to administer your HP 3PAR StoreServ Storage. This chapter provides an overview of the cmdlets grouped by functionality. Connection Management cmdlet cmdlet Help cmdlet New-SANConnection Description Builds a SAN connection object. For details, see New-SANConnection (page 21) cmdlet Get-3parCmdList Software version cmdlet Description Gets a list of HP 3PAR PowerShell cmdlets. For details, see Get-3parCmdList (page 15) cmdlet Get-3parVersion CPG Management cmdlets Description Gets HP 3PAR storage system software version information. For details, see Get-3parVersion (page 16) cmdlet New-3parCPG Get-3parCPG Remove-3parCPG Description Creates a new CPG. Displays a list of CPGs. Removes a CPG. For details, see New-3parCPG (page 16) Get-3parCPG (page 11) Remove-3parCPG (page 23) Virtual Volume and Virtual Volume Set Management cmdlets cmdlet New-3parVV Get-3parVV New-3parVVSet Get-3parVVSet Get-3parVVList Set-3parVV Description Creates a virtual volume. Gets a list of virtual volumes per domain and CPG. Creates a new volume set. Gets a list of virtual volume sets defined on the storage system and their members. Gets a list of virtual volumes. Updates a snapshot virtual volume with a new snapshot. For details, see New-3parVV (page 16) Get-3parVV (page 11) New-3parVVSet (page 17) Get-3parVVSet (page 12) Get-3parVVList (page 14) Set-3parVV (page 25) 8 PowerShell cmdlets Quick Reference

9 cmdlet Remove-3parVVSet Remove-3parVV Description Removes a virtual volume set or removes virtual volumes from an existing set. Deletes a virtual volume. For details, see Remove-3parVVSet (page 23) Remove-3parVV (page 23) Host and Host Set Management cmdlets cmdlet New-3parHost Get-3parHost New-3parHostSet Get-3parHostSet Remove-3parHostSet Remove-3parHost Set-3parHost Description Creates a new host. Lists all hosts. Creates a new host set. Gets a list of host set information. Remove a host set or remove hosts from an existing set. Creates a new host. Adds WWN or iscsi name to an existing host. For details, see New-3parHost (page 17) Get-3parHost (page 12) New-3parHostSet (page 18) Get-3parHostSet (page 13) Remove-3parHostSet (page 24) Remove-3parHost (page 24) Set-3parHost (page 26) Virtual LUN Management cmdlets cmdlet New-3parVLUN Get-3parVLUN Remove-3parVLUN Description Creates a new vlun and presents it to a host. Gets a list of LUNs that are exported or presented to hosts. Unpresents virtual volumes. For details, see New-3parVLUN (page 18) Get-3parVLUN (page 13) Remove-3parVLUN (page 24) Physical Copy Management cmdlets cmdlet New-3parVVCopy New-3parGroupVVCopy Push-3parVVCopy Description Creates a full physical copy of a virtual volume or a read/write virtual copy on another virtual volume. Creates consistent group of physical copies of a list of virtual volumes. Promotes a physical copy back to a regular base volume. For details, see New-3parVVCopy (page 19) New-3parGroupVVCopy (page 19) Push-3parVVCopy (page 22) Virtual Copy (Snapshot) Management cmdlets cmdlet New-3parSnapVolume New-3parGroupSnapVolume Description Creates a point in time (snapshot) copy of a virtual volume. Creates consistent group snapshots. For details, see New-3parSnapVolume (page 20) New-3parGroupSnapVolume (page 21) Host and Host Set Management cmdlets 9

10 cmdlet Push-3parGroupSnapVolume Push-3parSnapVolume Port Management cmdlets Description Copies the differences of snapshots back to their base volumes. Copies the differences of a snapshot back to its base volume, allowing you to revert the base volume to an earlier point in time. For details, see Push-3parGroupSnapVolume (page 22) Push-3parSnapVolume (page 22) Get-3parFCPorts Get-3parFCPortsToCSV Set-3parFCPorts Get-3parHostPorts Set-3parHostPorts Task Management cmdlets Query 3PAR to get FC ports. Query 3PAR to get FC ports. Configure 3PAR FC ports. Query 3PAR to get all ports including targets, disks, and RCIP ports. Configure settings of the 3PAR array. Get-3parFCPorts (page 14) Get-3parFCPortsToCSV (page 14) Set-3parFCPorts (page 26) Get-3parHostPorts (page 13) Set-3parHostPorts (page 25) cmdlet Get-3parTask Description Displays tasks information. For details, see Get-3parTask (page 15) 10 PowerShell cmdlets Quick Reference

11 4 PowerShell cmdlets Get cmdlets Get-3parCPG This chapter provides a brief description of the cmdlets grouped by type. Displays a list of CPGs. Get-3parCPG [[-cpgname] <String>] cpgname Lists the CPG details from a list of 3par-CPG. C:\PS>Get-3parCPG Lists the specified CPGs in the system. C:\PS>Get-3parCPG -cpgname "MyCPG" Lists the specified CPG name "MyCPG". PS object on success. You can use this object to search further. For example, C:\PS> Get-3parCPG Select Name,VVs returns: Name ---- FC_cpg1 FC_cpg2 VVols Get-3parVV Gets a list of virtual volumes per domain and CPG. Get-3parVV [[-vvname] <String>] [[-DomainName] <String []>] [[-CPGName] <String []>] vvname DomainName CPGName Lists the parameterized name details. Lists the domain name details. Lists the CPG name details. Get-3parVV -vvname PassThru-Disk Lists virtual volume PassThru-Disk. PS object on success. You can use this object to search further. Get cmdlets 11

12 For example, C:\PS> Get-3parVV select name,cpg returns: Name Test_ISV_ _32_D2 Test_ISV_ _32_D3 Test_ISV_ _32_D4 CPG Test_ISV_cpg2 Test_ISV_cpg2 Test_ISV_cpg2 Get-3parVVSet Gets a list of virtual volume sets defined on the storage system and their members. Get-3parVVSet [[-vvsetname] <String>] [[-vvname] <String>] vvsetname vvname Searches the given name in the list of 3Par vvset and returns if found, else returns not found. Specifies the VV to list from the volume set. C:\PS>Get-3parVVSet -vvsetname "MyVVSet" Lists specific virtual volume set name "MyVVSet". For example, C:\PS> Get-3parVVSet returns: ID Name demoset1 demoset2 Members demovolume1 demovolume2 Get-3parHost Lists all hosts. Get-3parHost [[-hostname] <String>] hostname Specifies the host name to be displayed. C:\PS>Get-3parHost Lists all hosts. C:\PS>Get-3parHost - hostname HV01A Lists host HV01A. PS object on success. You can use this object to search further. 12 PowerShell cmdlets

13 For example, C:\PS>Get-3parHost select Name, ID returns: Name C9E79802 DemoHost1 ID Get-3parHostSet Gets a list of host sets information. Get-3parHostSet [[-hostsetname] <String>] [[-hostname] <String>] hostsetname Lists the details available in 3parHostset with hostsetname. hostname Lists the details available in 3parHostset with hostname. C:\PS>Get-3parHostSet Lists host set information. C:\PS>Get-3parHostSet -hostsetname "MyVVSet" Lists specific host set name "MyVVSet". C:\PS>Get-3parHostSet -hostname "MyHost" Shows the host sets containing host "MyHost". For example, C:\PS>Get-3parHostSet -hostsetname "MyVVSet" Lists specific HostSet name "MyVVSet" Get-3parHostPorts Query 3PAR to get all ports including targets, disks, and RCIP ports. Get-3parHostPorts [-SANConnection <_SANConnection>] C:\PS>Get-3parHostPorts Gets a list of host ports that are available. Get-3parVLUN Gets a list of LUNs that are exported or presented to hosts. Get-3parVLUN [[-vvname] <String>] [[-PresentTo] <String>] vvname Lists the details available in 3par VLUN with the vvname. PresentTo Lists the details available in 3par VLUN with the vvname. Get cmdlets 13

14 C:\PS>Get-3parVLUN Lists exported volumes. C:\PS>Get-3parVLUN -vvname PassThru-Disk Lists the LUN numbers and host sets of LUN PassThru-Disk. PS object on success. You can use this object to search further. For example, C:\PS> Get-3parVLUN select Name, ID returns: Name ---- Test_ISV_ _32_D2 Test_ISV_ _32_D3 ID Get-3parFCPorts Query 3PAR to get FC ports. Get-3parFCPorts C:\PS>Get-3parFCPorts Lists the FC ports available on HP 3PAR array. Get-3parFCPortsToCSV Query 3PAR to get FC ports. Get-3parFCPortsToCSV [[-ResultFile] <String>] ResultFile Redirects the result to a specified file with an address of the file. C:\PS>Get-3parFCPortstoCSV -ResultFile C:\3PAR-FC.CSV Outputs the list of FC Ports and stores the result in a.csv file available at the default location. Get-3parVVList Gets a list of virtual volumes. Get-3parVVList [[-vvname] <String>] [[-Prov] <String>] [[-Type] <String>] [[-SANConnection] <Object>] [<Common>] vvname Specifies the volume name. Volume set name is prefixed with set:. 14 PowerShell cmdlets

15 Prov Type Specifies Prov type (full tpvv tdvv snp cpvv ) name. Specifies Prov type ( base vcopy ) name. C:\PS>Get-3parVVList Lists the virtual volumes. C:\PS>Get-3parVVList -vvname PassThru-Disk Lists the virtual volume PassThru-Disk. C:\PS>Get-3parVVList -Prov tpvv Lists the virtual volume provision type as "tpvv". C:\PS>Get-3parVVList -Type vcopy Lists the snapshot (virtual copy) volumes. Get-3parTask PS object on success. You can use this object to search further. Displays tasks information. Get-3parTask [[-all]] [[-done]] [[-failed]] [[-active]] [[-taskid] <String>] [[-SANConnection] <Object>] [<Common>] taskid Specifies the 3PAR task ID. C:\PS>Get-3parTask all Displays all tasks. You must specify the -all option to see system tasks. C:\PS>Get-3parTask done Displays successfully completed tasks. C:\PS>Get-3parTask failed Displays unsuccessfully completed tasks. C:\PS>Get-3parTask -active Displays currently in progress tasks. C:\PS>Get-3parTask -taskid 4 Displays specified task status (task 4). Get-3parCmdList Gets a list of HP 3PAR PowerShell cmdlets. Get-3parCmdList [<Common>] C:\PS>Get-3parCmdList Lists available HP 3PAR PowerShell cmdlets. Get cmdlets 15

16 PS object on success. You can use this object to search further. Get-3parVersion Gets HP 3PAR storage system software versions. Get-3parVersion [[-number]] [[-build]] [[-SANConnection] <Object>] [<Common>] number build Lists HP 3PAR storage system release version numbers only. Lists HP 3PAR storage system build levels. C:\PS>Get-3parVersion Gets a list of HP 3PAR storage system software versions. C:\PS>Get-3parVersion -number Gets a list of HP 3PAR storage system release version numbers only. C:\PS>Get-3parVersion -build Gets a list of HP 3PAR storage system build levels. PS object on success. You can use this object to search further. New cmdlets New-3parCPG Creates a new CPG. New-3parCPG [[-cpgname] <String>] [[-Size] <String>] [[-RAIDType] <String>] cpgname Size RAID type Assigns a new CPG name. Specifies the CPG size in gigabytes. Assigns RAID type to the CPG. For example, RAID 0, RAID 1, RAID 5, RAID 10(1+0). C:\PS>New-3parCPG -cpgname "MyCPG" -Size 32G -RAIDType r1 Creates a CPG named MyCPG with initial size of 32 GB and RAID configuration is r1 (RAID 1). New-3parVV Creates a virtual volume. New-3parVV [[-vvname] <String>] [[-Size] <String>] [[-CPGName] <String>] [[-vvsetname] <String>] [[-tpvv]] [[-minalloc] <String>] 16 PowerShell cmdlets

17 Size vvname vvsetname vvtype minalloc Specifies the memory size to be allocated. Assigns a new host name. Allocates the newly created VVol to present VVol set name. Specifies the destination vvcopy type. For example, tpvv or tdvv. Specifies the default allocation size in MB. C:\PS>New-3parVV -vvname PassThru-Disk -Size 100g -CPGName HV -vvsetname MyVolumeSet Creates a new volume named PassThru-disk of size 100 GB. The volume is created under the HV CPG group and is contained inside the MyvolumeSet volume set. If MyvolumeSet does not exist, the cmdlet creates a new volume set. C:\PS>New-3parVV -vvname PassThru-Disk1 -Size 100g -CPGName MyCPG -tpvv -minalloc 50G -vvsetname MyVolumeSet Creates a new thin provision volume named PassThru-disk1 of size 100 GB. The volume is created under the MyCPG CPG group and is contained inside the MyvolumeSet volume set. If MyvolumeSet does not exist, the cmdlet creates a new volume set and allocates minimum 50G. New-3parVVSet Creates a new volume set. New-3parVVSet [[-vvsetname] <String>] [[-Domain] <String>] [[-vvname] <String>] vvsetname Domain vvname Assigns HostSet name. Specifies the domain name. Specifies the VV to add to the volume set. C:\PS>New-3parVVSet -vvsetname "MyVolumeSet" Creates a volume set named MyVolumeSet. C:\PS>New-3parVVSet -vvsetname "MYVolumeSet" -Domain MyDomain Creates a volume set named MyVolumeSet in the domain MyDomain. New-3parHost Creates a new host. New-3parHost [[-hostname] <String>] [[-hostset] <String>] [[-Persona] <String>] [[-Address] <String[]>] [[-iscsi]] [[-Domain] <String>] HostName Hostset Assigns a new name to the host you create. Allocates the newly created host to the created Hostset. New cmdlets 17

18 Persona Specifies the persona ID. Persona ID Name Generic Generic ALUA Generic legacy HPUX legacy AIX legacy EGENERA ONTAP legacy address iscsi Address of fiber channel (FC) to which the host is to be allocated. Configures iscsi host controllers on the HP 3PAR array. C:\PS>New-3parHost -hostname HV01A -persona 2 -Address C97B142E Creates a host entry named HV01A with WWN equal to C97B142E. C:\PS>New-3parHost -hostname HV01B -persona 2 -iscsi:$true -Address iqn com.microsoft:dt-391-xp.hq.3par.com Creates a host entry named HV01B with iscsi equal to iqn com.microsoft:dt-391-xp.hq.3par.com. C:\PS>New-3parHost -hostname HV01A -persona 2 -Address C97B142E -hostset demohostset Creates a host entry named HV01A with WWN equal to C97B142E and adds host to hostset demohostset if hostset present, if not it will create hostset and add a host to hostset. New-3parHostSet Creates a new host set. New-3parHostSet [[-hostsetname] <String>] [[-hostname] <String>] [[-Domain] <String>] hostsetname Domain Specifies the host set name. Specifies the domain you want to join. C:\PS>New-3parHostSet -hostsetname HV01C-HostSet Creates an empty host set named "V01C-HostSet". New-3parVLUN Creates a new vlun and presents it to a host. 18 PowerShell cmdlets

19 New-3parVLUN [[-vvname] <String>] [[-PresentTo] <String[]>] [[-LUNnumber] <String>] vvname PresentTo LUNnumber WWN address of the host. Presents the virtual volume to a specified LUN number. Specifies the LUN number of a virtual volume. C:\PS>New-3parVLUN -vvname PassThru-Disk -PresentTo HV01 Exports a virtual volume named PassThru-Disk and presents it to HV01. New-3parVLUN -vvname set:witness_set -PresentTo set:hv01c-set Exports a volume set and presents it to a host set. New-3parVVCopy Creates a full physical copy of a VVol or a read/write virtual copy on another VVol. New-3parVVCopy [[-parentname] <String>] [[-vvcopyname] <String>] [[-online]] [[-CPGName] <String>] [[-snpcpgname] <String>] [[-vvtype] <String>] Name vvcopyname CPGName snpcpgname vvtype Specifies the name of the parent VVol. Specifies the name of the VVol copy name. Specifies the name of CPG. Specifies the name of snapshot CPG. Specifies the type of destination vvcopy. For exampe, tpvv and tdvv. C:\PS>New-3parVVCopy -parentname VV1 -vvcopyname VV2 Creates a copy of the VVol vv. C:\PS>New-3parVVCopy -parentname set:vvset1 -tdvv -snpcpgname cpg2 -CPGName cpg1 Creates a set of copies from a source volume set. Each destination volume will be a thin duplicated volume with a name based on the source volume. C:\PS>New-3parVVCopy -parentname vv1 -online -snpcpgname cpg2 -CPGName cpg1 -vvcopyname vv2 Creates an online copy of vv1 that is named vv2 which is fully-provisioned, using cpg1 as its user space and cpg2 as its snapshot space. New-3parGroupVVCopy Creates consistent group physical copies of a list of virtual volumes. New cmdlets 19

20 New-3parGroupVVCopy [[-names] <String>] Name Specifies the name of the parent VVol and destination VVol in following format: names parentvolume1:destinationvolume1 names parentvolume1:destinationvolume1, parentvolume2:destinationvolume2 C:\PS>New-3parGroupVVCopy -names parentvv1:destvvcopy1 Creates consistent copies of the parentvv1 to destvvcopy1. C:\PS>New-3parGroupVVCopy -names parentvv1:destvvcopy1, parentvv2:destvvcopy2 Creates consistent copies of the parentvv1 to destvvcopy1 and parentvv2 to destvvcopy2. New-3parSnapVolume Creates a point in time snapshot copy of a virtual volume. New-3parSnapVolume [[-svname] <String>] [[-vvname] <String>] [[-exp] <String>] [[-retain] <String>] [[-ro]] [[-vvsetname] <String>] svname vvname exp Specifies the snapshot name. Specifies the parent volume name or volume set name. Specifies the relative time from the current time, when a volume expires <time>[d D h H]. <time> is a positive integer value. Time can be optionally specified in days or hours. You can use either d or D for day and h or H for hours, following the entered time value. retain Specifies the relative time from the current time up to when a volume is retained <time>[d D h H]. <time> is a positive integer value. Time can be optionally specified in days or hours. You can use either d or D for day and h or H for hours, following the entered time value. vvsetname Specifies the virtual volume set names as set: vvset name. For example, set:vvcopies C:\PS>New-3parSnapVolume -ro -svname svr0_vv0 -vvname vv0 Creates a read-only snapshot volume "svro_vv0" from volume "vv0". C:\PS>New-3parSnapVolume -svname svrw_vv0 -vvname svro_vv0 Creates a snapshot volume "svrw_vv0" from the snapshot "svro_vv0". C:\PS>New-3parSnapVolume -ro svname svro-@vvname@ -vvsetname set:vvcopies Creates a snapshot volume for each member of the VVol set vvcopies. Each snapshot is named svro-<name of parentvolume>. 20 PowerShell cmdlets

21 New-3parGroupSnapVolume Creates consistent group snapshots. New-3parGroupSnapVolume [[-vvnames] <String>] [[-option] <String>] [[-exp] <String>] [[-retain] <String>] vvname option Specifies the existing VVol with comma (,) separation. For example, vv1, vv2, vv3. Specifies read only (ro)/read-write (rw) option. C:\PS>New-3parGroupSnapVolume -option ro -vvnames VV1, VV2 Creates a snapshot group as read only with the VVol members as VVol1 and VVol2. C:\PS>New-3parGroupSnapVolume -vvnames VV1, VV2 Creates a snapshot group as read/write (default) with the VVol members as VVol1 and VVol2. New-SANConnection Builds a SAN connection object. New-SANConnection [-SANUserName] <String> [[-SANPassword] <String>] [-SANIPAddress] <String> [[-SSHDir] <String>] [<Common>] UserName Password SANIPAddress SSHDir Specifies the SAN administrator username. For example, 3paradm. Specifies the SAN administrator password. Specifies the SAN IP address. Specifies the absolute path of Plink.exe. The default path is C:\plink. C:\PS>New-SANConnection -SANUserName Administrator -SANPassword mypassword -SANIPAddress SSHDir "C:\plink" Creates a SAN connection object with the specified SAN IP address. SAN connection object on success. For example, PS C:\> New-SANConnection returns: AdminName Password IPAddress SSHDir paradm System.Security.SecureString C:\plink New cmdlets 21

22 Push cmdlets Push-3parVVCopy Promotes a physical copy back to a regular base volume. Push-3parVVCopy [[-physicalcopyname] <String>] physicalcopyname Specifies the name of the physical copy to be promoted. C:\PS>Push-3parVVCopy -physicalcopyname volume1 Promotes virtual volume "volume1" to a base volume. Push-3parGroupSnapVolume Copies the differences of snapshots back to their base volumes. Push-3parGroupSnapVolume [[-VVNames] <String>] VVNames Specifies virtual copy name of the snapshot C:\PS>Push-3parGroupSnapVolume -VVNames vv1,vv2 Copies the snapshot groups back to their specified base volumes. C:\PS>Push-3parGroupSnapVolume -VVNames vv1:tvv1,vv2:tvv2 Copies the snapshot groups back to their specified base volumes. Push-3parSnapVolume Copies the differences of a snapshot back to its base volume, allowing you to revert the base volume to an earlier point in time. Push-3parSnapVolume [[-name] <String>] [[-target] <String>] name target Specifies the name of the virtual copy volume or set of virtual copy volumes to be promoted. Copies the differences of the virtual copy to the specified RW parent in the same virtual volume family tree. C:\PS>Push-3parSnapVolume -name vv1 Copies the differences of a snapshot back to its base volume vv1 C:\PS>Push-3parSnapVolume -target vv23 -name vv1 Copies the differences of a snapshot back to its target base volume named vv23 22 PowerShell cmdlets

23 Remove cmdlets Remove-3parCPG Removes a CPG Remove-3parCPG [[-cpgname] <String>] [[-force]] cpgname force Specifies the CPG name. Indicates that the cmdlet is forced. For example, C:\PS>Remove-3parCPG -cpgname "MyCPG -force Removes a CPG "MyCPG". Remove-3parVVSet Removes a VVol set or, VVols from an existing set. Remove-3parVVSet [-vvsetname] <String> [[-vvname] <String>] [[-force]] vvsetname vvname force Removes a specified VVol set. Removes a specified VVol. Specifies that the command is forced. C:\PS>Remove-3parVVSet -vvsetname "MyVVSet" -force Remove the VVol set "MyVVSet". C:\PS>Remove-3parVVSet -vvsetname "MyVVSet" -vvname "MyVV" -force Remove the single VVol "MyVV" from a VVol set "MyVVSet". Remove-3parVV Deletes a volume. Remove-3parVV [[-vvname] <String>] [[-whatif]][[-force]] vvname whatif force Deletes the specified virtual volume. Dry-run of the deleted operation on VVol. Specifies that the command is forced. C:\PS>Remove-3parVV -vvname PassThru-Disk -whatif Dry-run of deleted operation on the vvolume named PassThru-Disk. Remove cmdlets 23

24 C:\PS>Remove-3parVV -vvname PassThru-Disk -force Forcibly deletes vvolume named PassThru-Disk. Remove-3parHostSet Removes a host set or hosts from an existing set. Remove-3parHostSet [-hostsetname] <String> [[-hostname] <String>] [[-SANConnection] <Object>]<Common>] [[-force]] hostsetname hostname force Removes the specific host set passed through this parameter. Removes the specific host passed through this parameter. Specifies that the command is forced. C:\PS>Remove-3parHostSet -hostsetname "MyHostSet" -force Remove the hostset MyHostSet". C:\PS>Remove-3parHostSet -hostsetname "MyHostSet" -hostname "MyHost" -force Remove the single host "MyHost" from the hostset "MyHostSet". Remove-3parHost Removes a new host. Remove-3parHost [[-HostName] <String>] [[-iscsi]] [[-Address] <String[]>] HostName iscsi Address WWN address of the host. iscsi address of the host. Address of the FC from which you want to remove the host. C:\PS>Remove-3parHost -hostname HV01A Removes the host named HV01A. C:\PS>Remove-3parHost -hostname HV01A -address C97B142E Removes the WWN address of the host named HV01A. Remove-3parVLUN Unpresents virtual volumes. Remove-3parVLUN [[-vvname] <String>] [[-PresentTo] <String>] [[-whatif]] [[-force]] 24 PowerShell cmdlets

25 vvname PresentTo whatif Unpresents the specified vvname. Unpresents the virtual volume disk to a host. Dry-run of the deleted operation on VVol. C:\PS>Remove-3parVLUN -vvname PassThru-Disk -force Unpresents the virtual volume PassThru-Disk from all hosts. C:\PS>Remove-3parVLUN -vvname PassThru-Disk -PresentTo INF01 -force Unpresents the virtual volume PassThru-Disk only to host INF01. All other presentations of PassThru-Disk remain intact. Set cmdlets Set-3parVV Updates a snapshot virtual volume with a new snapshot. Set-3parVV [[-name] <String>] [[-ro]] [[-force]] name ro force Specifies names of either the snapshot or virtual volumes or virtual volume sets that you want to update. Specifies that if the specified virtual volume (<VV_name>) is a read/write snapshot, the snapshot s read-only parent volume is also updated with a new snapshot if the parent volume is not a member of a virtual volume set. Specifies cmdlet is forced. C:\PS>Set-3parVV -name volume1 C:\PS>Set-3parVV -name volume1, volume2 C:\PS>Set-3parVV -name set:vvset1 C:\PS>Set-3parVV -name set:vvset1,set:vvset2 Set-3parHostPorts Configure settings of the HP 3PAR array. Snapshot update of VVol "volume1" Snapshot update of VVol's "volume1" and "volume2" Snapshot update of VVolSet "vvset1" Snapshot update of VVolSet's "vvset1" and "vvset2" Set-3parHostPorts [-FCConfigFile <String>] [-iscsiconfigfile <String>] [-LDConfigFile <String>] [-SANConnection <_SANConnection>] [[-Demo]] FCConfigFile Configures FC host controllers on the HP 3PAR array. Set cmdlets 25

26 iscsiconfigfile LDCConfigFile Configures iscsi host controllers on the HP 3PAR array. Configures logical disks on the HP 3PAR array. C:\PS>Set-3parHostPorts -FCConfigFile FC-Nodes.CSV Configures FC host controllers on the HP 3PAR array. Set-3parHostPorts -iscsiconfigfile iscsi-nodes.csv Configures iscsi host controllers on the HP 3PAR array. Set-3parHostPorts -LDConfigFile LogicalDisks.CSV Configures logical disks on the HP 3PAR array. Set-3parHostPorts -FCConfigFile FC-Nodes.CSV -iscsiconfigfile iscsi-nodes.csv -LDConfigFile LogicalDisks.CSV Configures FC, iscsi host controllers, and logical disks on the HP 3PAR array. Set-3parFCPorts Configures 3PAR FC ports. Set-3parFCPorts [[-Ports] <String[]>] [-DirectConnect] Ports DirectConnect Assigns a port address for the communication of the WWNs. FC connected to a host. C:\PS>Set-3parFCPorts -Ports 1:2:1 Configures 3PAR port 1:2:1 as FC connected to a fabric. C:\PS>Set-3parFCPorts -Ports 1:2:1 DirectConnect Configures 3PAR port 1:2:1 as FC connected to a host (no SAN fabric). C:\PS>Set-3parFCPorts -Ports 1:2:1,1:2:2 Configures 3PAR ports 1:2:1 and 1:2:2 as FC connected to a fabric. Set-3parHost Adds WWN or iscsi name to an existing host. Set-3parHost [[-hostname] <String>] [[-Address] <String[]>] [[-iscsi]] [[-SANConnection] <Object>] [<Common>] hostname Address iscsi Specifies the name of an existing host. Specifies the list of WWNs for the new host. If present, the iscsi address instead of WWN address. 26 PowerShell cmdlets

27 C:\PS>Set-3parHost -hostname HV01A -Address C97B142E, C97B142F Adds WWN C97B142E, C97B142F to host HV01A. C:\PS>Set-3parHost -hostname HV01B -iscsi:$true -Address iqn com.microsoft:dt-391-xp.hq.3par.com Adds iscsi iqn com.microsoft:dt-391-xp.hq.3par.com to host HV01B. Set cmdlets 27

28 5 Support and other resources Contacting HP HP technical support For world wide technical support information, see the HP support website: Before contacting HP, collect the following information: Product model names and numbers Technical support registration number (if applicable) Product serial numbers Error messages Log files %USERPROFILE%\Documents\WindowsPowerShell\Modules\Logs\ DebugLog-<timestamp>.txt Operating system type and revision level Detailed questions Subscription service HP recommends that you register your product at the Subscriber's choice for Business website: After registering, you will receive notification of product enhancements, new driver versions, firmware updates, and other product resources. Related information Documents To find related documents, browse to the Manuals page of the HP Business Support Center web site: 28 Support and other resources

HPE 3PAR StoreServ Storage PowerShell Toolkit 2.1 User Guide

HPE 3PAR StoreServ Storage PowerShell Toolkit 2.1 User Guide HPE 3PAR StoreServ Storage PowerShell Toolkit 2.1 User Guide Abstract This document contains detailed instructions on the HPE 3PAR StoreServ Storage PowerShell Toolkit 2.1 installation, features, and PowerShell

More information

HP 3PARInfo 1.4 User Guide

HP 3PARInfo 1.4 User Guide HP 3PARInfo 1.4 User Guide Abstract This guide provides information about installing and using HP 3PARInfo. It is intended for system and storage administrators who monitor and direct system configurations

More information

HPE 3PAR Online Import Utility 1.5.0

HPE 3PAR Online Import Utility 1.5.0 HPE 3PAR Online Import Utility 1.5.0 Release tes Abstract This document provides information about modifications, corrected issues, or known issues related to the HPE 3PAR Online Import Utility. Part Number:

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 Digital Learner 3PAR Content Pack

HPE Digital Learner 3PAR Content Pack Content Pack data sheet HPE Digital Learner 3PAR Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP004 Category 1 24 Hours View now Managing HPE 3PAR StoreServ

More information

StoreServ Management Console 3.2 User Guide

StoreServ Management Console 3.2 User Guide StoreServ Management Console 3.2 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information on installation

More information

HPE 3PAR StoreServ Management Console 3.0 User Guide

HPE 3PAR StoreServ Management Console 3.0 User Guide HPE 3PAR StoreServ Management Console 3.0 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information

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

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

HP 3PAR Management Console

HP 3PAR Management Console HP 3PAR Management Console User Guide Abstract The HP 3PAR Management Console and the topics in this Help system are for use by system and storage administrators who monitor and direct system configurations

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

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

HP 3PAR Recovery Manager 2.0 Software for Microsoft Hyper-V

HP 3PAR Recovery Manager 2.0 Software for Microsoft Hyper-V HP 3PAR Recovery Manager 2.0 Software for Microsoft Hyper-V User Guide Abstract This document provides information about using HP 3PAR Recovery Manager for Microsoft Hyper-V for experienced Microsoft Windows

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Exchange Access Auditing Supplemental Configuration Guide July 15, 2017 Supplemental Configuration Guide SmartConnector

More information

HP 3PAR OS MU3 Patch 17

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

More information

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

StoreServ Management Console 3.3 User Guide

StoreServ Management Console 3.3 User Guide StoreServ Management Console 3.3 User Guide Abstract This user guide provides information on the use of an installed instance of HPE 3PAR StoreServ Management Console software. For information on installation

More information

HPE 3PAR OS MU3 Patch 24 Release Notes

HPE 3PAR OS MU3 Patch 24 Release Notes HPE 3PAR OS 3.1.3 MU3 Patch 24 Release Notes This release notes document is for Patch 24 and intended for HPE 3PAR Operating System Software + P19. Part Number: QL226-99298 Published: August 2016 Edition:

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

HP 3PAR OS MU2 Patch 11

HP 3PAR OS MU2 Patch 11 HP 3PAR OS 321 MU2 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software 321200 (MU2) Patch 11 (P11) HP Part Number: QL226-98118 Published:

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

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Technical white paper HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Handling HP 3PAR StoreServ Peer Persistence with HP Storage Provisioning Manager Click here to verify the latest

More information

HP Storage Provisioning Manager (SPM) Version 1.3 User Guide

HP Storage Provisioning Manager (SPM) Version 1.3 User Guide HP Storage Provisioning Manager (SPM) Version 1.3 User Guide Abstract This guide provides information to successfully install, configure, and manage the HP Storage Provisioning Manager (SPM). It is intended

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

HP 3PAR OS MU3 Patch 18 Release Notes

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

More information

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

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

HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide

HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide Abstract This guide is intended to assist customers in successfully migrating their VMware ESX/ESXi hosts on HP 3PAR StoreServ storage

More information

HPE 3PAR OS MU3 Patch 23 Release Notes

HPE 3PAR OS MU3 Patch 23 Release Notes HPE 3PAR OS 321 MU3 Patch 23 Release tes This release notes document is for Patch 23 and intended for HPE 3PAR Operating System Software 321292 (MU3)+Patch 18 Part Number: QL226-98364 Published: December

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

HPE 3PAR OS MU2 Patch 36 Release Notes

HPE 3PAR OS MU2 Patch 36 Release Notes HPE 3PAR OS 321 MU2 Patch 36 Release Notes This release notes document is for Patch 36 and intended for HPE 3PAR Operating System Software 321200 (MU2)+P13 Part Number: QL226-99149 Published: May 2016

More information

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide

HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide HP LeftHand P4000 Virtual SAN Appliance in an HP BladeSystem environment solution guide AT459-96002 Part number: AT459-96002 First edition: April 2009 Legal and notice information Copyright 2009 Hewlett-Packard

More information

HP Device Manager 4.7

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

More information

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

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

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database HP Integration with Incorta: Connection Guide HP Vertica Analytic Database HP Big Data Document Release Date: July, 2015 Legal Notices Warranty The only warranties for HP products and services are set

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

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

HP 3PAR OS Messages and Operators Guide

HP 3PAR OS Messages and Operators Guide HP 3PAR OS 3.1.1 Messages and Operators Guide Abstract This guide is for system administrators and experienced users who are familiar with the storage systems, understand the operating system(s) they are

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

HP Fortify Scanning Plugin for Xcode

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

More information

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

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Network Node Manager (i series) Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

HP 5130-POE-143 Release Notes

HP 5130-POE-143 Release Notes HP 5130-POE-143 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

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

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Network Policy Server Supplemental Configuration Guide March 29, 2013 Supplemental Configuration Guide SmartConnector

More information

HP Disk File Optimizer for OpenVMS Release Notes

HP Disk File Optimizer for OpenVMS Release Notes HP Disk File Optimizer for OpenVMS Release Notes April 2012 This release notes describe corrected problems, known restrictions, and errors found in the HP Disk File Optimizer software and documentation,

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

HPE 3PAR Peer Motion and HPE 3PAR Online Import User Guide

HPE 3PAR Peer Motion and HPE 3PAR Online Import User Guide HPE 3PAR Peer Motion and HPE 3PAR Online Import User Guide Abstract This guide provides information about HPE 3PAR products that provide unidirectional data migration to HPE 3PAR StoreServ Storage systems

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

HP LeftHand P4500 and P GbE to 10GbE migration instructions

HP LeftHand P4500 and P GbE to 10GbE migration instructions HP LeftHand P4500 and P4300 1GbE to 10GbE migration instructions Part number: AT022-96003 edition: August 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential

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

Configuring RAID with HP Z Turbo Drives

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

More information

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 Storage Management Pack for System Center User Guide

HP Storage Management Pack for System Center User Guide HP Storage Management Pack for System Center User Guide Abstract This guide provides information about HP Storage Management Pack for System Center Operations Manager. HP Part Number: 5697-3673 Published:

More information

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

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

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

HP XP7 Performance Advisor Software Installation Guide (v6.1.1)

HP XP7 Performance Advisor Software Installation Guide (v6.1.1) HP XP7 Performance Advisor Software Installation Guide (v6.1.1) Abstract This document describes how to install and configure the HP XP7 Performance Advisor Software. This document is intended for users

More information

HP A5120 EI Switch Series IRF. Command Reference. Abstract

HP A5120 EI Switch Series IRF. Command Reference. Abstract HP A5120 EI Switch Series IRF Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended for network planners,

More information

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP Services Technical data The HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service provides the necessary

More information

HP StoreOnce Recovery Manager Central for VMware User Guide

HP StoreOnce Recovery Manager Central for VMware User Guide HP StoreOnce Recovery Manager Central 1.2.0 for VMware User Guide Abstract The guide is intended for VMware and database administrators who are responsible for backing up databases. This guide provides

More information

External Media Cards User Guide

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

More information

XP7 High Availability User Guide

XP7 High Availability User Guide XP7 High Availability User Guide Abstract HPE XP7 High Availability helps you create and maintain a synchronous copy of critical data in a remote location. This document describes and provides instructions

More information

Configuring Embedded LDAP Authentication

Configuring Embedded LDAP Authentication HP Restricted Configuring Embedded LDAP Authentication configure Configuring Embedded LDAP Authentication For HP product models: LaserJet 4345mfp, LaserJet 9040mfp, LaserJet 9050mfp, LaserJet 9500mfp,

More information

HP Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60

HP Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60 HP Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60 TE: Please refer to http://www.hp.com/softwarereleases/releases-media2/ for details on Product Support Lifecycle information.

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

Imaging the HP Z240 Workstation

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

More information

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

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

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

HP OpenVMS Software-Based iscsi Initiator Technology Demonstration Kit Configuration and User s Guide

HP OpenVMS Software-Based iscsi Initiator Technology Demonstration Kit Configuration and User s Guide HP OpenVMS Software-Based iscsi Initiator Technology Demonstration Kit Configuration and User s Guide November 2007 This manual describes how to configure and use the HP OpenVMS Software-Based iscsi Initiator

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

NonStop Development Environment for Eclipse 4.0 Debugging Supplement

NonStop Development Environment for Eclipse 4.0 Debugging Supplement NonStop Development Environment for Eclipse 4.0 Debugging Supplement HP Part Number: 732675-001 Published: October 2013 Edition: NSDEE 4.0, J06.03 and subsequent J-series RVUs, H06.08 and subsequent H-series

More information

Administrator Guide. HP USB Port Manager

Administrator Guide. HP USB Port Manager Administrator Guide HP USB Port Manager Copyright 2016, 2017 HP Development Company, L.P. Windows is either a registered trademark or trademark of Microsoft Corporation in the United States and/or other

More information

HP 3PAR StoreServ 7000 Storage Installation and Startup Service

HP 3PAR StoreServ 7000 Storage Installation and Startup Service Technical data HP 3PAR StoreServ 7000 Storage Installation and Startup Service HP Care Pack Services For a smooth startup, the HP 3PAR StoreServ 7000 Storage Installation and Startup Service provides deployment

More information

HP P4000 SAN Solution User Guide

HP P4000 SAN Solution User Guide HP P4000 SAN Solution User Guide Abstract This guide provides information for configuring and using the HP SAN Solution. It includes hardware configuration and information about designing and implementing

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

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 Performance and Capacity Trending Service

HPE 3PAR Performance and Capacity Trending Service Data sheet HPE 3PAR Performance and Capacity Trending Service HPE Lifecycle Event Services HPE 3PAR Performance and Capacity Trending Service provides data collection, analysis, and reports with key performance

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 Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

HP Accelerated iscsi for Multifunction Network Adapters User Guide

HP Accelerated iscsi for Multifunction Network Adapters User Guide HP Accelerated iscsi for Multifunction Network Adapters User Guide Part Number 410538-00J December 2007 (Ninth Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

HP MSA Family Installation and Startup Service

HP MSA Family Installation and Startup Service Technical data HP MSA Family Installation and HP Services Service benefits Allows your IT resources to stay focused on their core tasks and priorities Reduces implementation time, impact, and risk to your

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

HP Visual Collaboration Desktop. Getting Started

HP Visual Collaboration Desktop. Getting Started HP Visual Collaboration Desktop HP Visual Collaboration Desktop v2.0 First edition: November 2010 Legal notices Copyright 2010 Hewlett-Packard Development Company, L.P. The information contained herein

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

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

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

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

HP-UX Support Tools Manager (STM) Release Notes

HP-UX Support Tools Manager (STM) Release Notes HP-UX Support Tools Manager (STM) Release Notes HP-UX 11i v3 Version: B.11.31.24.02 Part Number: 820365-002 Published: June 2016 Edition: 1 Copyright 2016 Hewlett Packard Enterprise Development LP The

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

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft DHCP File Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Microsoft DHCP File October 17, 2017 Copyright 2006 2017

More information

Administrator Guide. Windows Embedded Standard 7

Administrator Guide. Windows Embedded Standard 7 Administrator Guide Windows Embedded Standard 7 Copyright 2010, 2012 2015, 2017 HP Development Company, L.P. Citrix and XenDesktop are registered trademarks of Citrix Systems, Inc. and/or one more of its

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

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information