Hi
is there a difference between this ..
is selecting STOP ALL NODEs on the side bar and Shutdown, of a specific node the same in regards to gracefull shutdown
I've been advised the latter is better for Juno VMs to prevent them from being corrupted.
Regards
Simon
Shutting down nodes gracefully
Moderator: mike
-
- Posts: 59
- Joined: Wed Feb 12, 2020 7:43 am
- Location: UK
- Contact:
Shutting down nodes gracefully
You do not have the required permissions to view the files attached to this post.
-
- Posts: 301
- Joined: Thu Mar 29, 2018 4:19 pm
Re: Shutting down nodes gracefully
Well, as it says stop all stops all nodes. If you right click on a single node you have 2 options shutdown and power off, both will work ok as long as you save the config within a node. Also, you can use this command
unl_wrapper -a stopall (which will stop all nodes in all labs) and or use this command to stop a single node in a lab.
Here's an example:
unl_wrapper -a stop -T PODID -F <FULLPATHOFLAB> -D DEVICE ID
unl_wrapper -a stop -T 0 -m 0 -F /opt/unetlab/labs/abc.unl -D 5
unl_wrapper -a stopall (which will stop all nodes in all labs) and or use this command to stop a single node in a lab.
Here's an example:
unl_wrapper -a stop -T PODID -F <FULLPATHOFLAB> -D DEVICE ID
unl_wrapper -a stop -T 0 -m 0 -F /opt/unetlab/labs/abc.unl -D 5