access: Managers
Removes a host-based trust relationship for the specified host.
access delete trust CLIENT HOSTNAME [-a | --all] [-q | --quiet]
| Arguments | Description |
|---|---|
CLIENT HOSTNAME |
Specifies the name of the client to remove. This argument is repeatable to remove multiple clients at one time. |
| [-a | --all] | Removes all trust relationships. |
| [-q | --quiet] | If the trust relationship to delete is not found, this argument specifies that no error be returned. |
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. |
| NWSE_RPCTimeout | 2 | Request was issued, but was not serviced by the server. RPC procedure timed out and the request may or may not have been serviced by the server. |
| NWSE_RPCNotConnected | 3 | Unable to connect to the RPC server. |
| NWSE_NotFound | 5 | The trust relationship for the specified host was not found. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |
| NWSE_DeviceError | 25 | Error deleting trusted host. Insufficient space in /tmp. |