...
Although the system configuration will not change upon the software upgrade, it is mandatory to create creating a backup file of the configuration is mandatory by exportingthe complete configuration before any software upgrade.
...
To perform a Software upgrade along with a License and Firmware update, follow the below steps:
...
Login to TagVS Storage Center and download the latest files: "MCM-9000_vxxxx.rar" (software), "Firmware_vxxxx.rar" (firmware), and "License_vxxxx.rar".
Upload Software to Device
...
Online upgrade through GUI
For MCM-9000, version 5.1.2 onwards, follow the below steps to upload the device's latest files through the GUI.
After the download, navigate to System->System Information->Software Management.
Click on “Upload File” in the below screen to upload the downloaded RAR files (software, firmware, and license) and then click on Submit to finish the upload.
Select a "Next Boot Image" on Web GUI
Once the latest files are uploaded, they are available in the Next Boot Image drop-down menu on the system information tab (System → System Information → Boot Image Selection). Select the desired image from the drop-down menu and click on submit. Only valid software images will be displayed on the drop-down menu.
After submitting the image change, restart the system: System → Device Controls → Reboot.
Additionally, it is recommended to do a page cache refresh,
...
Windows users: Press ctrl + F5 on your keyboard.
...
Using API calls.
Use the POST command to upload software to the GUI.
POST: http://192.168.10.131/api/2.0/system_files/command/UploadFile/software
Under the body section on the POSTMAN, insert the KEY as data (File), upload the MCM file to upgrade under the VALUE field as shown below, and click Send.
...
The below response is recieved
Code Block |
---|