| | 1 | === Build the IPP === |
| | 2 | |
| | 3 | If you haven't already, build the IPP. |
| | 4 | |
| | 5 | === Set up the database === |
| | 6 | |
| | 7 | If you haven't already, set up the database: |
| | 8 | * create the database: |
| | 9 | dbadmin project ipp004 ipp ipptest |
| | 10 | * initialise the tables: |
| | 11 | pxadmin -create -dbname ipptest |
| | 12 | * define the GPC1 summit data store server: |
| | 13 | pztool -dbname ipptest -adddatastore -inst gpc1 -telescope ps1 -uri http://conductor/ds/gpc1/index.txt |
| | 14 | |
| | 15 | === Pantasks commands === |
| | 16 | |
| | 17 | In pantasks: |
| | 18 | |
| | 19 | module pantasks.pro |
| | 20 | module summit.copy.pro |
| | 21 | module site.mhpcc.pro |
| | 22 | init.site |
| | 23 | add.database gpc1 |
| | 24 | run |
| | 25 | |
| | 26 | (As for all pantasks operations, make sure your ssh connections are setup correctly.) |
| | 27 | |
| | 28 | === Some issues === |
| | 29 | |
| | 30 | * summit camera is gpc1, we have been using GPC1 |
| | 31 | * summit class_id is ota12, we have been using XY12 |