<?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: Ignite server mail alert in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620473#M499804</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;From client side we configured and it is working fine we want from ignite server side mail alert.&lt;BR /&gt;&lt;BR /&gt;Hi link you porvided not opening.&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
    <pubDate>Wed, 21 Apr 2010 03:58:25 GMT</pubDate>
    <dc:creator>Chandrahasa s</dc:creator>
    <dc:date>2010-04-21T03:58:25Z</dc:date>
    <item>
      <title>Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620468#M499799</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have igniteserver where more then 200 clients connected.All these 200 ignite clinetn sheduled for net ignite in deffernt interval.&lt;BR /&gt;&lt;BR /&gt;Kindly help to following requrment.&lt;BR /&gt;&lt;BR /&gt;a)Here we want to get mail alert from ingite server whern there is ignite completes or fails.&lt;BR /&gt;&lt;BR /&gt;2) Web based ignite status  from ignite server.</description>
      <pubDate>Tue, 20 Apr 2010 05:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620468#M499799</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-04-20T05:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620469#M499800</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you have some centrall monitoring you oculd check for errors/status in the :&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/latest/recovery.log&lt;BR /&gt;&lt;BR /&gt;and them you oculd create mail.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Tue, 20 Apr 2010 05:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620469#M499800</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-04-20T05:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620470#M499801</link>
      <description>or send the email from the client side..&lt;BR /&gt;&lt;BR /&gt;check result code from make_net_recovery and if not 0 send email.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a possible more consistant solution than scannning log files...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620470#M499801</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-20T12:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620471#M499802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;schedule backup script in your client side:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;/opt/ignite/bin/make_net_recovery -s ignite_server_ip -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;ret=$?&lt;BR /&gt;case $ret in&lt;BR /&gt;&lt;BR /&gt; 0)   # Successful &lt;BR /&gt;mailx -r IGNITE_SERVER -s " $(hostname) Ignite Sucessfull" yourmail@company.com;;&lt;BR /&gt; 1)   #Failed&lt;BR /&gt;   ;;   &lt;BR /&gt; 2)    #Success with warnings&lt;BR /&gt;   ;;&lt;BR /&gt;esac&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620471#M499802</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2010-04-20T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620472#M499803</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a)Here we want to get mail alert from ingite server whern there is ignite completes or fails.&lt;BR /&gt;&lt;BR /&gt;Note if you back up Ignite once a week, that means 200 emails a week. The question is is anyone going to read them. Maybe if you have computer operations staff.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ws/mailfil2" target="_blank"&gt;http://hpux.ws/mailfil2&lt;/A&gt;&lt;BR /&gt;That is a good mail script that will let you attach a log.&lt;BR /&gt;&lt;BR /&gt;2) Web based ignite status from ignite server. &lt;BR /&gt;&lt;BR /&gt;You will need to change whatever script you have that does the Ignite backup to write records success or fail in html format.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620472#M499803</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-20T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620473#M499804</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;From client side we configured and it is working fine we want from ignite server side mail alert.&lt;BR /&gt;&lt;BR /&gt;Hi link you porvided not opening.&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
      <pubDate>Wed, 21 Apr 2010 03:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620473#M499804</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-04-21T03:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite server mail alert</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620474#M499805</link>
      <description>Steven missed an 'e'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ws/mailfile2" target="_blank"&gt;http://hpux.ws/mailfile2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 21 Apr 2010 07:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-mail-alert/m-p/4620474#M499805</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-04-21T07:57:16Z</dc:date>
    </item>
  </channel>
</rss>

