client delete

Remove a client from the list of clients registered to use the Luna Network HSM 7 appliance. The command requires user interaction to verify that deletion should occur. This can be overridden with the -force option.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

Syntax

client delete -client <clientname> [-force]

Argument(s) Shortcut Description
-client <clientname> -c Specifies the name of the client to delete. Use the client list command to display a list of registered clients.
-force -f

Force the action without prompting.

Example

lunash:>client delete -client 192.20.11.91


CAUTION:  Are you sure you wish to delete client named:
            192.20.11.91
          Type 'proceed' to delete the client, or 'quit'
          to quit now.
          > proceed
'client delete' successful.


Command Result : 0 (Success)