Home >

LunaSH Command Reference Guide > LunaSH Commands > audit > audit remotehost clear

audit remotehost clear

Delete all of the currently configured Remote Logging Servers.

Syntax

audit remotehost clear [-force]  

Parameter Shortcut Description
-force -f

Force the action without prompting.

Example

With the -force option
lunash:>audit remotehost clear -f 

Shutting down kernel logger:                               [  OK  ]
Shutting down system logger:                               [  OK  ]
Starting system logger:                                    [  OK  ]
Starting kernel logger:                                    [  OK  ]

Command Result : 0 (Success)
[myluna] lunash:>

Without the -force option
[myluna] lunash:>audit remotehost clear

        All remote hosts receiving the audit logs will be deleted.
        Are you sure you wish to continue?

        Type proceed to continue, or quit to quit now -> proceed

Shutting down kernel logger:                               [  OK  ]
Shutting down system logger:                               [  OK  ]
Starting system logger:                                    [  OK  ]
Starting kernel logger:                                    [  OK  ]

Command Result : 0 (Success)