[Info-vax] DECwindows no longer starting on satellite

smithfarm presnypreklad at gmail.com
Sun Nov 14 13:30:59 EST 2010


On 11/14/2010 03:36 PM, Wilm Boerhout wrote:
> smithfarm mentioned  on 14-11-2010 14:44:
>> Thanks. Now I have a different problem.
>>
>> My two-node cluster had been booting and running OK. However, I needed
>> to execute certain node-specific commands at startup so I wrote a
>> command procedure (NODE_SPECIFIC_START.COM) and put it in
>> SYS$SPECIFIC:[SYSMGR]. I did this on each node separately.
>>
>> Then I put the following line in SYS$STARTUP:SYSTARTUP_VMS.COM:
>>
>> $ @SYS$SPECIFIC:[SYSMGR]NODE_SPECIFIC_START.COM
>>
>> So far, so good. Except this appears to have broken the last line in my
>> SYSTARTUP_VMS.COM script, which starts DEC Windows:
>>
>> $ @SYS$STARTUP:DECEVENT$STARTUP.COM
>>
>> The boot server node, which doesn't have a graphics card, reacts to this
>> command as it did before (i.e., it tells me "No graphics card found, not
>> starting DECwindows." or something to that effect).
>>
>> However, on the satellite node, which had been booting into DECwindows
>> just fine, I now get the following error when it runs the
>> DECEVENT$STARTUP script:
>>
>> %DCL-E-OPENOUT, error opening DIA$:[MANAGER]DECEVENT_START.TMPCOM; as
>> output
>> -RMS-E-DNF, directory not found
>> -SYSTEM-W-NOSUCHFILE, no such file
>> %PURGE-W-SEARCHFAIL, error searching for
>> DIA$:[MANAGER]DECEVENT_START.TMPCOM;
>> -RMS-E-DNF, directory not found
>> -SYSTEM-W-NOSUCHFILE, no such file
>>
>> If I'm not mistaken, DECwindows *did* start after these error messages
>> were displayed. Once. But after the next reboot all I get are these
>> messages and no DECwindows.
>>
>> I get the same error messages (and no DECwindows) when I try to run
>> DECEVENT$START interactively.
>
>
> Why would DECEVENT$STARTUP have anything to do with DECwindows?

Jeez, this is embarrassing. I was confusing my DECEVENT$START script 
with DECwindows start. I moved the DECEVENT$START script over to the 
node-specific start script for LIVVAX.

DECwindows on PEAR just starts automatically, I guess. I don't have to 
run anything from my site-specific startup script.

> For troubleshooting startup issues, it is sometimes nice to have a
> startup log.
>
> Put a $SET VERIFY and $SET NOON in the top of your node specific procedure.
>
> Then, on the node that fails, do the following:
>
> $ MC SYSGEN
> SYSGEN> USE CURRENT
> SYSGEN> SET STARTUP_P2 "CD"
> SYSGEN> WRI CURRENT
> SYSGEN> EXIT
>
> and reboot. After reboot, you will have a SYS$SYSTEM:STARTUP.LOG file
> with a report of all that happend in your startup script. Reading it
> will help you (and posting the relevant part will help us help you)
>
> NOTE: you could/should also put STARTUP_P2="CD" in your MODPARAMS.DAT
> file and then AUTOGEN.

Thanks for this - I saved these instructions for next time.

Nathan



More information about the Info-vax mailing list