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

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1958.0. "Decwindow hangs!!!!!" by RUTLND::POLCARI (John Polcari,APO1/C11,289-1704) Thu Dec 21 1989 11:17

    
    I just installed VMS 5.3 on my MI cluster along Decwindows 5.3. 
    I am having diffculty bring up Decwindows on the Workstations. The 
    DIGITAL banner comes up on the work stations, but when people try to 
    log in they are able to get past the log in stage, but when they get in
    they get stuck at the Icon Box label at the top of the screen and can't 
    get any further than that. 
    
    I tried taking out Decwindows startup in systartup_v5.com and still get
    hung at the Icon banner. I put Decwindows startup back in
    systartup_v5.com and still get hung at the Icon banner.
    
    
    Does anybody have any ideas?
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                                  
T.RTitleUserPersonal
Name
DateLines
1958.1SUBWAY::KABELdoryphoreThu Dec 21 1989 14:292
    Are you running securpak?  See problem description in 1943 and
    answer in 1943.9.
1958.2same problems as before......RUTLND::POLCARIJohn Polcari,APO1/C11,289-1704Thu Dec 21 1989 15:505
    
    I have taken out secupack on the nodes and still get the same results 
    as before. Does anyone have a more ideas. 
    I have looked at the logs (decw_server_0.log and found nothing that
    puts up a flag.....
1958.3look at session manager log fileSTAR::BROUILLETTEThu Dec 21 1989 16:553
    
    Look in sys$login:decw$sm.log.
    
1958.4How much memory?HANDVC::SIMONSZETOSimon Szeto @HGO, HongkongThu Dec 21 1989 20:175
    Do the satellites load a full node database?  Try a minimal node database.
    Also do AUTOGEN with feedback at the earliest opportunity.

    --Simon

1958.5DECWIN::FISHERBurns Fisher 381-1466, ZKO3-4/W23Tue Dec 26 1989 11:434
Are you sure nothing else besides securepak asks a question during login?  How
about SET TERM/INQ?

Burns
1958.6Same problem with decwindows....RUTLND::POLCARIJohn Polcari,APO1/C11,289-1704Thu Dec 28 1989 11:5510
    
    I tried all these things mentioned and still come with nothing. I took
    out decwindow's startup and still no results. It appears to be started 
    because I get the digital banner, but when I log in, I get to the icon 
    box at the top of the screen and then it sits there for hours.....
    
    
    
    
    
1958.7Check SYSGEN parameter GBLPAGESSTAR::VATNEPeter Vatne, VMS DevelopmentThu Dec 28 1989 12:1017
This just happened to me yesterday.  The system would boot fine, I would
login, the icon box would come up but nothing further would happen, and
the cursor stayed as a "watch" cursor.  The problem was that GBLPAGES
was too low.  I believe this would also happen if GBLSECTIONS was too low.

If you can set host to the workstation, run SYSGEN and check the following
parameters:

	GBLSECTIONS should be at least 400
	GBLPAGES should be at least 30000
	GBLPAGFIL should be at least 6024

I went a little further and bumped up my GBLPAGES to 45000, as I believe
lots of extra global pages never hurts, only helps.

If you can't set host to your workstation (I couldn't), then just boot
the system conversationally, and change the parameters with SYSBOOT.
1958.8Revisit the LOGIN filesAGBEAR::HORNERA.G.Bear, Old fashion teddy bearThu Dec 28 1989 12:168
    It seems like it would be a good idea to prove one way or another
    whether there is anything in the LOGIN files causing trouble.  A visual
    inspection is not always sufficient.  Try renaming your LOGIN.COM, your
    DECW$LOGIN.COM, and the system's SYLOGIN.COM and DECW$SYLOGIN.COM to
    something else for one login.  Also make sure that your authorize file
    entry doesn't specify something wierd for your LGICMD file.

               Dave
