| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 860.1 | I had also the Controller_01 in LEF mode | BACHUS::WILLEMSG | Geert Willems MCS-Belgium | Thu Jul 13 1995 17:24 | 57 | 
|  |     
    
    Hi Dominique, PCM Team,
    
    Today, I had exactly the same problem. I had to stop/id the 
    Console Ctrl 01 process. A console shut didn't help.
    This is what I found in the CONSOLE$TMP directory.
    
    $ type cONSOLE$DAEMON.LOG
    =========================
    $ write sys$output "Executing SYLOGIN.COM"
    Executing SYLOGIN.COM
    $!!! if f$mode() .eqs. "INTERACTIVE" then exit
    $ if f$mode() .eqs. "OTHER" then exit
    $ !
    $ ! Start Parent Controller process, this has child index of "0"$ !
    $ DAEMON :== $CONSOLE$IMAGE:CONSOLE$DAEMON.EXE
    $ DAEMON
    POLYCENTER Console Manager
    Console Controller Daemon Version V1.6-100
    Copyright (c) 1995 Digital Equipment Corporation. All Rights Reserved
    
    CONSOLE$DAEMON: Termination Mailbox created (status = 1), channel = 224
    CONSOLE$DAEMON: Termination Mailbox unit = 1202
    Read error on Local socket CONSOLE_CTRL
    Read error on Local socket CONSOLE_CTRL
    
    
    $ type CONTROLLER_01.LOG
    ========================
    $ write sys$output "Executing SYLOGIN.COM"
    Executing SYLOGIN.COM
    $!!! if f$mode() .eqs. "INTERACTIVE" then exit
    $ if f$mode() .eqs. "OTHER" then exit
    $ !
    $ ! Start a Child Controller process, name_num 1, child_num 1
    $ !
    $ CHILD :== $CONSOLE$IMAGE:CONSOLE$DAEMON.EXE
    $ CHILD "child" 1
    POLYCENTER Console Manager
    Console Controller Daemon Version V1.6-100
    Copyright (c) 1995 Digital Equipment Corporation. All Rights Reserved
    
    
    
    	Questions to PCM support :
    	--------------------------
    1) What is the meaning of 'Read error on Local socket CONSOLE_CTRL' ?
    2) Is this a know problem ?
    3) I restarted with console$debug "daemon" in the hope to get more
       info. Is this enough ?
    4) What do I need to check/analyze when it comes back ?
    
    
    	Rgds,
    
    	Geert
 | 
| 860.2 |  | OPG::PHILIP | And through the square window... | Thu Jul 13 1995 17:36 | 31 | 
|  | Folks,
  Did this "LEF" condition happen after you performed an Archive?
>>    	Questions to PCM support :
>>    	--------------------------
>>    1) What is the meaning of 'Read error on Local socket CONSOLE_CTRL' ?
  It means that something disconnected from the daemons control socket,
  if this was the parent, as you got two of them it probably means that
  2 children died.
>>    2) Is this a know problem ?
  If the children died, no its not known, we need to know what to do to
  reproduce it.
>>    3) I restarted with console$debug "daemon" in the hope to get more
>>       info. Is this enough ?
  For V1.6 No, there is a whole load of extra information you have to supply
  PCM with to get meaningful information out.
>>    4) What do I need to check/analyze when it comes back ?
  
  Nothing, but we would appreciate it if you could try the ECO to see
  if it fixes your problem. We should have a FT of the ECO ready for
  you tomorrow.
Cheers,
Phil
 | 
| 860.3 |  | BACHUS::WILLEMSG | Geert Willems MCS-Belgium | Thu Jul 13 1995 17:44 | 32 | 
|  | 
    
    
    
    
    Hi Phil,
    
>    Did this "LEF" condition happen after you performed an Archive?
    Maybe, every night I start an archive via Polycenter Scheduler.
    I tried to simulate the problem by starting an archive(two times),
    but i can't simulate the LEF situation.	
    
>>    	Questions to PCM support :
>>    	--------------------------
>>    1) What is the meaning of 'Read error on Local socket CONSOLE_CTRL' ?
>  It means that something disconnected from the daemons control socket,
>  if this was the parent, as you got two of them it probably means that
>  2 children died.
      I only have one Console CTRL 01 on my system. Hmhmhm.
  
>  Nothing, but we would appreciate it if you could try the ECO to see
>  if it fixes your problem. We should have a FT of the ECO ready for
>  you tomorrow.
   No problem.
    
    	Rgds,
    
    	Geert
                                           
    
 |