<?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: Reboot Mail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973860#M95440</link>
    <description>Hi Bruce:&lt;BR /&gt;&lt;BR /&gt;On way to implement notification is to create an 'rc' script in '/sbin/init.d' that executes whenever you transition from run-level 2-to-3.  That is, create a startup script in /sbin/rc3.d' that emails your member list whenever your server reboots.&lt;BR /&gt;&lt;BR /&gt;The manpages for 'rc(1M)' describe the rc-startup script requirements.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 02 Apr 2007 15:32:39 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-04-02T15:32:39Z</dc:date>
    <item>
      <title>Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973859#M95439</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I would like to have the scripts , which monitor every 2 hours is the server is rebooted , if rebooted it has to send the list of members mails id in a file.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Bruce</description>
      <pubDate>Mon, 02 Apr 2007 14:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973859#M95439</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-04-02T14:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973860#M95440</link>
      <description>Hi Bruce:&lt;BR /&gt;&lt;BR /&gt;On way to implement notification is to create an 'rc' script in '/sbin/init.d' that executes whenever you transition from run-level 2-to-3.  That is, create a startup script in /sbin/rc3.d' that emails your member list whenever your server reboots.&lt;BR /&gt;&lt;BR /&gt;The manpages for 'rc(1M)' describe the rc-startup script requirements.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 02 Apr 2007 15:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973860#M95440</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-04-02T15:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973861#M95441</link>
      <description>This seems to be a fundamentally flawed approach. How in the Wide World of Sports does a UNIX box get rebooted without your knowledge and without explicitly being told to reboot? If you have a box that is rebooting itself or being rebooted by others then notification is closing the barn door after the cows have left. I would fix the fundamental problem and then I would simply have to ask myself when was the last time I booted this box (or do a who -b or an uptime).</description>
      <pubDate>Mon, 02 Apr 2007 22:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973861#M95441</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-02T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973862#M95442</link>
      <description>hi James/Stephenson tahnks for ur suggestions.&lt;BR /&gt;&lt;BR /&gt;James a novice i have put a script which will have the who -b out in a file and keepon comapre that file with who -b if any changes [i mean if server rebooted ] it will update that file and also send mail to the list of peoples mail ids given in another file.&lt;BR /&gt;&lt;BR /&gt;Stephenson If we are rebbotin we will know it i accept it if in case of any system crash or system is down for any reason the script has to send mail to the peoples in the mailfile.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 03 Apr 2007 11:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973862#M95442</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2007-04-03T11:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973863#M95443</link>
      <description>My point is that your system should not be crashing. UNIX boxes should run for months on end and the only time that they should be rebooted is when periodic patch bundles are installed. Your systems should be robust enough so that routine things like disk or power supply failures are tolerated and dealt with without a reboot. If you fix the crashing then you don't need anything else.</description>
      <pubDate>Tue, 03 Apr 2007 11:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973863#M95443</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-03T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reboot Mail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973864#M95444</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I agree with the fundamentally flawed approach.&lt;BR /&gt;&lt;BR /&gt;Any system that is going down every few hours has a serious problem.&lt;BR /&gt;&lt;BR /&gt;1) Check hardware with cstm/mstm or xstm&lt;BR /&gt;2) See that the system is fully patched to at least a recent bi-annual patch set.&lt;BR /&gt;3) See that the system saves crash dumps /etc/rc.config.d/savecrash set the first variable to 1.&lt;BR /&gt;&lt;BR /&gt;This is not a windows box. I know people that have run hpux boxes for years without reboot.&lt;BR /&gt;&lt;BR /&gt;Also, rebooting a system does not "reset mail" the mail queues of inbound and outbound mail will continue to exist.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Apr 2007 12:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reboot-mail/m-p/3973864#M95444</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-03T12:09:53Z</dc:date>
    </item>
  </channel>
</rss>

