[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

1370.0. "LOGIN doesn't work" by CHOWDA::GLICKMAN (writing from Newport,RI) Wed Aug 28 1996 17:00

    Hi,
    
    	I've been trying to use the LOGIN (SET HOST) functionality in
    the C3 Interface and it doesn't seem to work.  I think I get a Window
    created very quickly and it's gone.
    
    	Any ideas as to why this functionality is not working?
    
    	BTW, POLYCENTER Console Manager 1.6 ECO 2 on OpenVMS 6.2 Alpha.
    
    	Thanks!
T.RTitleUserPersonal
Name
DateLines
1370.1CSC32::BUTTERWORTHGun Control is a steady hand.Tue Sep 03 1996 12:0613
    Do the following from a DECTerm before running the C3 from that
    decterm:
    
    $ DEFINE CONSOLE$DEBUG C3
    
    This will give you a nice, verbose audit trail whenever the C3 does
    anything such as spawn a decterm to execute a SET HOST ,
    MONITOR, CONNECT etc.
    
    I suspect that a DCL symbol or logical is getting in the way.
    
    Regards,
       Dan
1370.2What I got when I did DEFINE CONSOLE$DEBUGCHOWDA::GLICKMANwriting from Newport,RITue Sep 03 1996 16:4540
Here's what I got after defining the CONSOLE$DEBUG logical:

I don't see quite what is wrong.  Do you have any ideas?

Thanks!

C3: Tue Sep 3 16:53:51 1996: axp70 Cmgr Disconnext
C3: ast completion pid 00040A50=00000121,status=1
C3: Button 3 press
C3: login menu create cb
C3:     dlogin_pb = 0
C3:     rlogin_pb = 5631096
C3:     sethost_pb = 5630608
C3:     destroying dlogin_pb
C3: login menu create cb
C3:     dlogin_pb = 0
C3:     rlogin_pb = 5631096
C3:     sethost_pb = 5630608
C3:     destroying dlogin_pb
C3: Set Host
C3: Set Host to axp70
C3:  Login components
    Login window attributes: /WINDOW_ATTR=(TITLE="PCM Login:
axp70",ICON_NAME=PC
M:axp70)
    Monitor Display: /DISPLAY=_WSA1:
    Login Command: CREATE/TERM/WAIT/WINDOW_ATTR=(TITLE="PCM Login:
axp70",ICON_N
AME=PCM:axp70)/DISPLAY=_WSA1: SET HOST axp70

C3: Spawn command = CREATE/TERM/WAIT/WINDOW_ATTR=(TITLE="PCM Login:
axp70",ICON_
NAME=PCM:axp70)/DISPLAY=_WSA1: SET HOST axp70
C3: Spawn command length = 105
C3: Spawn command status = 1
C3: Spawn command pidadr(00040ab0) = 00000125

C3: ast completion  pid:00040AB0=00000125, status=1


1370.3CSC32::BUTTERWORTHGun Control is a steady hand.Thu Sep 05 1996 14:088
    Okay,
      Is "axp70" the nodes name as registered in the decnet database? Is
    there a logical name of AXP70 defined for the process running the C3?
    
    Either of these could be your problem.
    
    Regs,
      Dan
1370.4Not in the DECnet database...CHOWDA::GLICKMANwriting from Newport,RIFri Sep 06 1996 14:057
    re .3
    
    	There you go.  The AlphaStation that PCM is on is relatively new
    and these nodes were not in the DECnet database. Now that I put them
    in I can do the SET HOST.
    
    	Thanks!