Please note the Factory reset will cause the appliance to rollback the OS version to the version it was initially shipped with and the configuration would be wiped off.


To clean erase the running configuration of the appliance, please run [admin@Branch4-cli> request erase running-config]


>>Please follow the below steps to recover from that state, 

cd /opt/versa/confd/var/confd/cdb
ls -ltr *.cdb
e.g.
 
-rw-r--r-- 1 root root 25925525 Oct  3 11:55 C.cdb
-rw-r--r-- 1 root root   414824 Oct 17 18:24 O.cdb
-rw-r--r-- 1 root root   118599 Jan 17 16:06 A.cdb
 
 
sudo rm *.cdb [Remove A.cdb, O.cdb and C.cdb]  ç Delete the *.cdb files
sudo reboot ç reboot the device
 
Once the appliance is UP,
 
cd /home/versa/packages/
sudo ./<package-name.bin>  ç= Install the “.bin”package you want
sudo reboot  ç= reboot the device
 
The appliance should come up now with the build installed.