Remove-HP4Storage
Short Description
Removes HPE StoreVirtual storage systems from Veeam Backup & Replication.
Note |
If the four-eyes authorization is enabled, you cannot run this cmdlet. For more information, see the Four-Eyes Authorization section in the User Guide for VMware vSphere. |
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA
Syntax
Remove-HP4Storage -Storage <CHpP4Group> [<CommonParameters>] |
Detailed Description
This cmdlet removes a selected HPE StoreVirtual storage from Veeam Backup & Replication.
The storage is not deleted from the server where it was created. When you remove a storage, you stop managing it in your Veeam Backup & Replication console.
Alias
Remove-VBRHPStorage
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Storage | Specifies the storage you want to remove. | Accepts the CHpP4Group object. To get this object, run the Get-HP4Storage cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing HPE StoreVirtual Storage
This example shows how to remove the HPE StoreVirtual storage.
$storage = Get-HP4Storage -Name "HPE StoreVirtual VSA" Remove-HP4Storage -Storage $storage |
Perform the following steps:
- Run the Get-HP4Storage cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
- Run the Remove-HP4Storage cmdlet. Set the $storage variable as the Storage parameter value.
Related Commands