Add-HyperFlexHost
Short Description
Adds Cisco HyperFlex storage systems to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-HyperFlexHost -Name <String> [-Description <String>] -UserName <String> -Password <String>
[-Proxy <IProxy[]>] [-Force] [-SkipRescan] [<CommonParameters>]
-
CredentialsAdd-HyperFlexHost -Name <String> [-Description <String>] -Credentials <CInternalCredentials>
[-Proxy <IProxy[]>] [-Force] [-SkipRescan] [<CommonParameters>]
Detailed Description
This cmdlet adds the Cisco HyperFlex storage systems to the backup infrastructure.
When you add storage systems to your backup infrastructure, Veeam Backup & Replication performs a rescan of storage systems. During the rescan Veeam Backup & Replication retrieves information about the storage system topology and adds storage volumes to the backup infrastructure.
For more information about the rescan, see the Adding Storage Systems section of the User Guide for VMware vSphere.
Tip |
|
Use the To rescan storage systems manually, run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the storage.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies the description of the storage. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a Cisco HyperFlex without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the storage IP address or DNS name. |
|
True |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the storage. |
|
True |
Named |
False |
|
Proxy |
Specifies the array of proxies you want to use with this storage.
Accepts the |
|
False |
Named |
False |
|
SkipRescan |
Defines that the cmdlet will not start the storage rescan automatically after you add storage systems to the backup infrastructure. |
|
False |
Named |
False |
|
UserName |
Specifies the user name that you want to use for authenticating with the storage. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CCiscoHxHost object that defines settings of the HyperFlex storage systems added to the backup infrastructure.
Examples
Example 1. Adding Cisco HyperFlex Storage by Username and Password
|
This command adds the
|
Example 2. Adding Cisco HyperFlex Storage System Using Credentials
|
This example shows how to add the
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.Get-VBRViProxyReturns a list of VMware backup proxies.