Changes between Version 9 and Version 10 of shepherding_the_pstamp_server
- Timestamp:
- May 10, 2013, 11:52:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shepherding_the_pstamp_server
v9 v10 6 6 7 7 Postage stamp request files are fits tables that contain 1 or more request specifications. 8 Request files are submitted to the system three ways.8 Request files are submitted to the system five ways. 9 9 * By posting to a fileset on a data store that the server is monitoring 10 10 * by uploading a request file to the [http://pstamp.ipp.ifa.hawaii.edu/upload.php upload page]. 11 * by entering a "valid" set of paramters on the [http://pstamp.ipp.ifa.hawaii.edu/request.php prototype web interface] 11 * By entering a request on the PSI form 12 * by entering a "valid" set of parameters on the [http://pstamp.ipp.ifa.hawaii.edu/request.php prototype web interface] 13 * adding the request into the database with pstamptool -addreq -uri /request_file_path -label some label 12 14 13 15 Each file is represented in the database by a row in the table pstampRequest. The request starts 14 life in state 'new'. Once it is done parsing the state is set to 'run'. Request files are parsed into jobs by the task pstamp.job.run. The working directory for a request is /data/ippc 17.0/pstamp/work/$datestr/$req_id.16 life in state 'new'. Once it is done parsing the state is set to 'run'. Request files are parsed into jobs by the task pstamp.job.run. The working directory for a request is /data/ippc30.1/pstamp/work/$yyyy/$mm/$dd/$req_id. (Dates are UTC) 15 17 16 18 For example here is the entry for a request while it is being parsed … … 59 61 '''Monitoring''' 60 62 63 The current workload can be seen at http://pstamp.ipp.ifa.hawaii.edu/status.php 61 64 62 65 Since the postage stamp / data store database is on ippc17 and not ippdb01
