The issue is mostly observed when the task scheduler is configured and the script is executed during the power failure/reset attempted multiple times.
Steps to reproduce in the GNS3 lab:
- Create a new 1.4.1 VM.
- Create a task-scheduler and the script must contain the commit and save functions. (Attached the script{F7454259})
set high-availability vrrp group vrrp0 address 192.168.0.1/24 set high-availability vrrp group vrrp0 interface 'eth2' set high-availability vrrp group vrrp0 peer-address '192.168.0.3' set high-availability vrrp group vrrp0 priority '200' set high-availability vrrp group vrrp0 vrid '1' set system task-scheduler task update-vip executable arguments '/config/scripts/migrate_vip.sh' set system task-scheduler task update-vip executable path '/bin/bash' set system task-scheduler task update-vip interval '1'
- Stop and start the VM multiple times. (the issues does not occur with an initiated reboot)
- The boot process got stuck at the message as seen in the screenshot.
Whereas in VMWare ESXi, the login prompt is received with hostname as localhost but the no configuration details found in the config.boot file, only see the last file, attached the file for reference.
.