Short Description
Modifies HPE StoreVirtual storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Storage System: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA
Syntax
Set-HP4Storage -Host <CHpP4kGroup> [-DnsOrIpAddress <string>] [-Description <string>] [-UserName <string>] [-Password <string>] [-Credentials <CInternalCredentials>] [-Proxy <IProxy[]>] [-EnableProxyAutoSelection] [-ProtocolPolicy <VBRStorageProtocolPolicy>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet modifies a selected HPE StoreVirtual storage settings. To modify settings, enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Alias
Set-VBRHPStorage
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Host | Specifies the storage you want to modify. | True | Named | True (ByValue, | False |
DnsOrIpAddress | Specifies the string with a full DNS name or IP address of the storage. | False | Named | False | False |
Description | Specifies the description of the storage. | False | Named | False | False |
UserName | Specifies the user name you want to use for authenticating with the storage. | False | Named | False | False |
Password | Specifies the password you want to use for authenticating with the storage. | False | Named | False | False |
Credentials | Specifies the credentials you want to use for authenticating with the storage. | False | Named | False | False |
Proxy | Specifies the array of proxies you want to use. | False | Named | False | False |
EnableProxyAutoSelection | Indicates that Veeam Backup & Replication will use automatic proxy selection. | False | Named | False | False |
ProtocolPolicy | Specifies the protocol policy for the storage. Accepts VBRStorageProtocolPolicy type. | False | Named | False | False |
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | Named | False | False |
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to enable the automatic proxy selection for the HPE StoreVirtual storage.
You will need to perform the following steps:
- Run Get-HP4Storage to get the storage whose settings you want to modify. Save the result to the $storage variable.
- Run Set-HP4Storage with the $storage variable. Use EnableProxyAutoSelection parameter for the automatic proxy selection.
PS C:\PS> $storage = Get-HP4Storage -Name "HPE 3PAR StoreServ" PS C:\PS> Set-HP4Storage -Host $storage -EnableProxyAutoSelection |
Related Commands