Changeset 25027 for branches/pap/ippScripts/scripts/rcserver_checkstatus.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/rcserver_checkstatus.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/rcserver_checkstatus.pl
r23912 r25027 92 92 my ($status_fs_name, $time, $type, $fs_name, $fault) = split /\|/, $line; 93 93 94 my $command = "$disttool -updatercrun -dest_id $dest_id -fs_name $fs_name -status_fs_name $status_fs_name - last_fileset $status_fs_name -fault $fault";94 my $command = "$disttool -updatercrun -dest_id $dest_id -fs_name $fs_name -status_fs_name $status_fs_name -set_last_fileset $status_fs_name -fault $fault"; 95 95 if ($fault == 0) { 96 96 $command .= " -set_state full";
Note:
See TracChangeset
for help on using the changeset viewer.
