- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Motif can not start correctly in an ES47 alphaserv...
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
10-13-2005 03:07 AM
10-13-2005 03:07 AM
I have install a open vms OS in a ES47 alpha server machine , but the windows motif does not start correctly , the screen in back like trying to start up but it not come up, is necessary to make the following key sequence for that motif start up from the black screen.
This key sequence are made from the local machine of course, not seen any in the monitor.
1-CTRL C
2-logo
3-and two return
After that , motif is ok .
Some Idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 04:20 AM
10-13-2005 04:20 AM
Solutionon which terminal do you enter these 3 commands ? Graphics screen or serial console ?
What's the console setting (>>> SHOW CONSOLE or WRITE SYS$OUTPUT F$GETENV("CONSOLE") ) ?
OPA0: may not be logged in or allocated to any process, if MOTIF is to be started. Once the system is up - and BEFORE you enter those 3 commands - what does SHOW DEV/FULL OPA0: report (if you login via another terminal or the network) ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 12:44 PM
10-13-2005 12:44 PM
Re: Motif can not start correctly in an ES47 alphaserver machine with OPEN VMS 8.2
W.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 02:25 PM
10-13-2005 02:25 PM
Re: Motif can not start correctly in an ES47 alphaserver machine with OPEN VMS 8.2
I guess you have to set some DECW parameters to specify your graphics devices in sys$manager:decw$private_server_setup.com
If you have not done this so far, please do this. Make sure you have copied sys$manager:decw$private_server_setup.template file and remaned as sys$manager:decw$private_server_setup.com
Udates this file to add or change the desired setup options in either of two sections (Cluster Common or Standalone Workstation) in the server startup file according to your env setup.
the params are:
DECW$DEVICE --- very important parameter allows to identify the graphics device you have.
DECW$PRIMARY_DEVICE,
DECW$SERVER_SCREENS,
DECW$MONITOR_DENSITY,
DECW$SEVER_DEFAULT_VISUAL_CLASS
Now restart decwindow by
$ @SYS$MANAGER:DECW$STARTUP RESTART
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 05:48 PM
10-13-2005 05:48 PM
Re: Motif can not start correctly in an ES47 alphaserver machine with OPEN VMS 8.2
after OpenVMS completes it's startup, the console terminal (OPA0:), which seems to be the graphics screen in your case, is NOT LOGGED in. The STARTUP process normally finishes with a LOGOUT message on OPA0:. If you can or need to type CTRL/C and LOGOUT, this indicates, that some interactive user is logged in on OPA0: or some process has a channel assigned to OPA0:, this prevents DECwindows from starting.
You need to find out, which process owns OPA0: after startup is finished. Login to the system over the network and issue the command SHOW DEV OPA0:/FULL and show us the output of that command.
Or - after typing CTRL/C - type a SHOW PROCESS and see which user is logged in on OPA0:
Volker.