- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP and MOTD
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
тАО08-28-2002 11:04 AM
тАО08-28-2002 11:04 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:06 AM
тАО08-28-2002 11:06 AM
Re: HP and MOTD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:08 AM
тАО08-28-2002 11:08 AM
Re: HP and MOTD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:10 AM
тАО08-28-2002 11:10 AM
Re: HP and MOTD
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:15 AM
тАО08-28-2002 11:15 AM
Re: HP and MOTD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:16 AM
тАО08-28-2002 11:16 AM
Re: HP and MOTD
http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
(This excerpt is from the "Setting up a System -> Making adjustments to your system" section)
****************
Posting a Message of the Day
If you want to display messages after each successful login, place your messages in the file /etc/motd. These messages will appear if the system-wide customization file (either /etc/profile or /etc/csh.login) contains the following line:
cat /etc/motd # message of the day
By default, /etc/profile or /etc/csh.login displays the message in /etc/motd at the user login.
Use /etc/motd to display timely messages. For example:
Welcome to the System SYSTEMUX [HP-UX Release B.10.0 9000/870]
For any questions or concerns, contact the System Administrator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-28-2002 11:17 AM
тАО08-28-2002 11:17 AM
Re: HP and MOTD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2002 06:16 AM
тАО08-29-2002 06:16 AM
Re: HP and MOTD
Also http://www.azsage.org/present/051199/
Is a paper I wrote on how I used it in an environment with almost 1000 HP-UX desktop systems. With a few minor tweaks, it can be implemented in other (Sun, SGI, etc.) environments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2002 06:31 AM
тАО08-29-2002 06:31 AM
Re: HP and MOTD
/etc/profile has the following;
# Message of the day
if [ -r /etc/motd ]
then
cat /etc/motd
fi
you can change the file location to anything you like
eg /home/motd
or /usr/local/motd
If you change the location of the file, you also need to change this in /etc/csh.login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2002 07:43 AM
тАО08-29-2002 07:43 AM