Get-RubrikVgfClusterStorage
SYNOPSIS
Returns cluster free space in the case of Volume Group format upgrade
SYNTAX
DESCRIPTION
The Get-RubrikVgfClusterStorage cmdlet is used to return projected space consumption on any number of volume groups if they are migrated to use the new format, and the cluster free space before and after the migration. If no Volume Group ID or list of ID is given, it will report the projected space consumption of migrating all Volume Groups that are currently using the old format.
EXAMPLES
EXAMPLE 1
This will return projected space consumption on volume groups within the given Volume Group ID list, and cluster free space before and after migration.
EXAMPLE 2
This will return projected space consumption of migrating all old-format volume groups on the Rubrik cluster, and cluster free space before and after migration.
EXAMPLE 3
This will return projected space consumption of migrating all old-format volume groups from host "Server1", and cluster free space before and after migration.
EXAMPLE 4
This will return projected space consumption of migrating all old-format volume groups of "Server1" that are protected by the Gold SLA Domain, and cluster free space before and after migration.
EXAMPLE 5
This will return projected space consumption of migrating all old-format, removed volume groups that were formerly protected by Rubrik, and cluster free space before and after migration.
EXAMPLE 6
This will return projected space consumption of migrating all old-format volume groups that needs to be migrated to use fast VHDX format since they have failed the latest snapshot using the legacy backup format, and cluster free space before and after migration.
EXAMPLE 7
This will return projected space consumption for the specified VolumeGroup ID, and 0 if this Volume Group uses fast VHDX format (no need for migration).
PARAMETERS
-name
Name of the volume group
-VGList
List of Volume Group IDs
-NamePrefix
Prefix of Volume Group names
-hostname
Filter results by hostname
-HostnamePrefix
Prefix of host names
-Relic
Filter results to include only relic (removed) volume groups
-SLA
SLA Domain policy assigned to the volume group
-PrimaryClusterID
Filter the report information based on the primarycluster_id of the primary Rubrik cluster. Use local as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session.
-id
Volume group id
-SLAID
SLA id value
-FailedLastSnapshot
Filter the report based on whether a Volume Group needs to be migrated to use fast VHDX format since they have failed the latest snapshot using the legacy backup format.
-SetToUpgrade
Filter the report based on whether a Volume Group is set to take a full snapshot on the next backup.
-Server
Rubrik server IP or FQDN
-api
API version
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 Feng Lu for community usage github: fenglu42
RELATED LINKS
Last updated