| 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 | 
On VMS V5.1, I could submit DECW$STARTUP to get a startup log file. On VMS V5.2 and V5.3, DECW$STARTUP is called from the SYSMAN STARTUP database. So, how can I submit DECW$STARTUP to get startup log file ? Or, any other measures available to get it ? Thanks in advance, Yuji Nagano , CSC/Tokyo
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 2951.1 | trouble shooting decw$startup | STAR::ORGOVAN | Vince Orgovan | Wed Jun 20 1990 18:20 | 6 | 
|     I don't know of any way to submit decw$startup and get a log
    file. When I need to do troubleshooting, I let the system boot
    up and dw startup fails. Then I kill off any DW processes that
    did get started, do a set verify, and then interactively
    invoke @decw$startup. Maybe it's not pretty, but it works OK
    for me.
 | |||||
| 2951.2 | DECW$IGNORE_DECWINDOWS | BOMBE::MOORE | Eat or be eaten | Thu Jun 21 1990 18:27 | 6 | 
|     You can inhibit the automatic DECwindows startup by putting the
    following line into your SYSTARTUP_V5 procedure:
    
    	$ DEFINE/PROCESS DECW$IGNORE_DECWINDOWS TRUE
    
    Then submit the DECW$STARTUP job yourself.
 | |||||