[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

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

855.0. "Remote console has been lost ???" by LIL08::MALRAS (Knowledge is power, en France aussi) Thu Jul 06 1995 15:34

VAX/VMS 6.1
PCM 1.6 SSB

I've a connection problem while a ^P commande. Here's output :

	$ console connect lil150
	^P
	Do you want to transmit a break? [Y/N]y
	Connexion between line sensor end
	Remote console has been lost

Remote system is a VAX 4000-500.

Any idea would be appreciate.

Regards.
Jef
T.RTitleUserPersonal
Name
DateLines
855.1CSC32::BUTTERWORTHGun Control is a steady hand.Thu Jul 06 1995 19:5710
    You need to set the break key to something other than ctrl-p. Try this 
    when you do a connect:
    
    CONS CONNECT/BREAK=CTRL_K
    
    This will force ctrl_k to be the break key and ctrl-p will work
    as you expect it.
    
    Regards,
       Dan
855.2And with CONSOLE DIALOG ?LIL08::MALRASKnowledge is power, en France aussiFri Jul 07 1995 15:339
Dan,

If i understand, I've to define de BREAK key with a new key to allow a halt.

Is this also required in a dialog file to halt the machine ?

Thanks for your help.

Jef
855.3CSC32::BUTTERWORTHGun Control is a steady hand.Fri Jul 07 1995 20:559
    >Is this also required in a dialog file to halt the machine ?
    
    No, as there is a BREAK command in the DIALOG command set and it sends
    a break. To send a ctrl-P use your favorite editor's special-char
    insert function to insert a ctrl-P in the send string in a SEND dialog
    command.
    
    Regs,
      Dan