Log and Show Commands
Support Commands and Show Commands
The following commands translate to corresponding linux commands like virsh, ovs and ip:
|
Command |
Description |
|---|---|
|
show system status |
To display system defaults and services status. |
|
show system disk-space |
To display information about the system disk space. |
|
show system memory |
To display information about the system memory. If DPDK is enabled, check if HugePage is available to use. |
|
show resources cpu-info |
To get information on the resource assignment. |
|
VM |
|
|
support virsh all-info |
To display the output of all supported VM and index by number. |
|
support virsh dumpxml <num> |
To display all information about one VM index by <num> |
|
support virsh domiflist <num> |
To display the list of interfaces on VM index by <num> and MAC address of the VNICs. |
|
Network |
|
|
support show ifconfig |
To display the configuration details of all network interfaces or a specific interface. |
|
support virsh net-list |
To display all the networks in the host |
|
support virsh net-dumpxml <network name> |
To display the network information about one network and bridge attachment. |
|
support virsh iface-list |
To display a list of interfaces on the host. |
|
Bridge |
|
|
support ovs vsctl show: : : |
To display an overview of the bridge, port and vlan tag. |
|
support ovs appctl fdb-show <bridge-name> |
To display information about the ports of a bridge. |
|
support ovs all-info |
To display the output of all supported ovs commands |
|
Firewall |
|
|
support show firewall get-all-rule |
|
Log Files
The tech-support includes all the logs. Download tech-support and record the time of the occurance of error.
|
Command |
Description |
|---|---|
|
show log |
To display a list of available log files or content of a specific log file. |
|
show log nfvis_syslog.log |
To display syslogs. |
|
show log nfvis_config.log |
To display system configuration related logs. |
|
show log esc/escmanager.log |
To display VM deployment related logs. |
|
show log switch_confiog.log |
To display the built-in switch configuration logs. |

Feedback