vserver group-mapping delete
Delete a group mapping
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver group-mapping delete command deletes a group mapping.
The vserver group-mapping delete command is not supported on Vservers with FlexVol volumes.
Parameters
- -vserver <vserver name> - Vserver
- This parameter specifies the Vserver from which you want to delete the group mapping.
- -direction {krb-unix|win-unix|unix-win} - Name Mapping Direction
- This parameter specifies the direction of the group mapping that you want to delete.
- -position <integer> - Position
- This parameter specifies the position of the group mapping that you want to delete. Specify the position as a positive integer.
Examples
The following example deletes a group mapping on a Vserver named vs1. The group mapping is from UNIX to Windows and is at position 5.
cluster1::> vserver group-mapping delete -vserver vs1 -direction unix-win -position 5
Give documentation feedback