You are here: Reference Manual > Client-side Commands (VTL) > vtl haAdmin subCommands > vtl haAdmin removeMember Client Command

Client-Computer HAadmin Commands (vtl)

vtl haAdmin removeMember Client Command

NAME

 vtl haAdmin -removeMember  - remove a member from an HA group.

SYNOPSIS

vtl haAdmin -removeMember -group <groupNum> -serialNum <serialnumber> -password <password>

DESCRIPTION

Removes the specified member from the HA group. If the member is still accessible via the NTLA, the HA key will also be removed from the member, otherwise a warning will be printed that the key was not removed.

Currently the partition must be assigned to the user for the removeMember command to work. If it is not possible to assign the partition to the user, contact Technical Support to ask them how to manually remove the member from the HA group.

You should never manually remove members unless you absolutely must, because the application has many steps that cannot be replicated manually. 

 

OPTIONS

-group <groupNumber>  [mandatory] The HA group's designating number. Group numbers can be found using the vtl haAdmin -listGroups command.

-serialNum <serialNumber>  [mandatory] The serial number of the partition to remove from the group. Use the vtl haAdmin -listGroups command to see a list of partition serial numbers that belong to the each HA group.

-password <password>  [mandatory] The text password for the partitions.

SAMPLE OUTPUT

C:\Program Files\SafeNet\LunaClient>vtl haadmin -removeMember -group testgroup -serial 150520009 -password default
Member 150520009 successfully removed from group testgroup. New group configuration is:

HA Group Label: testgroup
HA Group Number: 1150520008
HA Group Slot #: 6
Synchronization: enabled
Group Members: 150520008
Standby members: <none>
In Sync: yes

 

See Also