IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of rcDestination


Ignore:
Timestamp:
Oct 15, 2009, 12:03:45 PM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rcDestination

    v1 v1  
     1rcDestination gives the name of the data store product and various other data. A destination may provide a data store product to which it posts data when a particular fileset has been downloaded. It was envisioned that the ipp would then be free to clean the data on the data store. This feature is currently not being used.
     2
     3{{{
     4mysql> select  * from rcDestination where name = 'ps1-200910';
     5+---------+------------+------------+---------+--------------+------------------+--------+---------+
     6| dest_id | name       | status_uri | comment | last_fileset | dbname           | dbhost | state   |
     7+---------+------------+------------+---------+--------------+------------------+--------+---------+
     8|      17 | ps1-200910 | NULL       | NULL    | NULL         | ippRequestServer | ipp049 | enabled |
     9+---------+------------+------------+---------+--------------+------------------+--------+---------+
     10}}}