- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- message on console before login
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
09-24-2005 12:44 AM
09-24-2005 12:44 AM
message on console before login
intially it comes like this
HP-UX hpux212 B.11.11 U 9000/800 (tb)
login:
i want
HP-UX hpux212 B.11.11 U 9000/800 (tb)
display of message
login:
thanks
sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2005 01:02 AM
09-24-2005 01:02 AM
Re: message on console before login
if you want the same message to be displayed when people telnet to this system, edit /etc/inetd.conf
find the line which starts with telnet and append this to the end of that line:
-b /etc/issue
save & exit then run command
inetd -c # to reread the inetd.conf
hope this helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2005 05:12 AM
09-24-2005 05:12 AM
Re: message on console before login
Edit /etc/inetd.conf as follows:
login stream tcp nowait root /usr/lbin/rlogind rlogind -B /etc/message
Write into /etc/message whatever you need and run: kill -1 NNNN , wher NNNN is PID of inetd.
The desired message will appear before password prompt.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2005 08:41 AM
09-24-2005 08:41 AM
Re: message on console before login
The answer is :
1. /etc/motd [ After login ]
2. /etc/issue [ before login , to any terminal , which respawns by getty in inittab ]
cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2005 10:03 PM
09-25-2005 10:03 PM
Re: message on console before login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2005 10:14 PM
09-25-2005 10:14 PM
Re: message on console before login
-- edit /etc/issue file --
Sandeep's Try with banner
-- edit /etc/inetd.conf --
telnet stream tcp nowait root /usr/lbin/telnetd \
telnetd -b/etc/issue
# Reconfigure inetd(aemon)
# inetd -c
If you want to have messages after login then edit /etc/profile as regardingly.
hth.