Server upgrade
# yum update sbr-endpoints-server#su kodo$ cd /opt/storware/kodo-server/api-core/bin/$ ./stop.sh Stopping API (pid:1432).... $./start.sh Starting API (pid:1373)..... $./status.sh API (pid:1373) running.
Last updated
When the new Storware Endpoints server upgrade package is available it is uploaded to the Storware repository server (https://repo.storware.eu/storware/current/).
To do the Storware Endpoints server upgrade, do the following steps:
Login to the shell as the root user.
Use the dnf clean all command to clean information about cached packages.
To update the Storware Endpoints server, execute the following command:
# yum update sbr-endpoints-serverIf the command was executed successfully and the process is completed, the Storware Endpoints server has to be restarted. To do this, do as follow:
Switch to the kodo user:
#su kodoGo to the /opt/storware/kodo-server/api-core/bin/ directory
$ cd /opt/storware/kodo-server/api-core/bin/Execute the script stop.sh and then start.sh. You can also check the server status:
$ ./stop.sh
Stopping API (pid:1432)....
$./start.sh
Starting API (pid:1373).....
$./status.sh
API (pid:1373) running.Now you can log in again to the Storware Backup & Recovery WebUI and use the Storware Endpoints tab.
Last updated