New-RubrikMount

SYNOPSIS

Create a new Live Mount from a protected VM

SYNTAX

New-RubrikMount [-id] <String> [[-HostID] <String>] [[-MountName] <String>] [[-DatastoreName] <String>]
 [-DisableNetwork] [-RemoveNetworkDevices] [-PowerOn] [[-Server] <String>] [[-api] <String>] [-WhatIf]
 [-Confirm] [<CommonParameters>]

DESCRIPTION

The New-RubrikMount cmdlet is used to create a Live Mount (clone) of a protected VM and run it in an existing vSphere environment.

EXAMPLES

EXAMPLE 1

New-RubrikMount -id '11111111-2222-3333-4444-555555555555'

This will create a new mount based on snapshot id "11111111-2222-3333-4444-555555555555" The original virtual machine's name will be used along with a date and index number suffix The virtual machine will NOT be powered on upon completion of the mount operation

EXAMPLE 2

This will create a new mount based on snapshot id "11111111-2222-3333-4444-555555555555" and name the mounted virtual machine "Mount1" The virtual machine will be powered on upon completion of the mount operation but without any virtual network adapters

EXAMPLE 3

This will create a new mount based on the closet snapshot found on March 1st, 2017 @ 01:00 AM and name the mounted virtual machine "Mount1" The virtual machine will NOT be powered on upon completion of the mount operation

PARAMETERS

-id

Rubrik id of the snapshot

-HostID

ID of host for the mount to use

-MountName

Name of the mounted VM

-DatastoreName

Name of the data store to use/create on the host

-DisableNetwork

Whether the network should be disabled on mount.This should be set true to avoid ip conflict in case of static IPs.

-RemoveNetworkDevices

Whether the network devices should be removed on mount.

-PowerOn

Whether the VM should be powered on after mount.

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/new-rubrikmount

Last updated

Was this helpful?