NDR Sensor CLI
System
Associated Commands:
| CLI Description | Command |
|---|---|
Copy a local file to remote destinationCopy a local file to a remote destination. |
copy file <existing-file-arg> url <scp-file-url-arg>
|
Copy a remote file to the local file storeCopy a remote file to the local file store. If no destination file is specified, the copied file has the same file name as the source file. You can use the file argument to specify a different destination file name.To specify IPv6 remote addresses, url server should be enclosed between square brackets. |
copy url <url> [file <filename>]
|
Copy a remote https url file with same filenameCopy a remote https url file to local file using same filename. |
copy url <url> thumbprint <thumbprint> [file <filename>]
|
Delete local fileDelete a local file. |
del file <existing-file-or-pattern-arg>
|
Remove NTP serverRemove an existing NTP server. |
del ntp-server <hostname-or-ip-address>
|
Exit the CLIExit the CLI. |
exit
|
Show status to display datetime stampShow status to display datetime stamp in command output. |
get cli-output datetime
|
Show inactivity timeoutShow inactivity timeout in seconds. |
get cli-timeout
|
Display system clockDisplay the current date and time. |
get clock
|
Display commands historyDisplay the commands history in command output. To show all command history set size to 0. |
get command history
|
Show the system CPU statusDisplay the system CPU information. |
get cpu-stats
|
List file in the filestoreDisplay information about the specified file in the filestore. |
get file <existing-file-arg>
|
Display file thumbprintDisplay the file thumbprint. |
get file <existing-file-arg> thumbprint
|
List files in the filestoreDisplay information about the files in the filestore. |
get files
|
Show the system storage capacityDisplay the file system information. |
get filesystem-stats
|
Display GRUB menu timeoutDisplay GRUB menu timeout. |
get grub menu timeout
|
Show the system memory statusDisplay the system memory information. |
get memory-stats
|
Show NTP associationsDisplay the status of the NTP system. The delay, offset and dispersion values are in seconds. |
get ntp-server associations
|
Show NTP serversDisplay all NTP servers. |
get ntp-servers
|
Show the system uptimeDisplay the system uptime information. |
get uptime
|
Display system versionDisplay the version of the NDR Sensor appliance. |
get version
|
Display help information.Display help information. See the example below. |
help
|
List available commandsThis command lists all available commands. |
list
|
Reboot systemReboot the system. If you specify the force argument, the system will reboot immediately without prompting for confirmation. |
reboot [force]
|
Set status to display datetime stampSet status to display datetime stamp in command output. |
set cli-output datetime <datetime-arg>
|
Set inactivity timeoutSet inactivity timeout in seconds. To disable the timeout, specify 0. |
set cli-timeout <timeout-arg>
|
Set GRUB menu timeoutSet GRUB menu timeout. |
set grub menu timeout <grub-menu-timeout>
|
Set GRUB user passwordSet GRUB user password. |
set grub user <grub-username> password [<grub-password>]
|
Set commands history sizeSet command history size. |
set history limit <history-size>
|
Add NTP serverConfigure a new NTP server. |
set ntp-server <hostname-or-ip-address>
|
Set system timezoneSet the system timezone. |
set timezone <timezone-arg>
|
Shutdown systemShut down the system. If you specify the force argument, the system will shut down immediately without prompting for confirmation. |
shutdown [force]
|
Total commands: 32