How to find out the last installed version in Nodegrid

How to find out the last installed version in Nodegrid

In some cases, the system needs to be downgraded to the previous version. The reason could be last known working version or new feature/settings not working as expected. Direct downgrade to wrong version will load the default configuration as the device will have no configuration to load.

Follow these steps to find out the last installed version,

1. Login as admin in CLI via ssh, or Console. Type shell sudo su - to go to shell ( you can directly login as root user in shell )
2. Navigate to upgrade backup directory,
    cd /var/upgradeBackup/
3. List the version upgrade files,
    ls -al | grep config



Here in above screenshot, the previous installed version is 6.0.10 so, the device can be downgraded to 6.0.10. 
Other installed versions can be seen too. 
    • Related Articles

    • Nodegrid OS Upgrade Path

      Due to the increased size of newer Nodegrid OS images, older systems may be required to go through an intermediate version when upgrading to ensure normal operation. The Nodegrid OS versions that can adjust the existing partition size to meet these ...
    • Nodegrid upgrade through Redhat server

      Ansible can be used to upgrade Nodegrid device to newer version from server ( Redhat in this case ). Make sure ISO file has been copied to /etc/ansible/Firmware/ folder. First, one needs to create template to be copied on remote Nodegrid device. ...
    • How to format the hard disk while installing Nodegrid OS

      Starting in Nodegrid OS 5.2, there is the option to format the hard disk as part on the install process. Since this will will erase all configurations and logging, it is only recommended as a last resort in troubleshooting or when a clean start is ...
    • How Do I Upgrade the Software of My Nodegrid?

      Note: Be sure to follow the recommended upgrade paths: Nodegrid OS Upgrade Path To download the required ISOs: Downloading Firmware Update Steps for the Nodegrid software upgrade via WebUI From browsers, log into NodeGrid unit Click on "System" Click ...
    • Nodegrid Manager Installation in ESXi 5

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...