Skip to content

Updating Server

hamar edited this page Nov 17, 2011 · 1 revision

10. Updating the server

10.1 Using admin CLI

This task can be done in an easy way using admin CLI, from a client DIRAC installation using a dirac_admin proxy:

dirac-admin-cli --host <dirac_server>
> update -r <new_version>

Using DIRAC Web Portal change PilotVersions for the new version in all the VOs than are running in the server:

Operations -> <vo_name> -> <DIRAC_SETUP> -> Versions

Restart all the services using admin CLI

10.2 Inside the server

Logged as dirac user in the system change the value of the version in $DIRAC/etc/dirac.cfg and execute:

dirac-install -t server $DIRAC/etc/dirac.cfg

After restart all the services

runsvctrl t $DIRAC/startup/*

Clone this wiki locally