- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: renew /etc/issue
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-15-2004 10:20 AM
09-15-2004 10:20 AM
Very easy points for some, I am sure.
I have editted /etc/issue file to conform with some security policies we have in place.
How do I get this file reread so that the issue message is displayed on connection to the system?
Thanks,
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 10:29 AM
09-15-2004 10:29 AM
Re: renew /etc/issue
Are you sure you're wanting to update /etc/issue and not /etc/motd (message of the day)?
The /etc/issue text will be displayed above the prompt when people connect to the console of the system, but the /etc/motd text will be displayed immediately after the contents of the /etc/copyright file when someone logs in.
You might want to modify the /etc/motd file to include information you want your users to see upon login instead of /etc/issue.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 10:32 AM
09-15-2004 10:32 AM
Re: renew /etc/issue
Regards,Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 10:35 AM
09-15-2004 10:35 AM
Re: renew /etc/issue
Are you seeing a case where you modify the /etc/issue file but you're not seeing the modified text when someone connects to the console of the system?
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 10:37 AM
09-15-2004 10:37 AM
SolutionI understand you want to display /etc/issue even for the telnet connections ?
edit /etc/inetd.conf
# vi /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -8 -b /etc/issue
#
add -b option to the telnet as "-b /etc/issue"
force inetd to re-read the config file
# inetd -c
Now /etc/issue file will be displayed for both the console and telnet logins.
Is this what you are looking for ?
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 10:44 AM
09-15-2004 10:44 AM
Re: renew /etc/issue
Thanks Dave also.
Regards,Maria