Upgrading the card firmware (Web interface / shell script)Servicing the Network Management Module ā 1761.2.4.6 Upgrading the card firmware (Web interface / shell script)4.6.1 Web interfaceTo upgrade the Network module through the Web interface, refer to the section: Firmware upgrade through the Web interface.4.6.2 Shell script4.6.2.1 PrerequisiteShell script uses the following tools: sshpass, scp.To get it installed on your Linux host, use the following commands.Debian/Ubuntu$ sudo apt-get install sshpass scpRedHat/Fedora/CentOS$ sudo dnf install sshpass scpMake shell script executable:$ chmod 700 install_updatePackage.sh4.6.2.2 ProcedureTo upgrade the Network module using:Open a shell terminal on your computer (Linux or cygwin; meaning real or emulated Linux operating system).Use the shell scriptinstall_updatePackage.shUsage: 'install_updatePackage.sh' [options]Upgrade toolMandatory arguments are -f, -i, -u and -p-h : show help-f : path of the upgrade file-u : username of a card user allowed to start upgrade-p : user password-i : ip address of the card to upgrade-r : reboot the card after upgrade4.6.3 Example:$ ./install_updatePackage.sh -u admin -p -f FW_Update.tar -i -rFor instructions on accessing to the latest firmware and script, refer to: Accessing to the latest firmware and script PreviousNext |