Mount-EmcVnxeSnapshot

Mounts a VNXe LUN or LUN group snapshot so it is visible to hosts in the snapshot access list for the LUN or LUN group.

Note: This command is for VNXe3200 systems only.

 

Syntax

Mount-EmcVnxeSnapshot -Snapshot <Vnx2eSnapshot> [-Force] [-Silent] [-WhatIf] [-Confirm] [<CommonParameters>]

 

Parameters

-Snapshot <Vnx2eSnapshot>

Attributes: Required, Position: 1

Specifies the LUN or LUN group snapshot to mount.

 

-Force <SwitchParameter>

Attributes: Optional, Position: named

Suppresses any user prompts while running the cmdlet.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

-WhatIf <SwitchParameter>

Attributes: Optional, Position: named

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

 

-Confirm <SwitchParameter>

Attributes: Optional, Position: named

Prompts you for confirmation before running the cmdlet.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Example

C:\PS>$snap = Get-EmcVnxeSnapshot TestLunGroupSnap

Mount-EmcVnxeSnapshot -Snapshot $snap

Mounts a specified LUN group snapshot.