New-EmcVnxeLunGroup

Creates a new LUN group on a VNXe system. LUN groups enables consistent snapshots of multiple LUNs and are used to grant hosts access to LUNs and snapshots of LUNs in the group.

Note: This command is for VNXe3200 systems only.

 

Syntax

New-EmcVnxeLunGroup -StorageSystem <IStorageSystem> -Name <String> [-Description <String>] [-Silent] [<CommonParameters>]

 

Parameters

-StorageSystem <IStorageSystem>

Attributes: Required, Position: 1

Specifies the VNXe storage system on which to create the LUN group.

 

-Name <String>

Attributes: Required, Position: named

Specifies the name of the LUN group.

 

-Description <String>

Attributes: Optional, Position: named

Specifies a description for the LUN group.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

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

 

<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>$ss = Get-EmcStorageSystem TestVNXe

$group = New-EmcVnxeLunGroup -Name TestLG

Creates a LUN group on the specified VNXe system.