1958.9yes, please check your (SY)LOGIN.COM for $READ / $INQUI / $SET TERM/INAZUR::VANDENHEUVELEn de beste wensen voor het nieuwe jaar.Fri Dec 29 1989 07:3635
Re .8,

	Ayup, .6 sound conspiciously like a faulty (SY)LOGIN.COM.
	Just this morning I helped a collegea with much the same problem
	description. To make it easy I added that someone else _could_
	succesfully log in on the same workstation. After checking that
	his SYSUAF quota were adequate, more generous than that other
	user, I concluded it *had* to be his LOGIN.COM. 
	To verify this assumtion I told him to $CREATE LOGIN.COM with
	only the line $EXIT in there... Bingo: System becomes useable.
	Turned out that he had an INQUIRE in there and since DECwindows
	V2 was installed yesterday the problem had become visibile.
	
	With V2 just about every user process now goes through LOGIN.COM.
	Creating a DECterm seems create two processes that each go through it ?!
	In it self this is goodness, but it spoils my process naming convention!
	Any cute hacks beside sending (Autostart) application through a command
	file first? Kernel code to modify 'other' proces nams? If I just could
	find out what is planned to happen AFTER login.com finishes... Please?
	For now, I think I am going back to my trusted DECW$LOGIN.COM and
	explicitly setting process names for the spawned applications.
	
	Anyway, back to the subject on hand, I had him put in a chunk of
	conditional code, driven be F$GETJPI("","TT_PHYDEVNAM"). Fixed!
	As the base note seems to indicate it happened to all the users
	in the cluster, it is the (or a) systemtem wide (sy)login.com that
	needs the attentions.
	
	Btw, Are the any better or prefered symbols / logical names / items
	to find out whether this is going to be a terminal window at all
	and specifically what application this is going to be?

Best wishes for the New Year,
Hein.

1958.10What's wrong with INQUIRE?ALLVAX::BEERMANCharlie BeermanFri Dec 29 1989 08:066
> 	Turned out that he had an INQUIRE in there and since DECwindows
> 	V2 was installed yesterday the problem had become visibile.

   Why does an INQUIRE cause a problem?  I am about to go to VMS 5.3
   DECwindows 2.0, and I have a SET TERM/INQUIRE in my LOGIN.COM, and
   want to know if, when, how or why this will cause a problem.
1958.11AZUR::VANDENHEUVELEn de beste wensen voor het nieuwe jaar.Fri Dec 29 1989 08:1313
.10>  Why does an INQUIRE cause a problem?  I am about to go to VMS 5.3
.10>   DECwindows 2.0, and I have a SET TERM/INQUIRE in my LOGIN.COM, and
.10>   want to know if, when, how or why this will cause a problem.

In simple speak: Because there is no terminal to talk to (yet).

Under VMS V5.2, DECwindows V1.0 you did not always come by your LOGIN.COM
but now you do (apparently... Dunno the details).

I have to leave more comprehensive explanations to more knowledgeable folks.

Hein.
1958.12Decwindows running, but not the solutionRUTLND::POLCARIJohn Polcari,APO1/C11,289-1704Fri Dec 29 1989 09:5011
    
    	I was able to get decwindows to work. What I did was, at the end of
    my Systartup_v5.com. I submitted decw$startup to batch, when I did that 
    and reboot the workstations came with full blown decwindows.
    
    	This is only a patch to fix the problem with decwindows, this is
    not the solution to the problem. My Gblpages and Gblsections are high
    enough for decwindows to run.
    
    
    	
1958.13How long to execute your SYSTARTUP_V5?AGBEAR::HORNERA.G.Bear, Old fashion teddy bearSat Dec 30 1989 10:4512
    DECwindows requires DECnet to be running, and will only wait so long
    for it to come up.  Now that DECwindows is started automatically, you
    must make it through your SYSTARTUP_V5 file in a timely manner.  Are
    you perhaps doing something in your boot that causes DECnet to take a
    long time to come up, such as loading the full E-Net database in-line?
    The fact that submitting the DECW$STARTUP at the end of SYSTARTUP_V5
    makes it work sounds really suspicious.

    Try defining /SYSTEM/EXEC DECW$IGNORE_DECNET "TRUE" (I think that's it)
    in your SYLOGICALS and see what happens.

                     Dave
1958.14VIS$STARTUP V1.0 can be trouble...WAYLAY::GORDONBetter bondage through technology...Sun Jan 21 1990 19:3225
    This is a reasonably old note but...
    
    
    Do you, by any chance have a scanner installed on one of the nodes.
    (MDS300 or something like that?)  If so, do you have VAX Image Services
    V1.0 still?
    
    The problem is that VIS V1.0 installs IMG$SHRLIB /WRITE/PROT and
    DECwindows V2.0 tries to install it just /OPEN/HEAD/SHARE, which fails.
    If not all nodes run VIS$STARTUP before DECW$STARTUP (after
    systartup_v5) then you will see the sessions hang after the icon box
    pops up.
    
    The solution is to either:
    
    1) comment out VIS$STARTUP
    
    2) install the latest version of the Image Services software
    
    and do a complete cluster reboot.
    
    
    	It took me 3 days a couple of weeks ago to track this problem down.
    
    						--Doug