- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to get CDE to function like VUE (I need Failsa...
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
07-15-2002 05:44 AM
07-15-2002 05:44 AM
My current situation is that I have a few X-terminals, Entria and Entria II, that various users logon to. Most of my users share a home directory (approximately 1600 users, some can logon at their desktop, dumb terminal, or these X-terminals). The shared directories wasn't a problem under VUE, but it is under CDE. I don't actually need X-terminal capability because I'm running character-based apps. In light of this, I tried switching off the X-terminal capability to make it do telnet sessions, however, that changed up the functionality and on-screen prompts (it asked for the host server, then exiting the application menu closed the telnet screen leaving a blank screen only).
So, the best duplication of the VUE behavior is a CDE Failsafe session. This automatically gives a CDE login screen, pops up a telnet screen which has my users' application menu and nothing else (no toolbars), then, on exit from the application menu, the telnet closes and another CDE login screen appears. This is all I need and this is the way VUE was functioning, but I can't make CDE do this. I am perfectly happy with a Failsafe session, but I need Failsafe to be the default. As it is, my users must choose Failsafe, and this isn't good. These are manufacturing line people who know their jobs but not computers, so the fewer keystrokes/mouse-clicks, the better.
How do I force a CDE login screen to default to Failsafe with no user intervention?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:50 AM
07-15-2002 05:50 AM
Re: How to get CDE to function like VUE (I need Failsafe!)
this is not really necessary to get what you want in my opinion. You can simply start the applications needed by your users with their .profile in home directory, and after the applications you put the line:
exit 1
When your user finishes applications, he will be automatically thrown out.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:57 AM
07-15-2002 05:57 AM
Re: How to get CDE to function like VUE (I need Failsafe!)
If I have X-terminals set to automatically run telnet sessions, choosing quit and exiting leaves a blank screen. The users must then mouse-click to pull up a menu and select x-terminal session or something like that. That's not good.
The users cannot run normal CDE sessions because of the shared home directory. CDE won't run under this condition.
The users must choose CDE Failsafe, and that will allow them to get a single screen (with the application menu automatically run from their .profile) and no toolbars. When they choose quit, that screen exits and returns them to the CDE login screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 09:48 AM
07-15-2002 09:48 AM
SolutionI remenber I have done this some time ago. Here is the solution.
Copy the file /usr/dt/config/Xconfig to
the /etc/dt/config/ directory.
Open this file ( /etc/dt/config/Xconfig ) whith en editor, find the lines below:
# #########################################################################
# To set a display to run the user's XDM $HOME/.xsession script as the
# default session. Ensure that the $HOME/.xsession script is executable.
#
# Dtlogin*xdmMode: True
Uncomment the line above.
Create a .xsession file in the users home directorys and make it executable (you can use a copy of the file /usr/dt/config/Xfailsafe)
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 01:07 PM
07-15-2002 01:07 PM
Re: How to get CDE to function like VUE (I need Failsafe!)
One final minor annoyance: the screen that comes up has a menu bar at the top with something like File-Edit-Options-Help. How do I get rid of that? I see that there's resource named "menubar", but where is it or how do I switch it off? I can't find it in the /etc/dt/config files.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:42 PM
07-16-2002 12:42 PM
Re: How to get CDE to function like VUE (I need Failsafe!)
Perhaps it is something
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 12:50 PM
07-16-2002 12:50 PM
Re: How to get CDE to function like VUE (I need Failsafe!)
Sorry I hit the SUBMIT button by mistake.
There is somthing wrong or missing in the in the .xsession file. I found a "default" sys.xsession on an old server. Check this carefully (It is from HP-UX 10.20) and change at your own need. Perhaps it can help.