Which CLI command shows syslog on NSX Manager?
Which CLI command shows syslog on NSX Manager?
The correct command to show the syslog on NSX Manager is 'get log-file syslog'. This command retrieves the contents of the syslog file.
## NSX Cli command get log-file <fiilename> get log-file <filename> follow # Below are commonly used log files, there are many more log files get log-file <auth.log | controller | controller-error | http.log | kern.log | manager.log | node-mgmt.log | policy.log | syslog> [follow] # use [follow] to continuing monitor Example: get log-file syslog follow get log-file syslog
get log-file syslog will be the correct syntax