Updating Catalogic vStor

Keeping your Catalogic vStor updated is crucial for ensuring the security, stability, and optimal performance of your storage environment.

You can update Catalogic vStor using three methods:

  • vStor Web Interface.

  • vStor catalogic-updater script – via Command Line Interface (CLI).

  • vStor update script – via Command Line Interface (CLI).

Prerequisites

Before starting the update process, you must first download the updates file from the Catalogic MySupport portal.

Updating vStor via Web Interface

  1. Open a web browser and navigate to https://<vStor_hostname_or_IP>:8900.

  2. Log in with admin credentials.

  3. In the navigation menu, click System.

  4. Click the Install Updates button.

  1. Re-enter your admin credentials

  2. Select the .ISO file downloaded from the Catalogic MySupport portal.

  3. Click Update.

Updating vStor using catalogic-updater

  1. Log in to your machine via SSH or Console as admin.

  2. Download the vstor_update_4.13.iso from the Catalogic MySupport portal.

  3. Run the catalogic-updater script, providing the path to the downloaded .ISO file:

catalogic-updater /path/to/vstor-update.iso

You can add a --reboot flag when running the script to reboot the system after a successful update.

Updating vStor using Update Script

  1. Log in to your machine via SSH or Console as admin.

  2. From the Catalogic MySupport portal, download:

    • vstor_update_4.13.iso image

    • vstor_update_4.13.sh update script.

  3. Run the update script, providing the path to the .ISO file as the argument:

./vstor_update_4.13.sh vstor_update_4.13.iso
  1. Reboot your machine.

Last updated