Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 19 to 19 | ||||||||
This background colour denotes file content | ||||||||
Changed: | ||||||||
< < | Server installationBefore stating ensure that you are running python 2.6, as of right now DIRAC does not work with later version of python (older not tested). Follow the instructions for Additional Server Installation![]() install.cfg I used: | |||||||
> > | Server ControlsDIRAC empys the runit![]() /opt/dirac/pro/control . Specifically the controls for the Site Directors (submit pilot jobs) are part of the Workload Management system. So the site director for the UVicTest queue may for example be found in:
/opt/dirac/pro/control/WorkloadManagement/SiteDirectorUVicTest/
To restart the agent for example, do:
touch /opt/dirac/pro/control/WorkloadManagement/SiteDirectorUVicTest/stop_agent
Server InstallationBefore stating ensure that you are running python 2.6, as of right now DIRAC does not work with later version of python (older not tested). Follow the instructions for Additional Server Installation![]() install.cfg I used: | |||||||
# | ||||||||
Line: 104 to 117 | ||||||||
Create the site directorWith the DIRAC infrastructure in place | ||||||||
Added: | ||||||||
> > | cd /opt/dirac/ source bashrc dirac-install-agent WorkloadManagement SiteDirectorUVicTest -m SiteDirector -c y ln -s /opt/dirac/runit/WorkloadManagement/SiteDirectorUVicTest /opt/dirac/startup/WorkloadManagement_SiteDirectorUVicTest | |||||||
Server Update |