Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
PCM V1.6-400 OpenVMS VAX V6.2 I just noticed some "strange" behavior with the DIALOG "RATE" command and would like to know if someone could independently verify it. When I specify a "RATE" equal to or greater than "60" my subsequent "SEND" command hangs indefinitely. Conversely - if I specify "59" or less it doesn't. Here's the DIALOG script file that I'm using. I'm connecting to a HSJ controller and removing a member of a RAID set and then iteratively showing the raidset trying to capture the time the the reconstruction starts/stops in the logfile. I originally wanted to use "large" rates at start of the script and then reset the "RATE" as the estimated completion time approaches. Thanks, Dennis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RATE 5 SPEED 600 SEND " " WAIT 4 ">" SEND "SET R1 REMOVE=DISK650" WAIT 4 ">" SEND "SHOW R1" WAIT 4 ">" RATE 60 SEND "SHOW R1" WAIT 4 ">" SEND "SHOW R1" . . . WAIT 4 ">" RATE 10 SEND "SHOW R1" WAIT 4 ">" . . . RATE 4 SEND "SHOW R1" . . .
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1517.1 | Rate command | ALEXWS::VENIAMINB | Tue Apr 15 1997 04:50 | 9 | |
This happens because of internal restriction in one of PCM routines. Open an IPMT, please, we'll fix your problem. Regards, PCM Engineering. |