- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disclaimer on hp-ux logon screen
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
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
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
тАО04-20-2004 07:07 PM
тАО04-20-2004 07:07 PM
i am just wanting to find out how i can add a disclaimer on the initial logon screen of hp-ux 11.0.
i already use motd for after login but i want to use a disclaimer for when you telnet from another machine to the hpux box and see the disclaimer before you login.
thanks in advance,
oz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:12 PM
тАО04-20-2004 07:12 PM
Re: disclaimer on hp-ux logon screen
Just edit /etc/issue (or link it to /etc/motd)
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:12 PM
тАО04-20-2004 07:12 PM
Re: disclaimer on hp-ux logon screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:24 PM
тАО04-20-2004 07:24 PM
Re: disclaimer on hp-ux logon screen
and they dont seem to appear.
do i need to change the permissions on issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:26 PM
тАО04-20-2004 07:26 PM
Solutiondon't forget:
# vi /var/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd -b /etc/issue
add "-b /etc/issue", after adding any disclaimer to /etc/issue.
# inetd -c
to re-configure the internet daemon.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:31 PM
тАО04-20-2004 07:31 PM
Re: disclaimer on hp-ux logon screen
start your telnetd with the -b
/etc/issue is default only used for getty from /etc/inittab.
If you are using rlogind use the option -B
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:34 PM
тАО04-20-2004 07:34 PM
Re: disclaimer on hp-ux logon screen
So, for every daemon or process you use to login to the system, you need to specify the banner file. And if you use /etc/issue for all, mind that some of those daemons have limitations on the content of the file. For instance, it cannot be larger then 1 Kb...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:43 PM
тАО04-20-2004 07:43 PM
Re: disclaimer on hp-ux logon screen
all is working fine now !!
cheers,
oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2004 07:59 PM
тАО04-20-2004 07:59 PM
Re: disclaimer on hp-ux logon screen
since you are new to this forum, please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
some points for the effort and trouble everyone as given you.
regards.