Get-EmcFastVpPolicy

Gets the FAST VP policies that are associated with the specified storage system or VMAX storage group.

 

Syntax

 

Parameters

-ID <String>

Attributes: Optional, Position: 1

Specifies the FAST VP policy ID. Wildcards are permitted. It is a positional parameter (position = 1).

 

-StorageSystem <IStorageSystem>

Attributes: Optional, Position: named

Specifies the storage system object. You can add the storage system object to ESI with the Get-EmcStorageSystemCredential and Connect-EmcSystem cmdlets. You can get the storage system object with the Get-EmcStorageSystem cmdlet.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

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

 

-VmaxStorageGroup <VmaxStorageGroup>

Attributes: Optional, Position: named

Specifies the ESI VMAX storage group object. You can get a VMAX storage group object with the ESI storage system object or Get-EmcVmaxStorageGroup 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.

 

Examples

-------------- Example 1 --------------

C:\PS>Getting storage system

$storage = Get-EmcStorageSystem vmax348

C:\PS>Get-EmcFastVpPolicy -StorageSystem $storage

This example gets the FAST VP policies from the specified storage system.

 

-------------- Example 2 --------------

C:\PS>Getting storage system

$storage = Get-EmcStorageSystem vmax348

C:\PS>$storagegroup = Get-EmcVmaxStorageGroup *test_SG* -VmaxStorageSystem $storage

C:\PS>Get-EmcFastVpPolicy –VmaxStorageGroup $storagegroup

This example gets the FAST VP policies associated with the specified storage system and storage group.