Do a software update from a shell console
You can do a software update from a shell console.
Before you begin
Procedure
- Open a shell console.
- 
                In the shell console, type cdand navigate to the directory where the .bundle file is located.
- 
                To copy the .bundle file to the sensor, enter the command:
                scp VERSION-update.bundle admin@<sensor_ip>:/data/tmpNote:You should refer to Release notes of the new version to follow the correct update path.The update bundle uploads.
- 
                Enter the command:
                ssh admin@<sensor_ip>
- 
                To go to privileged mode, enter this command:
                enable-meYou can now perform system changes.
- 
                To start the installation of the new software, enter the command:
                install_update /data/tmp/VERSION-update.bundleImportant:Make sure that you use the absolute path of theVERSION-update.bundleIn the example above, the absolute path is/data/tmp/VERSION-update.bundle