Verify and Troubleshoot cJunosEvolved on Docker
Use this topic to verify your cJunosEvolved configurations and for any troubleshooting information.
Verify that cJunosEvolved Container is Running and Ready
Verify CPU Information
On the host server, use the lscpu
command to display CPU
information.
The output displays information such as the total number of CPUs, the number of cores per socket, and the number of CPU sockets.
For example, the following information is for an Ubuntu 22.04 LTS host server supporting a total of 56 CPUs (with hyperthreading enabled).
root@host-server# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 56 On-line CPU(s) list: 0-55 Vendor ID: GenuineIntel Model name: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz CPU family: 6 Model: 79 Thread(s) per core: 2 Core(s) per socket: 14 Socket(s): 2 [snip] Virtualization features: Virtualization: VT-x [snip]
Collect Log Files
Docker Logs
The docker logs -f <container-name>
command provides
cJunosEvolved logs starting with its bootup logs.
EVOVM System Logs
To view the system logs, login to the EVOVM as previously described. Then run the
root@re0 > show log ?
command to see the list of log files
available.
For example, to view the EVO init logs, run the root> show log
evoinit.log command
The log files can be viewed from the /var/log directory of the cJunosEvolved Routing Engine. These logs are the standard JunosEvolved log files that are also found on other Juniper Networks® products.
Use the
request system debug-info
command.This command places all the system traces in a file named /var/tmp/ debug_collector_<date_time>.tgz
Run
scp
command on the host server to transfer the debug_collector files to the host server.Example:
scp admin@<management IP> :/var/tmp/debug_collector__<date_time>.tgz
Use the
show system core-dumps
command to view the collected core files. You can transfer these core files to the host server for analysis through the management interface on the Routing Engine.The /var/crash directory of the cJunosEvolved stores all the core files. You can follow the standard procedures of the Junos OS to transfer the core files cJunosEvolved-BX to an external host.