Changeset 42069
- Timestamp:
- Feb 24, 2022, 5:05:58 PM (4 years ago)
- Location:
- branches/eam_branches/ipp-20211108/pstamp/scripts
- Files:
-
- 2 edited
-
dqueryparse.pl (modified) (1 diff)
-
pstamp_server_status (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/pstamp/scripts/dqueryparse.pl
r41584 r42069 448 448 my $stage_id = $query{$fpa_id}{STAGE_ID}[$i]; 449 449 my $component = $query{$fpa_id}{COMPONENT_ID}[$i]; 450 my $imagedb = $query{$fpa_id}{IMAGE_DB}[$i]; 450 451 print "Need to UPDATE $stage $stage_id $component from $data_state\n"; 451 452 $dep_id = queue_update_run($req_id, $outdir, $label, $data_state, $stage, $stage_id, $component, 0, $imagedb); -
branches/eam_branches/ipp-20211108/pstamp/scripts/pstamp_server_status
r41584 r42069 53 53 my $now = `date -u`; 54 54 55 print "<b>Status updated: </b> $now<br /> <br />\n";55 print "<b>Status updated: </b> $now<br />\n"; 56 56 57 57 my $down = 0; … … 121 121 122 122 if ($scheduler_state) { 123 print "Pantasks Scheduler $scheduler_state.\n";123 print $br . "Pantasks Scheduler $scheduler_state.\n"; 124 124 if ($controller_state) { 125 125 print $br . "Pantasks Controller $controller_state.\n"; 126 # loading active labels 127 my $runlabels = `echo \"show.labels; quit\" \| pantasks_client -c ~ippitc/pstamp/ptolemy.rc \| tail -n +7`; 128 print $br . "Current Labels: \n" . $runlabels . "\n"; 126 129 } else { 127 130 print STDERR "Controller state not found";
Note:
See TracChangeset
for help on using the changeset viewer.
