Title: | VAX and Alpha VMS |
Notice: | This is a new VMSnotes, please read note 2.1 |
Moderator: | VAXAXP::BERNARDO |
Created: | Wed Jan 22 1997 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 703 |
Total number of notes: | 3722 |
Hi, I'm still having problems with the issue I raised in vmsnotes_V12, note 1247.14. I've tried this with all the drivers mentioned in 1247.* Does anyone have any more ideas ? or should I IPMT this ? Thanks in advance for any help. Chris Sumner Server Management Support, UK. 7833 3667 Here follows my original note: Partial Output from CTRL-T, Control/T, CTRL^T on console ======================================================== Hi, I have a customer who is witnessing a problem with CTRL-T. I have managed to reproduce this on a DEC 3000 Model 500, hardware model type 1033, running OpenVMS V6.1. (My customer is on a DEC 1000 running OpenVMS V6.2). While running a command procedure from the OPA0: console we are seeing strange results from a CTRL-T. The output from a CTRL-T is only partial. HADDE HADDE HADDES::SUMNE HADDES::SUM HADDES::_TNA2: 14:12:34 (DCL) CPU= HADDES::_TNA2: 14:12:34 (DCL) CPU=00:00:03.97 PF=724 IO=4742 MEM HADDE HADDES::SUM HADDES::S HADDES::_TNA2: 14:12:34 (DCL) CPU=00:00:03.97 PF=724 IO=4742 MEM=62 HADDE HADDE HADDES::SUMNE HADDES::SUM HADDES::_TNA2: 14:12:34 (DCL) CPU= HADDES::_TNA2: 14:12:34 (DCL) CPU=00:00:03.97 PF=724 IO=4742 MEM HADDE HADDES::SUM Occasionally a full CTRL-T message will get through. Issuing a REPLY mesage to OPA0: breaks through and displays with no problems. The following command procedure will demonstrate this behaviour. $ write sys$output "Ctrl-T Test For Log 16101" $ WAIT_TIME = "WAIT 00:00:00.01" $ show process $ loop: $ WAIT_TIME $ logical = f$trnlmn("CJS_TEST") $ IF logical .EQS. "" $ THEN $ define/user sys$output nl: $ show process sumnerc $ running_status = $status $ IF (running_status .AND. 1) .NE. 1 $ THEN $ ! write sys$output "FAIL" $ ELSE $ GOTO loop $ ENDIF $ ENDIF $ exit The line "$ define/user sys$output nl:" seems to enhance the problem. Taking/commenting it out ensures that the majority of CTRL-T's are broadcast in full. The terminal is set at 9600, XOFF, 8 Bits No Parity, 1 stop Bit.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
109.1 | STAR::LEWIS | Wed Jan 29 1997 13:23 | 4 | ||
So you're running a command file that does a continuous SHOW SYSTEM on OPA0, and your ctrl-t's won't get through? Does that sum up the problem? | |||||
109.2 | COMICS::SUMNERC | OpenVMS Counter Intelligence | Wed Jan 29 1997 13:26 | 10 | |
Some of the ctrl-t's get through. For the others, the output is partial. Yep, that sums up the problem. Could this be due to the frequency at which OPA operates ? I don't know, but my customer would like an explanation as his customer wants to know. Thanks in advance. Chris | |||||
109.3 | STAR::LEWIS | Wed Jan 29 1997 13:38 | 7 | ||
There were some fixes in the way that interrupts were handled on the COM1 port (aka OPA0) in post-6.2 versions. I've been trying to reproduce this on a new platform running 7.1 and can't. Can you try 6.2-1h3 on the 1000? The fix is in that version. Sue | |||||
109.4 | COMICS::SUMNERC | OpenVMS Counter Intelligence | Thu Jan 30 1997 04:16 | 9 | |
Hi Sue, I've tried this on a V7.0 DEC 3000 Model 500, hardware model type 1033. Are you saying that, on a 1000 running 6.2-1H3, you can't reproduce this ? Thanks, Chris | |||||
109.5 | POMPY::LESLIE | [email protected] | Thu Jan 30 1997 05:29 | 7 | |
Chris remember that 6.2-1H3 has stuff in that V7.0 didn't get. FWIW I can't reproduce this with VAX OpenVMS 7.1. /a | |||||
109.6 | COMICS::SUMNERC | OpenVMS Counter Intelligence | Thu Jan 30 1997 06:40 | 7 | |
OK, We'll try 7.1 as soon as we can set the system up. Thanks, Chris | |||||
109.7 | STAR::LEWIS | Thu Jan 30 1997 09:26 | 4 | ||
.5: I was able to reproduce it with 7.1 on an unannounced platform. I'm still trying to see if a recent fix can fix this. Sue |