< Back

Resize-SVTdatastore

Tue Jan 14, 2020 2:14 am

NAME Resize-SVTdatastore



SYNOPSIS

Resize a HPE SimpliVity Datastore





SYNTAX

Resize-SVTdatastore [-DatastoreName] <String> [-SizeGB] <Int32> [<CommonParameters>]





DESCRIPTION

Resizes a specified datastore to the specified size in GB. The datastore size can be

between 1GB and 1,048,576 GB (1,024TB).





PARAMETERS

-DatastoreName <String>

Apply to specified datastore



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-SizeGB <Int32>

The new total size of the datastore in GB



Required? true

Position? 2

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS

HPE.SimpliVity.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Resize-SVTdatastore -DatastoreName ds01 -SizeGB 1024



Resizes the specified datastore to 1TB











RELATED LINKS