- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS /etc/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
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-13-2006 06:30 AM
09-13-2006 06:30 AM
I am very new to Open VMS, I have a VMS 7.3 installedin Alpha ES40 for some testing, I need to add some Message of the day.
Like in Unix we have the file /etc/motd where we can give the comments that will project when the user login; is there any file like that for VMS.
Thanks in advance.
Jees Joy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:37 AM
09-13-2006 06:37 AM
Re: VMS /etc/motd
something to SYS$MANAGER:SYLOGIN.COM like:
$ motd = "sys$manager:motd.txt"
$ if (f$search( motd) .nes. "")
$ then
$ type 'motd'
$ endif
Preferably in a place where it'll be done
only for an interactive process, possibly
only with a real terminal for sys$output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 06:49 AM
09-13-2006 06:49 AM
Re: VMS /etc/motd
SYS$WELCOME may be defined as a bit of
explicit text, or as "@file", which also may
do exactly what you want.
For example, around here:
ALP $ show logical SYS$WELCOME
"SYS$WELCOME" = "@SYS$MANAGER:WELCOME.TXT" (LNM$SYSTEM_TABLE)
ALP $ type SYS$MANAGER:WELCOME.TXT
Welcome to VMS (Alpha) V7.3-2 on ALP.
Unauthorized use is prohibited.
Here, it almost never changes, so I'm afraid
that I've stopped seeing the thing, and hence
forgot about it fairly completely. Sigh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 07:54 AM
09-13-2006 07:54 AM
Re: VMS /etc/motd
Thanks one again everybody
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2006 08:29 AM
09-13-2006 08:29 AM
Re: VMS /etc/motd
There is also the logical SYS$ANNOUNCE displayed prior to the "Username:" prompt. SYS$WELCOME is displayed after a successful log on. You can define either logical as text or a file.
Welcome the OpenVMS forum and to VMS.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 03:44 AM
09-14-2006 03:44 AM
Re: VMS /etc/motd
"SYS$ANNOUNCE" = "@sys$manager:announce_MTTIAN.txt"
"TCPIP$FTP_SERVER_ANNOUNCE" = "@sys$manager:ftp_banner.txt"
After successful login:
"SYS$WELCOME" = "@SYS$MANAGER:WELCOME.TXT"
OR
"SYS$WELCOME" = "Welcome to my system"
On some of my systems I actually had a file called news.txt. That file was located in the sys$manager and was world:RE. The last line of the sylogin.com would type out the file. That way I had the normal security announcements in my announce file and then I would have a changing update in the news.txt file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 04:26 AM
09-14-2006 04:26 AM
Re: VMS /etc/motd
http://vms.process.com/scripts/fileserv/fileserv.com?NOTICE
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:57 AM
09-15-2006 06:57 AM
Re: VMS /etc/motd
from your Forum Profile:
I have assigned points to 24 of 56 responses to my questions.
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.
Thanks on behalf of your Forum colleagues.
PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!
PPS. - Zero points for this.
Proost.
Have one on me.
jpe