< Back

Remove-SVThost

Tue Jan 14, 2020 2:13 am

NAME Remove-SVThost



SYNOPSIS

Removes a HPE SimpliVity node from the cluster/federation





SYNTAX

Remove-SVThost [-HostName] <String> [-Force] [<CommonParameters>]





DESCRIPTION

Removes a HPE SimpliVity node from the cluster/federation. Once this command is executed, the specified node must

be factory reset and can then be redeployed using the Deployment Manager. This command is equivilent GUI command

"Remove from federation"



If there are any virtual machines running on the node or if the node is not HA-compliant, this command will fail.

You can

specify the force command, but we aware that this could cause data loss.





PARAMETERS

-HostName <String>

Specify the node to remove.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Force [<SwitchParameter>]

Forces removal of the node from the HPE SimpliVity federation. THIS CAN CAUSE DATA LOSS. If there is one node

left in the cluster, this

parameter must be specified (removes HA compliance for any VMs in the affected cluster.)



Required? false

Position? named

Default value False

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:\\>Remove-SVThost -HostName Host01



Removes the node from the federation providing there are no VMs running and providing the node is HA-compliant.











RELATED LINKS