- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XTerm login screen text (what file has it?)
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
01-25-2002 09:53 AM
01-25-2002 09:53 AM
I need to identify which file contains the text shown on the initial login screen (Right now, the default "welcome to ....". I've scanned through my manuals but haven't identified where that text is...any ideas?
Thanks id advance.
Best regards,
Joe Robinson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 10:55 AM
01-25-2002 10:55 AM
Re: XTerm login screen text (what file has it?)
If you are looking for the banner displayed on the screen when you do a telnet, the file is /etc/issue. you can also look into /etc/motd.
If you want to display the banner display the banner file each time one opens a dterm, hpterm, or xterm in CDE, there are two options:
Option 1. For user-only settings, set this resource in the $HOME/.Xdefaults file:
*loginShell: True
Option 2. For system-wide changes, set the same resource in /etc/dt/config/C/sys.resources.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 10:56 AM
01-25-2002 10:56 AM
SolutionYou mean the initial login screen?
Check the global Xresources file:
/usr/dt/config/C/Xresources
There are a lot of dtlogin specific area on this file.
I think you are looking for this:
!! Dtlogin*greeting.labelString: Welcome to %LocalHost%
The dtlogin man page gives
te explanation of another lot of Dtlogin Xresources options.
And you should tell the dtlogin process to reread the new values:
/usr/dt/bin/dtconfig -reset
regards:
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 11:04 AM
01-25-2002 11:04 AM
Re: XTerm login screen text (what file has it?)
Here is a link if you want to customize your CDE banner,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=5b98bf840c27e5fa18/screen=ckiDisplayDocument?docId=200000058694014
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:23 PM
01-25-2002 01:23 PM
Re: XTerm login screen text (what file has it?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2002 12:38 AM
01-28-2002 12:38 AM
Re: XTerm login screen text (what file has it?)
Try this :
cd /usr/vue/config
cp Xresources /etc/vue/Xresources
the specific greeting resource string you are looking for is : Vuelogin*greeting.labelString : Welcome to %LocalHost%
though there others worth looking at : see man vuelogin for some extra details.
ps I'd suggest restarting vue by change of run-level for the changes to take effect ie /sbin/init 3 followed by init 4.
Good luck !