Updating CDMI-QoS
Last updated
Last updated
The recommended procedure for updating the service is to build CDMI-QoS from sources. The repository can be found on GitHub .
INDIGO-DataCloud also provides pre-build packages for Ubuntu >= 14.04 and Centos 7.
How to install the CDMI-QoS service with packages is described in the section Installing CDMI-QoS.
Make sure you have added the INDIGO package repository to you package sources. The package repository can be found at the .
Update the CDMI package
sudo apt update
sudo apt --only-upgrade install cdmi-server
You can use dpkg to install the CDMI-QoS server as a service.
sudo dpkg -i cdmi-server-<VERSION>.deb
The CDMI-QoS server will be installed as a init.d/systemd service and can be controlled via its init/systemd script. It will be enabled automatically and runs as a new user called cdmi.
sudo service cdmi-server stop
sudo service cdmi-server start
The Java executable jar is installed in /var/lib/cdmi-server/
For more details on the configuration please have a look at the Configuration section.
Update the CDMI package
sudo yum update cdmi-server
You can use rpm to install the CDMI-QoS server as a service.
sudo rpm -U cdmi-server-<VERSION>.rpm
The CDMI-QoS server will be installed as a init.d/systemd service and can be controlled via its init/systemd script. It will be enabled automatically and runs as a new user called cdmi.
sudo systemctl stop cdmi-server.service
sudo systemctl stop cdmi-server.service
The Java executable jar is installed in /var/lib/cdmi-server/
For more details on the configuration please have a look at the Configuration section.
The configuration can be modified at /var/lib/cdmi-server/config/application.yml
or any other Spring Boot application supported way, see .
Make sure you have added the INDIGO package repository to you package sources. The package repository can be found at the .
The configuration can be modified at /var/lib/cdmi-server/config/application.yml
or any other Spring Boot application supported way, see .