Control Plane Monitoring
How do I access Worker Node control plane logs?
Node Engine Component
Run the following command to access the logs:
Or you can manually access the logs in
Net Manager Component
NetManager logs are available at this location on every Worker Node:
How do I activate Debug Mode in NetManager?
You can add the debug true
flag in your netcfg.json
file as follows:
1: Stop the Worker Node using sudo NodeEngine stop
2: Edit the netcfg.json
file located at /etc/netmanager/netcfg.json
and add "Debug": true
3: Restart the Worker Node using sudo NodeEngine start
Legacy v0.4.301 or previous releases
If you’re running a legacy NetManager and NodeEngine v0.4.301 or previous releases, just start the NetManager using the -D
flag.
E.g., NetManager -p 6000 -D
You can check your NodeEngine version by running NodeEngine version
Accessing Root Orchestrator database component
You can access a live MongoDB shell of each one of the Oakestra’s databases by running the following commands:
For the System Manager database run:
For the Root Service Manager DB run:
This command opens a shell to the corresponding MongoDB instance running on the root orchestrator. From here, you can run MongoDB commands to query the database.
For example:
Access Cluster Orchestrator database component
You can access a live MongoDB shell of each one of the Oakestra Cluster’s databases by running the following commands:
For the System Manager DB run:
For the Root Service Manager DB run:
This command opens a shell to the corresponding MongoDB instance running on the cluster orchestrator. From here, you can run MongoDB commands to query the database.