<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VMS /etc/motd in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862269#M78962</link>
    <description>&lt;BR /&gt;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.  &lt;BR /&gt;&lt;BR /&gt;Welcome the OpenVMS forum and to VMS.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Sep 2006 15:29:44 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2006-09-13T15:29:44Z</dc:date>
    <item>
      <title>VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862264#M78957</link>
      <description>Hi VMS Gurus, &lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;&lt;BR /&gt;Jees Joy</description>
      <pubDate>Wed, 13 Sep 2006 13:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862264#M78957</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2006-09-13T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862265#M78958</link>
      <description>Nothing built-in, but you could certainly add&lt;BR /&gt;something to SYS$MANAGER:SYLOGIN.COM like:&lt;BR /&gt;&lt;BR /&gt;$ motd = "sys$manager:motd.txt"&lt;BR /&gt;$ if (f$search( motd) .nes. "")&lt;BR /&gt;$ then&lt;BR /&gt;$    type 'motd'&lt;BR /&gt;$ endif&lt;BR /&gt;&lt;BR /&gt;Preferably in a place where it'll be done&lt;BR /&gt;only for an interactive process, possibly&lt;BR /&gt;only with a real terminal for sys$output.</description>
      <pubDate>Wed, 13 Sep 2006 13:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862265#M78958</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-13T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862266#M78959</link>
      <description>Look at the logical sys$welcome.  This points to a file typed out at every login.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 13:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862266#M78959</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-09-13T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862267#M78960</link>
      <description>He's right.  (How quickly I forget...)&lt;BR /&gt;&lt;BR /&gt;SYS$WELCOME may be defined as a bit of&lt;BR /&gt;explicit text, or as "@file", which also may&lt;BR /&gt;do exactly what you want.&lt;BR /&gt;&lt;BR /&gt;For example, around here:&lt;BR /&gt;&lt;BR /&gt;ALP $ show logical SYS$WELCOME&lt;BR /&gt;   "SYS$WELCOME" = "@SYS$MANAGER:WELCOME.TXT" (LNM$SYSTEM_TABLE)&lt;BR /&gt;ALP $ type SYS$MANAGER:WELCOME.TXT&lt;BR /&gt;&lt;BR /&gt;      Welcome to VMS (Alpha) V7.3-2 on ALP.&lt;BR /&gt;&lt;BR /&gt;      Unauthorized use is prohibited.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here, it almost never changes, so I'm afraid&lt;BR /&gt;that I've stopped seeing the thing, and hence&lt;BR /&gt;forgot about it fairly completely.  Sigh.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 13:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862267#M78960</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-13T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862268#M78961</link>
      <description>Thanks my friends, if there is no MOTD then I think Steve's was very helpfull. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks one again everybody</description>
      <pubDate>Wed, 13 Sep 2006 14:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862268#M78961</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2006-09-13T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862269#M78962</link>
      <description>&lt;BR /&gt;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.  &lt;BR /&gt;&lt;BR /&gt;Welcome the OpenVMS forum and to VMS.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Sep 2006 15:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862269#M78962</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-09-13T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862270#M78963</link>
      <description>Prior to login:&lt;BR /&gt;  "SYS$ANNOUNCE" = "@sys$manager:announce_MTTIAN.txt"&lt;BR /&gt;  "TCPIP$FTP_SERVER_ANNOUNCE" = "@sys$manager:ftp_banner.txt"&lt;BR /&gt;&lt;BR /&gt;After successful login:&lt;BR /&gt;  "SYS$WELCOME" = "@SYS$MANAGER:WELCOME.TXT"&lt;BR /&gt;OR&lt;BR /&gt;  "SYS$WELCOME" = "Welcome to my system"&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2006 10:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862270#M78963</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2006-09-14T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862271#M78964</link>
      <description>In addition to the standard facilities already described there is freeware&lt;BR /&gt;&lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?NOTICE" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?NOTICE&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2006 11:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862271#M78964</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-09-14T11:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: VMS /etc/motd</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862272#M78965</link>
      <description>Jees Joy,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 24 of 56  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;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!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 15 Sep 2006 13:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-etc-motd/m-p/3862272#M78965</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-09-15T13:57:09Z</dc:date>
    </item>
  </channel>
</rss>

