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).
Restrictions. Updating vStor via the web interface is not supported for vStor 4.8.1 and physical installations of vStor 4.11.1. To update from version 4.8.1 or physical 4.11.1, see Updating vStor using Update Script below.
Prerequisites
Before starting the update process, you must first download the updates file from the Catalogic MySupport portal.
Updating vStor via Web Interface
Open a web browser and navigate to
https://<vStor_hostname_or_IP>:8900
.Log in with admin credentials.
In the navigation menu, click System.
Click the Install Updates button.

Re-enter your admin credentials
Select the .ISO file downloaded from the Catalogic MySupport portal.
Click Update.
Updating vStor using catalogic-updater
Log in to your machine via SSH or Console as
admin
.Download the
vstor_update_4.13.iso
from the Catalogic MySupport portal.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
Log in to your machine via SSH or Console as
admin
.From the Catalogic MySupport portal, download:
vstor_update_4.13.iso
imagevstor_update_4.13.sh
update script.
Run the update script, providing the path to the .ISO file as the argument:
./vstor_update_4.13.sh vstor_update_4.13.iso
Reboot your machine.
Last updated