Update the SMART System Software via the Linux Command Line
If you cannot access the SMART Control Panel, you can update a SMART System via the command line.
Before you begin
Review the SMART System Software release notes.
About this task
When possible, we recommend installing updates on one SMART System first. Familiarize yourself with any changes before you update a large number of SMART Systems.
Procedure
-
Connect to the SMART System's command line using
sshor a directly-connected monitor and keyboard. -
Check
the currently installed version of the SMART System Software
using the following command:
cat /var/www/html/_version -
Download the latest version of the SMART System Software for your installed
version of Ubuntu.
-
Make the software update file (.deb) accessible to the
SMART System.
- Save the file to a USB drive and mount it to the SMART's file system.
- Using a utility like
scp, copy the file from a remote computer to the SMART System's directory /var/www/html/storage/.
- Navigate to the directory containing the .deb file.
-
As
root, rundpkg -i --force-dependson the file.sudo dpkg -i --force-depends ./smart-AB-X.Y.Z.deb
