Chat now with support
Chat with Support

vRanger 7.7 - User Guide

Introduction Configuring vRanger
Configuring vRanger through the Startup Wizard Configuring vRanger manually Supplemental instructions: additional repository types
Using vRanger Backup Restore
Restoring a physical server Performing a full restore for VMware VMs Performing a full restore for Hyper-V® VMs Performing a full restore for VMware vApps Performing a full restore of a physical machine Performing an FLR on Windows Performing an FLR on Linux Restoring from manifest
Replicate VMs Reports Integrating and monitoring vRanger Using the vRanger Console vAPI Cmdlet details
Add-BackupJobTemplate Add-CIFSRepository Add-DdbReplicationRepository Add-DdbRepository Add-EsxHost Add-HypervCluster Add-HypervHost Add-HypervRestoreJobTemplate Add-NFSRepository Add-NVSDRepository Add-PhysicalMachine Add-RdaRepository Add-ReplicationJobTemplate Add-RestoreFromManifestJobTemplate Add-RestoreJobTemplate Add-VirtualAppforLinuxFLR Add-VirtualAppforLinuxFLRVA Add-VirtualCenter Disable-Job Dismount-LinuxVolume Enable-Job Get-AddressBook Get-BackupGroupEntity Get-CatalogSearchData Get-CatalogStatus Get-ConfigOption Get-Connection Get-CurrentTemplateVersionID Get-Datastore Get-GlobalTransportFailover Get-InventoryEntities Get-IsInventoryRefreshing Get-Job Get-JobTemplate Get-MonitorLog Get-Network Get-PhysicalMachineDiskMap Get-Repository Get-RepositoryJob Get-RepositorySavePoint Get-RestoreDiskMap Get-SavepointDisk Get-SavepointManifest Get-Savepoints Get-TransportFailover Get-VirtualApplianceConfig Get-VirtualApplianceDeploymentStatus Get-VirtualApplianceReconfigStatus Get-VirtualMachinesUnderInventory Get-VmDisk Get-VMDKVolume Install-VirtualAppliance Mount-LinuxVolume New-BackupFlag New-BackupGroupMember New-Daily Schedule New-EmailAddress New-IntervalSchedule New-MonthlySchedule New-ReplicationFlag New-RestoreFlag New-SMTPServer New-TransportConfiguration New-VirtualAppliance New-WeeklySchedule New-YearlySchedule Remove-AllMount Remove-BackupGroupEntity Remove-BackupGroupMember Remove-Catalog Remove-DdbStorageUnit Remove-JobTemplate Remove-LinuxVolume Remove-Repository Remove-SavePoint Remove-VirtualAppliance Remove-VirtualApplianceConfiguration Run-JobsNow Run-ReplicationFailover Run-ResumeReplicationFailover Run-TestReplicationFailover Set-Cataloging Set-CBTonVM Set-LinuxVolume Set-MountPath Set-Resources Stop-vRangerJob Update-BackupJobTemplate Update-GlobalTransportFailover Update-HypervRestoreJobTemplate Update-Inventory Update-ReplicationJobTemplate Update-RestoreJobTemplate Update-VirtualAppliance Update-VirtualApplianceConfiguration
About us

Add-DdbRepository

Previous Next


vAPI Cmdlet details > Add-DdbRepository

Add-DdbRepository

Description

Adds an EMC Data Domain Boost (DDB) repository to vRanger. The repository can be later used to store backup files from backup jobs.

Syntax

Add-DdbRepository [‑Server] <String> [‑StorageUnit] <String> [‑User] <String> [‑Password] <String> [‑Name] <String> [[‑Description] <String>] [[‑Overwrite] <Boolean>] [[‑ImportOption] <String>] [<CommonParameters>]

Parameters

Server <String>: The EMC® Data Domain® Boost (DD Boost™) server FQDN or IP.
StorageUnit <String>: The DD Boost storage unit.
User <String>: The user name to access the DD Boost server.
Password <String>: The password to access the DD Boost server.
Name <String>: A friendly name describing this DD Boost server.
Description [<String>]: The description of the DD Boost server.
Overwrite [<Boolean>]: Whether to overwrite the existing repository if one exists.
ImportOption [<String>]: Whether to import the save points as read-write or read only.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

This command adds a repository on server myserver.dev.corp pointing to a storage unit named mystorage using the credentials provided. Existing repositories at the location specified are overwritten.

Related links

Get-PhysicalMachineDiskMap

Add-CIFSRepository

Add-HypervCluster

Add-NVSDRepository

 

Add-EsxHost

Previous Next


vAPI Cmdlet details > Add-EsxHost

Add-EsxHost

Description

Adds a VMware® ESXi™ host to the inventory.

Syntax

Add-EsxHost [‑DNSorIP] <String> [‑Username] <String> [‑RootPassword] <String> [[‑UserPassword] <String>] [[‑Port] <Int>] [[‑AddUser] <Boolean>] [<CommonParameters>]

Parameters

DNSorIP <String>: The DNS or IP for the VMware® ESXi™ host.
Username <String>: The user name for the ESXi host.
RootPassword <String>: The root password for the ESXi host.
UserPassword [<String>]: The user password for the ESXi host.
Port [<Int>]: The SSH Port for the ESXi host.
AddUser [<Boolean>]: Add user if the user does not exist.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

This command adds an ESXi host to the inventory.

Related links

Add-VirtualCenter

Get-InventoryEntities

Add-HypervCluster

Previous Next


vAPI Cmdlet details > Add-HypervCluster

Add-HypervCluster

Description

Adds a Hyper-V® Cluster to the inventory.

Syntax

Add-HypervCluster [‑DNSorIP] <String> [‑Username] <String> [‑Password] <String> [[‑Port] <Int32>] [[‑IsInstallAgent] <Boolean>] [<CommonParameters>]

Parameters

DNSorIP <String>: The DNS or IP for the Hyper-V cluster.
Username <String>: The user name to add the Hyper-V cluster.
Password <String>: The password to add the Hyper-V cluster.
Port [<Int32>]: The port to add the Hyper-V cluster.
IsInstallAgent [<Boolean>]: Install agent on cluster.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, ‑WarningAction, ‑WarningVariable, ‑OutBuffer, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

This command adds a Hyper-V cluster to the inventory.

Related links

Add-BackupJobTemplate

Get-InventoryEntities

Add-HypervHost

Previous Next


vAPI Cmdlet details > Add-HypervHost

Add-HypervHost

Description

Adds a Hyper-V® host to the inventory.

Syntax

Add-HypervHost [‑DNSorIP] <String> [‑Username] <String> [‑Password] <String> [[‑Port] <Int32>] [[‑IsInstallAgent] <Boolean>] [<CommonParameters>]

Parameters

DNSorIP <String>: The DNS or IP for the Hyper-V host.
Username <String>: The user name to add the Hyper-V host.
Password <String>: The password to add the Hyper-V host.
Port [<Int32>]: The port to add the Hyper-V host.
IsInstallAgent [<Boolean>]: Install agent on host.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, ‑WarningAction, ‑WarningVariable, ‑OutBuffer, and OutVariable. For more information, type: "get-help about_commonparameters"

Examples

This command adds a Hyper-V host to the inventory.

Related links

Add-BackupJobTemplate

Get-InventoryEntities

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating