Difference between revisions of "Imperial Dirac VMDIRAC"

From GridPP Wiki
Jump to: navigation, search
(removed obsolete information)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
Instructions are at:
+
Instructions are at [https://dirac.readthedocs.io/en/latest/AdministratorGuide/Systems/WorkloadManagement/VMDIRAC.html?highlight=VMDIRAC readthedocs]
[https://dirac.readthedocs.io/en/latest/AdministratorGuide/InstallingVMDIRAC/index.html readthedocs]
+
<pre>
+
cd /opt/dirac
+
source bashrc
+
dirac-install -l DIRAC -r v6r22p1  -e VMDIRAC
+
</pre>
+
update dirac.cfg (probably won't hurt)
+
 
+
 
+
At the moment we only use the gridpp VO to submit jobs to the Cambridge cloud:
+
<pre>
+
Operations
+
  gridpp
+
    Defaults
+
      Cloud                                                                                                           
+
        GenericCloudGroup = gridpp_pilot                                                                                                                                                                                                                                         
+
        GenericCloudDN = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=dirac-pilot.grid.hep.ph.ic.ac.uk                                                                                                                                                                                   
+
        user_data_commands_base_url = https://www.hep.ph.ic.ac.uk/~sf105/vmdirac_tmp  <- Simon's modified code, not needed for v6r22p1 ?                                                                                                                                                                                              
+
        Version = v6r21p7 <- really not sure about that one
+
</pre>
+
 
+
Install the following three components according to instructions:
+
<pre>
+
    DB: VirtualMachineDB
+
    Service: WorkloadManagement_VirtualMachineManager
+
    Agent: WorkloadManagement_CloudDirector
+
</pre>
+

Latest revision as of 11:49, 19 November 2021

Instructions are at readthedocs