< Back
New-SVTdatastore
Post
NAME New-SVTdatastore
SYNOPSIS
Create a new HPE SimpliVity datastore
SYNTAX
New-SVTdatastore [-DatastoreName] <String> [-ClusterName] <String> [-PolicyName] <String> [-SizeGB] <Int32>
[<CommonParameters>]
DESCRIPTION
Creates a new datastore on the specified SimpliVity cluster. An existing backup
policy must be assigned when creating a datastore. The datastore size can be between
1GB and 1,048,576 GB (1,024TB)
PARAMETERS
-DatastoreName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterName <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PolicyName <String>
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SizeGB <Int32>
Max is 1024TB (matches the SimpliVity plugin limit)
Required? true
Position? 4
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:\\>New-SVTdatastore -DatastoreName ds01 -ClusterName Cluster1 -PolicyName Daily -SizeGB 102400
Creates a new 100TB datastore called ds01 on Cluster1 and assigns the pre-existing Daily backup policy to it
RELATED LINKS
SYNOPSIS
Create a new HPE SimpliVity datastore
SYNTAX
New-SVTdatastore [-DatastoreName] <String> [-ClusterName] <String> [-PolicyName] <String> [-SizeGB] <Int32>
[<CommonParameters>]
DESCRIPTION
Creates a new datastore on the specified SimpliVity cluster. An existing backup
policy must be assigned when creating a datastore. The datastore size can be between
1GB and 1,048,576 GB (1,024TB)
PARAMETERS
-DatastoreName <String>
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterName <String>
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PolicyName <String>
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-SizeGB <Int32>
Max is 1024TB (matches the SimpliVity plugin limit)
Required? true
Position? 4
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:\\>New-SVTdatastore -DatastoreName ds01 -ClusterName Cluster1 -PolicyName Daily -SizeGB 102400
Creates a new 100TB datastore called ds01 on Cluster1 and assigns the pre-existing Daily backup policy to it
RELATED LINKS