NSX CLI Guide
Associated Commands:
CLI Description | Command |
---|---|
Copy core dumps to remote fileCopy system generated core dumps to a remote destination. |
copy core-dump <core-dump-file-arg> url <scp-file-url-arg>
|
Delete core dump files in the systemDelete core dump files in the system. |
del core-dump [all|<core-dump-file-arg>]
|
Show status to display datetime stampShow status to display datetime stamp in command output. |
get cli-output datetime
|
Show status to display commad deprecate warningShow status to display deprecate warning in command output. |
get cli-output deprecate-warning
|
Show inactivity timeoutShow inactivity timeout in seconds. |
get cli-timeout
|
Display commands historyDisplay the commands history in command output. To show all command history set size to 0. Note:Outputs command history from version 3.2.0 and above. |
get command history
|
Get core dump configGet core dump generation and rotation configurations |
get core-dump config
|
List core dump files in the systemDisplay information about the core dump files in the system. |
get core-dumps
|
Get central-config propertiesGet central-config properties. |
get node central-config
|
Display CLI command help informationDisplay CLI command help information. |
help
|
List available commandsThis command lists all available commands. |
list
|
Set status to display datetime stampSet status to display datetime stamp in command output. |
set cli-output datetime <datetime-arg>
|
Set status to display commad deprecate warningSet status to display deprecate warning in command output. |
set cli-output deprecate-warning <deprecate-warn-arg>
|
Set inactivity timeoutSet inactivity timeout in seconds. To disable the timeout, specify 0. |
set cli-timeout <timeout-arg>
|
Set core dump file limit global configGlobal limit for count to preserve latest core dump files generated for all processes or applications. By default lastest 2 core dump files will be preserved. To disable this config, set value to 0. Note, disabling config may consume higher disk space and can cause disk outage. |
set core-dump global file-limit <core-dump-limit>
|
Set core dump frequency threshold global configGlobal limit for setting threshold in seconds for frequency of generated core dump files for all processes or applications. Any application generating core dump within threshold seconds will be neglected and new core dump request will only be in effect after expired threshold period. By default processes generating core dump within threshold frequency of 600 seconds will be denied. To disable this config, set value to 0. Note, disabling config may consume higher disk space and can cause disk outage. |
set core-dump global frequency-threshold <core-dump-limit>
|
Set Core dump limit config per applicationLimit for count to preserve latest core dump files generated per process or application. To disable this config, set value to 0. Note, disabling config may consume higher disk space and can cause disk outage. |
set core-dump process <process-name> file-limit <core-dump-limit>
|
Set commands history sizeSet command history size. |
set history limit <history-size>
|
Ignore Central Config from the Manager to this applianceIgnore Central Config from the Manager to this appliance. |
set node central-config disabled
|
Synchronize Central Config from the Manager to this applianceSynchronize Central Config from the Manager to this appliance. |
set node central-config enabled
|
Total commands: 20
Additional
Links