Chat now with support
Chat with Support

We are aware of the intermittent issues with the support portal and are working to resolve them as quickly as possible. If you need assistance with opening a support case, please call support:1 (800) 306-9329 or (949) 754-8000

vRanger 7.7.1 - 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

New-ReplicationFlag

Previous Next


vAPI Cmdlet details > New-ReplicationFlag

New-ReplicationFlag

Description

Helps you create a ReplicationFlags Enum object. Without parameters, the command returns NoFlags. You can pass in boolean parameters to specify which flags you want on.

Syntax

New-ReplicationFlag [[‑CheckDestinationFreeSpace] [<Boolean>]] [[‑UpdateNotes] [<Boolean>]] [[‑EnableGuestQuiescing] [<Boolean>]] [[‑EnableABM] [<Boolean>]] [[‑AllFlags] [<Boolean>]] [<CommonParameters>]

Parameters

CheckDestinationFreeSpace [<Boolean>]: Whether to check repository free space before replication.
UpdateNotes [<Boolean>]: Whether to update notes on VM after replication.
EnableGuestQuiescing [<Boolean>]: Whether guest quiescing is enabled.
EnableABM [<Boolean>]: Whether ABM is enabled.
AllFlags [<Boolean>]: Whether to use all available flags for the replication.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

--------------------EXAMPLE 1--------------------

This command returns a new ReplicationFlags object with the value of NoFlags.

--------------------EXAMPLE 2--------------------

This command returns a new ReplicationFlags object with the values of EnableGuestQuiescing and EnableABM.

--------------------EXAMPLE 3--------------------

This command returns a new ReplicationFlags object with all flags set to on.

Related links

Add-PhysicalMachine

New-RestoreFlag

Previous Next


vAPI Cmdlet details > New-RestoreFlag

New-RestoreFlag

Description

Helps you create a RestoreFlags Enum object. Without parameters, the command returns NoFlags. You can pass in boolean parameters to specify which flags you want on.

Syntax

New-RestoreFlag [[‑ForceOverwrite] <Boolean>] [[‑ForcePowerOn] <Boolean>] [[‑UseFiber] <Boolean>] [[‑PerformNetworkRestoreOnFailure] <Boolean>] [[‑LanFree] <Boolean>] [[‑AllFlags] <Boolean>] [<CommonParameters>]

Parameters

ForceOverwrite [<Boolean>]: Whether to force overwrite of existing VM with same name.
ForcePowerOn [<Boolean>]: Whether to power on the VM for restore.
UseFiber [<Boolean>]: [Deprecated] Formerly, whether to use fiber or iSCSI to perform this restore. Currently, whether to perform a LAN-free restore. Use LanFree instead.
PerformNetworkRestoreOnFailure [<Boolean>]: [Deprecated] Formerly, whether to perform a network restore on a LAN-free restore failure.
LanFree [<Boolean>]: Whether to perform a LAN-free restore.
AllFlags [<Boolean>]: Whether to use all available flags for the restore.
AddHypervVirtualMachineToCluster [<Boolean>]: Whether to add the restored Hyper-V® VM to the cluster.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

--------------------EXAMPLE 1--------------------

This command runs RestoreFlags with the value of NoFlags.

--------------------EXAMPLE 2--------------------

This command runs RestoreFlags with the values of ForcePowerOn.

--------------------EXAMPLE 3--------------------

This command runs RestoreFlags with all flags set to on.

Related links

None

New-SMTPServer

Previous Next


vAPI Cmdlet details > New-SMTPServer

New-SMTPServer

Description

Adds an SMTP Server.

Syntax

New-SMTPServer [‑SMTPServer] <String> [‑Port] <Int> [‑FromEmail] <String> [<CommonParameters>]

Parameters

SMTPServer <String>: SMTP server address.
Port <Int>: Port number for SMTP server.
FromEmail <String>: Email address for sent email messages.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

Related links

None

New-TransportConfiguration

Previous Next


vAPI Cmdlet details > New-TransportConfiguration

New-TransportConfiguration

Description

Helps you create a TransportConfiguration object. Without parameters, the command returns the default Automatic configuration. You can pass in boolean parameters to specify which settings you want on.

Syntax

New-TransportConfiguration [‑AutoSelectTransport] <Boolean> [‑RunLocal] <Boolean>[‑UseAdvancedTransport] <Boolean> [‑UseLanTransport] <Boolean> [[‑UseSsLforLan] <Boolean>] [<CommonParameters>]

Parameters

AutoSelectTransport <Boolean>: The service determines which transport type to use at run-time.
RunLocal <Boolean>: Whether to run the job on the local machine vs the VA.
UseAdvancedTransport <Boolean>: Whether the job should attempt to use an advanced transport (SAN/HotAdd) first.
UseLanTransport <Boolean>: Whether the job should attempt to use a network transport.
UseSsLforLan [<Boolean>]: Whether the job should use an encrypted connection when attempting a network transport.
<CommonParameters>: This cmdlet supports the common parameters: ‑Verbose, ‑Debug, ‑ErrorAction, ‑ErrorVariable, and ‑OutVariable. For more information, type: "get-help about_commonparameters"

Examples

--------------------EXAMPLE 1--------------------

This command returns a new transport configuration object with the values of RunLocal, UseAdvancedTransport.

--------------------EXAMPLE 2--------------------

This command returns a new transport configuration object with the configuration set to Automatic.

Related links

Add-BackupJobTemplate

Add-RestoreJobTemplate

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating