<?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: pwrdwnsys</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 06:14:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: December 6, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99855</link>
		<dc:creator>The Most-Watched IT Questions: December 6, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:47:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-99855</guid>
		<description><![CDATA[[...] 1. Members discuss the intricacies of how not to get p0wned with pwrdwnsys. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 1. Members discuss the intricacies of how not to get p0wned with pwrdwnsys. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99271</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 22 Nov 2011 03:34:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-99271</guid>
		<description><![CDATA[&lt;i&gt;what shld the admin has todo if they found after that a job is runing?&lt;/i&gt;

It&#039;s most likely that nothing can be done about it unless the job has some external mechanism for the operator to signal it to end. Anything the operator can do will be done by the processing of PWRDWNSYS anyway.

The best thing for the operator to do is to log that the job was running. Whatever the documented recovery is should be done when the system comes back up again.

Why would an operator run PWRDWNSYS when the system was not in restricted state? That should only happen in an emegency, so the batch job was going to be lost no matter what.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>what shld the admin has todo if they found after that a job is runing?</i></p>
<p>It&#8217;s most likely that nothing can be done about it unless the job has some external mechanism for the operator to signal it to end. Anything the operator can do will be done by the processing of PWRDWNSYS anyway.</p>
<p>The best thing for the operator to do is to log that the job was running. Whatever the documented recovery is should be done when the system comes back up again.</p>
<p>Why would an operator run PWRDWNSYS when the system was not in restricted state? That should only happen in an emegency, so the batch job was going to be lost no matter what.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99264</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 22 Nov 2011 00:47:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-99264</guid>
		<description><![CDATA[&lt;i&gt;but does it make any error message&lt;/i&gt;

Does what make any error message? Are you asking about the PWRDWNSYS command or the batch job?

If the PWRDWNSYS command executes successfully, it won&#039;t show any errors at all. Why would it? It worked the way it&#039;s supposed to.

If PWRDWNSYS was executed with *IMMED, then the batch job won&#039;t make any error messages because it couldn&#039;t -- the system power was pulled out from under it. If PWRDWNSYS was executed with *CNTRLD and the batch job wasn&#039;t testing periodically for a shutdown, then the batch job won&#039;t make any error messages because it was programmed not to care.

If PWRDWNSYS was executed with *CNTRLD and the batch job periodically tested for a shutdown (and the period was within the *CNTRLD time limit), then the batch job would make whatever error messages it was programmed to make.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>but does it make any error message</i></p>
<p>Does what make any error message? Are you asking about the PWRDWNSYS command or the batch job?</p>
<p>If the PWRDWNSYS command executes successfully, it won&#8217;t show any errors at all. Why would it? It worked the way it&#8217;s supposed to.</p>
<p>If PWRDWNSYS was executed with *IMMED, then the batch job won&#8217;t make any error messages because it couldn&#8217;t &#8212; the system power was pulled out from under it. If PWRDWNSYS was executed with *CNTRLD and the batch job wasn&#8217;t testing periodically for a shutdown, then the batch job won&#8217;t make any error messages because it was programmed not to care.</p>
<p>If PWRDWNSYS was executed with *CNTRLD and the batch job periodically tested for a shutdown (and the period was within the *CNTRLD time limit), then the batch job would make whatever error messages it was programmed to make.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99249</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:25:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-99249</guid>
		<description><![CDATA[Important question is &quot;WHO has authority to do a PWRDWNSYS?&quot;
And why would they do that without notification of others?
You really need to restrict authority to that command.

Next questions &quot;Is the batch job updatiung files? and is the file(s) being journaled?&quot;
Are you using commitment control?
If it is just a print or something else that can be rerun, you can just resubmit when the server comes back up.]]></description>
		<content:encoded><![CDATA[<p>Important question is &#8220;WHO has authority to do a PWRDWNSYS?&#8221;<br />
And why would they do that without notification of others?<br />
You really need to restrict authority to that command.</p>
<p>Next questions &#8220;Is the batch job updatiung files? and is the file(s) being journaled?&#8221;<br />
Are you using commitment control?<br />
If it is just a print or something else that can be rerun, you can just resubmit when the server comes back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99238</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-99238</guid>
		<description><![CDATA[Yes. You should be looking into the List of Parameters and possible Options.
If Command is executed with an Option &lt;b&gt;*CNTRLD&lt;/b&gt; to end with Specified DELAY time, Then system will check for the Running Jobs and will end all active Jobs in a controlled manner. In this case, Job log will be written for the Job.

If Command is executed with am Option &lt;b&gt;*IMMED&lt;/b&gt;, Subsystem will end all the active Jobs immediately and the time allowed for clean up will be maintained from system values. 

But, There will be few scenarios where the Active Jobs will not get finish even before Delay time, In this Case Active Jobs will be ended with out any log. This may cause Partial Updation(similar to *IMMED).

If there is any need to use PWRDWNSYS command, *IMMED is not suggested option. It can only used when the command is tired with *CNTRLD and unsuccessful.

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Yes. You should be looking into the List of Parameters and possible Options.<br />
If Command is executed with an Option <b>*CNTRLD</b> to end with Specified DELAY time, Then system will check for the Running Jobs and will end all active Jobs in a controlled manner. In this case, Job log will be written for the Job.</p>
<p>If Command is executed with am Option <b>*IMMED</b>, Subsystem will end all the active Jobs immediately and the time allowed for clean up will be maintained from system values. </p>
<p>But, There will be few scenarios where the Active Jobs will not get finish even before Delay time, In this Case Active Jobs will be ended with out any log. This may cause Partial Updation(similar to *IMMED).</p>
<p>If there is any need to use PWRDWNSYS command, *IMMED is not suggested option. It can only used when the command is tired with *CNTRLD and unsuccessful.</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pwrdwnsys/#comment-99235</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Mon, 21 Nov 2011 09:03:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-99235</guid>
		<description><![CDATA[yes i do know, but does it make any error message , if the cl program is an retrieving object from the server or someother information.,]]></description>
		<content:encoded><![CDATA[<p>yes i do know, but does it make any error message , if the cl program is an retrieving object from the server or someother information.,</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.048 seconds using memcached
Object Caching 337/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 06:17:55 -->