< Back

Publish-SVTdatastore

Tue Jan 14, 2020 2:12 am

NAME Publish-SVTdatastore



SYNOPSIS

Adds a share to a HPE SimpliVity datastore for a compute node (a standard ESXi host)





SYNTAX

Publish-SVTdatastore [-DatastoreName] <String> [-ComputeNodeName] <String> [<CommonParameters>]





DESCRIPTION

Adds a share to a HPE SimpliVity datastore for a specified compute node





PARAMETERS

-DatastoreName <String>

The datastore to add a new share to



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ComputeNodeName <String>

The compute node that will have the new share



Required? true

Position? 2

Default value

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





NOTES





This command currently works in VMware environments only. Compute nodes are not supported with Hyper-V



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



PS C:\\>Publish-SVTdatastore -DatastoreName DS01 -ComputeNodeName ESXi03



The specified compute node is given access to the datastore











RELATED LINKS