HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- blinking messages to /etc/issue
Operating System - HP-UX
1833163
Members
3439
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-11-2006 11:01 PM
04-11-2006 11:01 PM
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 11:13 PM
04-11-2006 11:13 PM
Solution
Hi,
this greatly depends what terminal software you are using.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741
do a man tput for additional info
this greatly depends what terminal software you are using.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741
do a man tput for additional info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 11:15 PM
04-11-2006 11:15 PM
Re: blinking messages to /etc/issue
you can't do that directly, but you can with some code in /etc/profile. code like following will do that.
tput blink
echo "this, that"
tput rmso blink
tput blink
echo "this, that"
tput rmso blink
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 12:20 AM
04-12-2006 12:20 AM
Re: blinking messages to /etc/issue
/etc/issue is the only pre-login message that is sent to the user that is starting to login. There are hindreds of terminal models as well as dozens of terminal emulators and they use different codes to signal character enhancements such as blink, inverse, underline, etc. Since there is no way to determine what type of terminal is starting to connect, hardcoding an escape sequence in /etc/issue will cause strange characters to appear on some screens.
After a successful login, the terminal type will be set and then the tput commands will work to provide blinking, underlining, etc.
Usually, such a requirement is due to security requirements, but since blinking (or other stand-out enhancements) is always dependent on the device used to see the text (PDAs, laptops, Macs, mainframes, etc) you can never be sure it will work right. And that defeats the purpose of the stand-out. So instead, make the text unique. Use a box around the text, add extra blank lines and use a large portion of the screen. Note that some screens may not display correctly if test is in the last column so keep the text to 70 characters per line for compatibility.
Bill Hassell, sysadmin
After a successful login, the terminal type will be set and then the tput commands will work to provide blinking, underlining, etc.
Usually, such a requirement is due to security requirements, but since blinking (or other stand-out enhancements) is always dependent on the device used to see the text (PDAs, laptops, Macs, mainframes, etc) you can never be sure it will work right. And that defeats the purpose of the stand-out. So instead, make the text unique. Use a box around the text, add extra blank lines and use a large portion of the screen. Note that some screens may not display correctly if test is in the last column so keep the text to 70 characters per line for compatibility.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP