Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Adds a supported HPE storage system to the HPE OneView appliance for centralized management.Syntax
StoreServ (default)
StoreVirtual / Nimble
Description
Add-OVStorageSystem registers a new storage array with the HPE OneView appliance. After adding the system, you can then manage storage pools, create volumes, and attach those volumes to server profiles.
Credentials are required — provide them with either -Credential (a PSCredential object, recommended) or the -Username/-Password pair. The -Password parameter accepts both a plain String and a SecureString.
For 3PAR and Primera arrays, you can optionally specify which host ports to register and which Ethernet networks to associate them with via -Ports, and group those ports with -PortGroups. If -Domain is not supplied, the default NO DOMAIN virtual domain is used.
For StoreVirtual and Nimble systems, use -VIPS to map Virtual IP addresses to Ethernet networks.
The cmdlet returns an async task object. Pipe to Wait-OVTaskComplete to block until the operation finishes.
Parameters
IP address or FQDN of the storage system controller.
A
PSCredential object containing the storage system administrator username and password. Preferred over -Username/-Password.Storage system administrator username. Must be paired with
-Password.Storage system administrator password. Accepts
String or SecureString. Required when -Username is specified.Storage system family. Accepted values:
Alletra5000, Alletra6000, Alletra9000, StoreServ, Nimble, Primera. Defaults to StoreServ.Virtual domain on the storage array to use. The value is case-sensitive. Applies to 3PAR/Primera/StoreServ systems only.
Maps storage array host port addresses (e.g.,
"0:1:1") to HPE OneView Ethernet or FC network names. Applies to StoreServ systems only.Maps host port addresses to named port group labels. Used with
-Ports. Applies to StoreServ systems only.Maps Virtual IP addresses to Ethernet network names. Required for StoreVirtual and Nimble systems.
When specified, outputs the full system detail object after successful import.
HPE OneView appliance connection. Defaults to the default connected session. Aliased as
Appliance.Examples
Add a Primera/3PAR system with credential object
Add a storage system with username and password, then add a pool
After
Add-OVStorageSystem completes, add at least one storage pool with Add-OVStoragePool before you can provision volumes from this system.Output
HPEOneView.Appliance.TaskResource
An asynchronous task object. Pipe to Wait-OVTaskComplete to wait for the operation to finish before proceeding.