IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37739


Ignore:
Timestamp:
Dec 12, 2014, 11:34:18 AM (12 years ago)
Author:
heather
Message:

small changes and tweaks to do full force addstar and to remove hard coded ippdb01 in ipptopsps

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/addstar_run.pl

    r37723 r37739  
    9797#    $reduction = 'ADDSTAR';
    9898#}
     99#if ($stage =~/fullforce/) {
     100#    $reduction = 'ADDSTAR';
     101#}
     102
    99103if ($stage =~/fullforce/) {
    100     $reduction = 'ADDSTAR';
    101 }
     104    $reduction='DEFAULT';
     105    #hardwired because why not
     106}
    102107
    103108my $recipe_addstar = $ipprc->reduction($reduction, 'ADDSTAR');
  • trunk/ippToPsps/config/ippToPspsDbSchema.sql

    r37551 r37739  
    11-- MySQL dump 10.11
    22--
    3 -- Host: ippdb01    Database: ipptopsps
     3-- Host: ipp06    Database: ipptopsps
    44-- ------------------------------------------------------
    55-- Server version       5.0.77-log
  • trunk/ippToPsps/config/settings.xml

    r36699 r37739  
    7070  <gpc1database>
    7171    <name>gpc1</name>
    72     <host>ippdb01</host>
     72    <host>ippdb05</host>
    7373    <user>ipp</user>
    7474    <password>ipp</password>
     
    136136  <czardatabase>
    137137    <name>czardb</name>
    138     <host>ippdb01</host>
     138    <host>ippdb05</host>
    139139    <user>ipp</user>
    140140    <password>ipp</password>
  • trunk/ippToPsps/doc/notes.txt

    r35456 r37739  
    4343mysql -h ipp006 -u dvo -p ipptopsps -e "select batch_id, stage_id from batch where batch_type = 'P2'" > P2.batches.dat
    4444
    45 on ippdb01: cp P2.batches.dat /tmp/datadump/
     45on ippdb05: cp P2.batches.dat /tmp/datadump/
    4646
    47 mysql -h ippdb01 -u dvo -p gpc1
     47mysql -h ippdb05 -u dvo -p gpc1
    4848mysql> create temporary table eam_p2_batches (batch_id int, cam_id int);
    4949mysql> create temporary table eam_st_batches (batch_id int, stack_id int);
Note: See TracChangeset for help on using the changeset viewer.