Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Although the system configuration will not change upon the software upgrade, creating a backup file of the configuration is mandatory by exportingthe complete configuration before any software upgrade.

...

The MCM-9000 software is delivered on a USB Flash disk (DoK). Besides , Online and Offline Software Upgrade, it is possible to do software upgrades through API.

To perform a Software upgrade along with a License and Firmware update through API, follow the below steps:

  • Download Latest Files from TagVS Storage Center.

  • Use the POST API command to upload the software.

  • Use the GET API command to choose the next boot image.

  • Use the GET API command to choose the switch boot image based on the current image selection.

  • Finally, reboot the system using the GET API command.

1. Download Latest Files

  • Login to TagVS Storage Center and download the latest files: "MCM-9000_vxxxx.rar" (software), "Firmware_vxxxx.rar" (firmware), and "License_vxxxx.rar".

...

Under the body section on the POSTMAN, insert the KEY as data (File)[File][0], upload the MCM file to upgrade under the VALUE field as shown below, and click Send.

...

4. To choose switch boot image from the dropdown use the GET API call.

...

By default the current image is choosen in the dropdown list of the Next Boot Image. To choose the latest image uploaded use the image_id. Here, the latest image to be upgraded is the Image-2 | firmware:1.1.8 software:6.3.7. Hence, image_id = 2. Use GET “SwitchBootImage“ http://{host}/api/2.0/devices/switchBootImage/2{image_id}/.json to choose the image from the drop down list.

For example, http://192.168.10.131/api/2.0/devices/switchBootImage/2/.json

...