NAME
Remove-DcsServerPort
SYNOPSIS
Removes a Fibre Channel or iSCSI ports from a server. The port can only be removed if it is in the Not Present state and has no paths.
SYNTAX
Remove-DcsServerPort -Port <Object> [ -Server <String> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Removes a Fibre Channel or iSCSI port from a server. The port can only be removed if it is in the Not Present state and has no paths.
PARAMETERS
- -Port<Object>
- ScsiPortData object, name, or ID that identifies a port to remove. To uniquely identify a port by name, the server must be specified.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Server<String>
- Computer name or ID of the server. The computer name must be unique or the name must be fully qualified.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
ScsiPortData : Object the identifies and describes the port.
OUTPUTS
NOTES
After running this cmdlet, if the ports are not physically removed, they will be rediscovered when the DataCore Executive Service is stopped and restarted. Also see Get-DcsPort, Get-DcsPortConnection.
EXAMPLES
Remove-DcsServerPort -Port "Server iSCSI Port 3" -Server SSV1
The port named "Server iSCSI Port 3" on the server named "SSV1" is removed from the configuration.