- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DECWindows fails to start
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 10:12 PM
05-18-2006 10:12 PM
DECWindows fails to start
Does anyone know what could be stopping DECwindows from starting or if there are any DECwindow log files I can look at that may tell me why it is failing to start?
Many thanks for any help
Anne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 10:26 PM
05-18-2006 10:26 PM
Re: DECWindows fails to start
the system parameter WINDOW_SYSTEM needs to be set to 1.
A valid DW-MOTIF license must be loaded.
SYSTARTUP_VMS.COM should NOT include the following line:
$ DEFINE DECW$IGNORE_DECWINDOWS TRUE
Check file sys$manager:decw$server_0_error.log for errors.
Try to restart DECwindows using:
@SYS$STARTUP:DECW$STARTUP RESTART
and look for error messages.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 11:14 PM
05-18-2006 11:14 PM
Re: DECWindows fails to start
Many thanks for your help.
Regards
Anne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 01:17 AM
05-19-2006 01:17 AM
Re: DECWindows fails to start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 03:42 AM
05-19-2006 03:42 AM
Re: DECWindows fails to start
"The OpenVMS license check failed and the display server was not started."
Now I know your going to suggest that our license file is wrong but I've checked and double checked with the PAK and it is correct and is loaded without any errors.
I have run the decw$startup.com file in sys$startup and if I wait until a while after the system has booted it will successfully start DECwindows.
I'm totally baffled by this one and can't think of anything else to try!
Many thanks for any help on this.
Anne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 04:24 AM
05-19-2006 04:24 AM
Re: DECWindows fails to start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2006 04:31 AM
05-19-2006 04:31 AM
Re: DECWindows fails to start
this message is generated by SYS$STARTUP:DECW$STARTUP.COM - please have a look at that procedure to try to follow what it's doing:
It looks like the process logical DECW$LICENSE_CHECK must have been FALSE to get that error message.
LICENSE_CHECK.EXE will be run in the BASEENVIRON phase (see VMS$VMS.DAT).
Did you check with DIR/DAT whether this is a current .LOG file ?
Consider to add a SHOW LOG DECW$LICENSE_CHECK into the beginning of DECW$STARTUP.COM and set STARTUP_P2 = "D" to get a SYS$SYSTEM:STARTUP.LOG during written during the next boot.
I have seen a similar problem after adding a CPU and missing to add the OPENVMS-ALPHA SMP extension license. Please carefully re-check for any license load errors during startup.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 11:02 PM
05-20-2006 11:02 PM
Re: DECWindows fails to start
Wat is youre systemparameter WINDOW_SYSTEM ?
This should be 1.
On the rest of the answers it also looks like you got a license problem.
AvR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 01:56 AM
05-22-2006 01:56 AM
Re: DECWindows fails to start
We have an OPENVMS-ALPHA-ADL license on the system but I haven't checked this one out which I will do to make sure it is ok.
I will also try and track the license check process to see if I can highlight any errors during this process as suggested.
Thanks to everyone for all your help and I will keep you informed.
Regards
Anne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:29 AM
05-22-2006 10:29 AM
Re: DECWindows fails to start
My comments
1.- Edit modparams.dat
Min_gblsections=10000 (if you have upper is fine)
2.-@sys$update:autogen getdata tsetfiles nofeedback
3.- @sys$manager:decw$getparams
4.-@sys$update:autogen genparams reboot nofeedback
and check with your provide if the ADL licence include dec windows motiff.
For Alpha I dont Think so only for I64
If the licence is included you need unload, delete, add and reload again this license and try.
good look
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:38 AM
05-22-2006 10:38 AM
Re: DECWindows fails to start
an OPENVMS-ALPHA-ADL is a Distributed Interactive User License and also requires an operating system base license (named OPENVMS-ALPHA), do you have one loaded ? Is this a new system or did you change anything ?
Volker.