Changes between Version 6 and Version 7 of VYSOS5.20090806
- Timestamp:
- Aug 6, 2009, 6:09:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VYSOS5.20090806
v6 v7 5 5 6 6 * created an ippadmin database and ippadmin user (dropped existing empty ippadmin): 7 {{{ ippadmin init localhost ippuser ipp }}}7 * {{{ ippadmin init localhost ippuser ipp }}} 8 8 9 9 * created an empty-password ssh key for use by the ipp user: 10 {{{ ssh-keygen }}}10 * {{{ ssh-keygen }}} 11 11 12 12 * set up the user config files: … … 30 30 * {{{ ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/demo.20090806 --end_stage reg --dbname demo_20090806 newdata/20090630/Calibration/*.fts }}} 31 31 32 * test that pantasks + ssh work: 33 * {{{ ssh vysosdata1 pclient }}} 34 * you should see something like the following: 35 {{{ 36 pclient: no file /home/ipp/.pcontrolrc 37 38 Welcome to PCLIENT - pcontrol client shell 39 }}} 40 41 * run the registration analysis on the new data: 42 * start pantasks; in pantasks, issue these commands: 43 * {{{ module pantasks.pro }}} 44 * {{{ module register.pro }}} 45 * {{{ add.database demo_20090806 46 * {{{ control host add vysosdata1 }}} 47 * {{{ run }}} 48 * register should run for a while; in ippMonitor, entries in 'newExp' should slowly move to 'rawExp' 49 50
