 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Message interception during iSeries backup</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 12:49:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: NickHutcheson1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111124</link>
		<dc:creator>NickHutcheson1</dc:creator>
		<pubDate>Fri, 14 Sep 2012 21:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111124</guid>
		<description><![CDATA[WoodEnginee, I like that approach.&#160; Fix it before it happens. :-)&#160;]]></description>
		<content:encoded><![CDATA[<p>WoodEnginee, I like that approach.&nbsp; Fix it before it happens. <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WoodEngineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111115</link>
		<dc:creator>WoodEngineer</dc:creator>
		<pubDate>Fri, 14 Sep 2012 15:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111115</guid>
		<description><![CDATA[Sorry . . .The code snippit posted differently than it appeared when I keyed it.
Something else you might consider is SndTweet by Kisco.&#160; We use it to send a tweet when an error message requiring a reply lands in QSYSOPR.&#160; The cool thing about SndTweet is that we can respond to the message via Twitter.&#160; Cost is very reasonable.&#160; It application runs entirely on the i5 - no separate Wintel servers required.
&#160;]]></description>
		<content:encoded><![CDATA[<p>Sorry . . .The code snippit posted differently than it appeared when I keyed it.<br />
Something else you might consider is SndTweet by Kisco.&nbsp; We use it to send a tweet when an error message requiring a reply lands in QSYSOPR.&nbsp; The cool thing about SndTweet is that we can respond to the message via Twitter.&nbsp; Cost is very reasonable.&nbsp; It application runs entirely on the i5 &#8211; no separate Wintel servers required.<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WoodEngineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111114</link>
		<dc:creator>WoodEngineer</dc:creator>
		<pubDate>Fri, 14 Sep 2012 15:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111114</guid>
		<description><![CDATA[To minimize the problem of the tape not loaded, we run a Job Schedule Entry job&#160;late in the work day that checks if a tape is loaded.&#160; It warns if no tape is found.&#160;&#160;This is just a the critical part of the code:CHKTAP     DEV(&amp;DEV) VOL(*MOUNTED) ENDOPT(*REWIND)      
MONMSG     MSGID(CPF6760 CPF6772) EXEC(DO) /* NO TAPE + 
             IN UNIT */                                 
SNDBRKMSG  MSG(&#039;** i5: No tape in drive or tape not +   
             initialized **&#039;) TOMSGQ(&amp;MSGQ1 &amp;MSGQ2 +    
             &amp;MSGQ3 &amp;MSGQ4)                             
MONMSG     MSGID(CPF0000)                               
ENDDO                                                   
It has saved our bacon a few times.]]></description>
		<content:encoded><![CDATA[<p>To minimize the problem of the tape not loaded, we run a Job Schedule Entry job&nbsp;late in the work day that checks if a tape is loaded.&nbsp; It warns if no tape is found.&nbsp;&nbsp;This is just a the critical part of the code:CHKTAP     DEV(&amp;DEV) VOL(*MOUNTED) ENDOPT(*REWIND)<br />
MONMSG     MSGID(CPF6760 CPF6772) EXEC(DO) /* NO TAPE +<br />
             IN UNIT */<br />
SNDBRKMSG  MSG(&#8216;** i5: No tape in drive or tape not +<br />
             initialized **&#8217;) TOMSGQ(&amp;MSGQ1 &amp;MSGQ2 +<br />
             &amp;MSGQ3 &amp;MSGQ4)<br />
MONMSG     MSGID(CPF0000)<br />
ENDDO<br />
It has saved our bacon a few times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackli</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111085</link>
		<dc:creator>jackli</dc:creator>
		<pubDate>Fri, 14 Sep 2012 03:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111085</guid>
		<description><![CDATA[If you have no program to monitor the&#160;processing error&#160;from the night batch job&#160;,I think&#160;it&#039;s a huge risk.You can use&#160;email or&#160;send a&#160;call by the modem to the duty guy to&#160;response the alert.
For the&#160;night backup,we&#160;backup the data to a savf first,and then sbmjob&#160;to save the savf to tape,&#160;if the tape is not ready,you can reply the message in the second day.I think the way by savf is less mistake than directly save to the tape.]]></description>
		<content:encoded><![CDATA[<p>If you have no program to monitor the&nbsp;processing error&nbsp;from the night batch job&nbsp;,I think&nbsp;it&#8217;s a huge risk.You can use&nbsp;email or&nbsp;send a&nbsp;call by the modem to the duty guy to&nbsp;response the alert.<br />
For the&nbsp;night backup,we&nbsp;backup the data to a savf first,and then sbmjob&nbsp;to save the savf to tape,&nbsp;if the tape is not ready,you can reply the message in the second day.I think the way by savf is less mistake than directly save to the tape.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111080</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 14 Sep 2012 02:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111080</guid>
		<description><![CDATA[&lt;EM&gt;Problem is, that will always be the answer and you will get no second chances.&lt;/EM&gt;
&#160;
It should only affect a job that has INQMSGRPY(*SYSRPYL) in effect when the message is sent. And it will only match if the comparison data matches the message data.
&#160;
Control of those allows the choice of when the system reply list makes a difference.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p><em>Problem is, that will always be the answer and you will get no second chances.</em><br />
&nbsp;<br />
It should only affect a job that has INQMSGRPY(*SYSRPYL) in effect when the message is sent. And it will only match if the comparison data matches the message data.<br />
&nbsp;<br />
Control of those allows the choice of when the system reply list makes a difference.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NickHutcheson1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111057</link>
		<dc:creator>NickHutcheson1</dc:creator>
		<pubDate>Thu, 13 Sep 2012 15:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-111057</guid>
		<description><![CDATA[Get the message ID and change the reply list for that message. ADDRPYLE, CHGRPYLE to INZ the tape.&#160; Problem is, that will always be the answer and you will get no second chances.&#160; You could initialize a tape that should not have been initialized.&#160; But, then, it should not have been in the tape drive to be used for the backup.Nick]]></description>
		<content:encoded><![CDATA[<p>Get the message ID and change the reply list for that message. ADDRPYLE, CHGRPYLE to INZ the tape.&nbsp; Problem is, that will always be the answer and you will get no second chances.&nbsp; You could initialize a tape that should not have been initialized.&nbsp; But, then, it should not have been in the tape drive to be used for the backup.Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-110826</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Fri, 07 Sep 2012 16:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-110826</guid>
		<description><![CDATA[Why not use a CL with a MONMSG?We had a similar issue here. Some batch jobs would halt after hours and stop the backups from running. All we did to resole was monitor for the messages and if the came up had the system send an e-mail message to the person responsible for the halt or backups so they could resolve it.]]></description>
		<content:encoded><![CDATA[<p>Why not use a CL with a MONMSG?We had a similar issue here. Some batch jobs would halt after hours and stop the backups from running. All we did to resole was monitor for the messages and if the came up had the system send an e-mail message to the person responsible for the halt or backups so they could resolve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-110812</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 07 Sep 2012 02:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/message-interception-during-iseries-backup/#comment-110812</guid>
		<description><![CDATA[What would you do if you caught a message? Hundreds of different messages might show up. -- Tom]]></description>
		<content:encoded><![CDATA[<p>What would you do if you caught a message? Hundreds of different messages might show up. &#8212; Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.038 seconds using memcached
Object Caching 369/375 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 13:02:07 -->