Add-StoragePluginHost
Short Description
Adds Universal Storage API integrated systems to Veeam Backup & Replication.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: IBM Spectrum Virtualize, INFINIDAT InfiniBox, Pure Storage
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-StoragePluginHost -PluginType <String> -Name <String> [-Description <String>] -UserName <String>
-Password <String> [-Proxy <IProxy[]>] [-WindowsMountServer <CHost>] [-LinuxMountServer <CHost>]
[-Port <Int32>] [-SkipRescan] [-Force] [-iSCSI] [-FibreChannel] [-NVMe] [-Nfs] [-AgentFC] [-AgentISCSI]
[-AgentProxy <VBRComputerFileProxyServer[]>] [-ApplicationFC] [-ApplicationISCSI] [-EnableVMwareBackup]
[-EnableAgentBackup] [-EnableApplicationBackup] [<CommonParameters>]
-
CredentialsAdd-StoragePluginHost -PluginType <String> -Name <String> [-Description <String>]
-Credentials <CInternalCredentials> [-Proxy <IProxy[]>] [-WindowsMountServer <CHost>]
[-LinuxMountServer <CHost>] [-Port <Int32>] [-SkipRescan] [-Force] [-iSCSI] [-FibreChannel] [-NVMe] [-Nfs]
[-AgentFC] [-AgentISCSI] [-AgentProxy <VBRComputerFileProxyServer[]>] [-ApplicationFC] [-ApplicationISCSI]
[-EnableVMwareBackup] [-EnableAgentBackup] [-EnableApplicationBackup] [<CommonParameters>]
Detailed Description
This cmdlet adds selected Universal Storage API integrated systems to 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, use the following cmdlets:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AgentFC |
For the Defines that the storage works over the FS protocol. |
|
False |
Named |
False |
|
AgentISCSI |
For the Defines that the storage works over the iSCSI protocol. |
|
False |
Named |
False |
|
AgentProxy |
For the Specifies an array of proxies you want to use with this storage.
Accepts the |
|
False |
Named |
False |
|
ApplicationFC |
For the Defines that the storage works over the FibreChannel protocol. |
|
False |
Named |
False |
|
ApplicationISCSI |
For the Defines that the storage works over the iSCSI protocol. |
|
False |
Named |
False |
|
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 |
|
EnableAgentBackup |
Defines that Veeam Backup & Replication will allow backup of Veeam Agents. If you provide this parameter, you will be able to integrate your storage systems with Veeam Agent for Microsoft Windows installed on computers in your infrastructure. |
|
False |
Named |
False |
|
EnableApplicationBackup |
Defines that Veeam Backup & Replication will allow backup of InterSystems IRIS instances. If you provide this parameter, you will be able to use storage snapshots to back up and restore data of InterSystems IRIS instances hosted on storage systems. |
|
False |
Named |
False |
|
EnableVMwareBackup |
Defines that Veeam Backup & Replication will allow backup of VMware VMs. If you provide this parameter, you will be able to use storage snapshots to backup and restore VMware vSphere VMs hosted on storage systems. |
|
False |
Named |
False |
|
FibreChannel |
For the Defines that the storage works over the FibreChannel protocol. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a ThinkSystem storage system without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
iSCSI |
For the Defines that the storage works over the iSCSI protocol. |
|
False |
Named |
False |
|
LinuxMountServer |
Specifies Linux mount server. The storage systems will use this mount server for file-level and application items restore. |
|
False |
Named |
False |
|
Name |
Specifies the storage IP address or DNS name of the storage you want to add. |
|
True |
Named |
False |
|
Nfs |
For the Defines that the storage works over the NFS protocol. |
|
False |
Named |
False |
|
NVMe |
For the |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the storage. |
|
True |
Named |
False |
|
PluginType |
Specifies the storage plug-in. The cmdlet will use this plug-in for adding the associated storage to Veeam Backup & Replication. |
|
True |
Named |
False |
|
Port |
Sets a port used to connect to the storage. By default, port 443 is used. |
|
False |
Named |
False |
|
Proxy |
For the Specifies an array of proxies you want to use with this storage. If not set, Veeam Backup & Replication will use automatic proxy selection.
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 |
|
WindowsMountServer |
Specifies Windows mount server. The storage systems will use this mount server for file-level and application items restore. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Adding IBM Spectrum Virtualize Storage System
This example shows how to add an IBM Spectrum Virtualize storage system to Veeam Backup & Replication.
|
Get-VBRStoragePlugin $credentials = Get-VBRCredentials -Name "IBM Administrator" $proxy = Get-VBRViProxy -Name 172.17.41.34 Add-StoragePluginHost -PluginType Ibm -Name 172.17.41.3 -Credentials $credentials -Description "IBM iSCSI" -Proxy $proxy |
Perform the following steps:
- Run the
Get-VBRStoragePluginReturns plug-ins for adding Universal Storage API integrated systems. cmdlet. To add the IBM Spectrum Virtualize storage system to Veeam Backup & Replication, you will need the IBM Plug-in. - Run the
Get-VBRCredentialsReturns credentials records. cmdlet. Specify theNameparameter value. Save the result to the$credentialsvariable. - Run the
Get-VBRViProxyReturns a list of VMware backup proxies. cmdlet. Specify theNameparameter value. Save the result to the$proxyvariable. - Run the
Add-StoragePluginHostcmdlet. Specify the following settings:- Set the
Ibmoption for thePluginTypeparameter value. - Specify the
Nameparameter value. - Set the
$credentialsvariable as theCredentialsparameter value. - Specify the
Descriptionparameter value. - Set the
$proxyvariable as theProxyparameter value.
- Set the
Related Commands
Add-VBRComputerFileProxyServerAdds general-purpose backup proxies to the backup infrastructure.Get-VBRCredentialsReturns credentials records.Get-VBRStoragePluginReturns plug-ins for adding Universal Storage API integrated systems.Get-VBRViProxyReturns a list of VMware backup proxies.