<?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: RWAST state in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768839#M75595</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there are many possible problems leading to a process entering RWAST state.&lt;BR /&gt;&lt;BR /&gt;Please see the 2 TIMA articles referenced in the 1-APR-2006 entry of:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015664" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015664&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for troubleshooting guidelines.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Mon, 10 Apr 2006 03:32:55 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-04-10T03:32:55Z</dc:date>
    <item>
      <title>RWAST state</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768838#M75594</link>
      <description>During Duty server switch over, one of the application process who is responsible for talking to two other standby servers has gone to MWAIT(RWAST) state. As a result other stanby server could not establish connection with new duty server resulting in two duty case. Is there any specific reason behind a process goes to RWAST state ? Pls suggest</description>
      <pubDate>Mon, 10 Apr 2006 03:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768838#M75594</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2006-04-10T03:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: RWAST state</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768839#M75595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there are many possible problems leading to a process entering RWAST state.&lt;BR /&gt;&lt;BR /&gt;Please see the 2 TIMA articles referenced in the 1-APR-2006 entry of:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015664" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015664&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for troubleshooting guidelines.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 10 Apr 2006 03:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768839#M75595</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-10T03:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: RWAST state</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768840#M75596</link>
      <description>To get you started, first do not try to stop the process.  Not only will you not be able to, but it will prevent all analysis.&lt;BR /&gt;&lt;BR /&gt;Go into SDA and do a show sum.  &lt;BR /&gt;SDA&amp;gt;show sum&lt;BR /&gt;find the index number&lt;BR /&gt;then set the process to that index nmber&lt;BR /&gt;SDA&amp;gt;set proc/index=indexnumber&lt;BR /&gt;SDA&amp;gt;do a show process&lt;BR /&gt;&lt;BR /&gt;If the top has a delete pending, there is &lt;BR /&gt;nothing more you can do, as someone has&lt;BR /&gt;already tried to stop it.  No further diagnose is possible. You can't stop the processes, as stopping a process queues up an AST.  Since it is waiting for AST, it will  never be delivered.&lt;BR /&gt;&lt;BR /&gt;Otherwise, look at the bytlm and see if you have any left.  If you have Ability Manager (free!) you can fix that.  There are some other unsupported tools.&lt;BR /&gt;&lt;BR /&gt;If not, it's probably an I/O that has not completed.&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt;show process/channel&lt;BR /&gt;and you can see all the I/Os.  It is&lt;BR /&gt;*probably* the channel marked busy.  See if other processes are able to use it.&lt;BR /&gt;&lt;BR /&gt;You can get an unsupported tool to free it. By unsupported we mean it may crash the system.&lt;BR /&gt;&lt;BR /&gt;Best of luck.</description>
      <pubDate>Sat, 15 Apr 2006 07:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768840#M75596</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2006-04-15T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: RWAST state</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768841#M75597</link>
      <description>Sk,&lt;BR /&gt;&lt;BR /&gt;RWAST indicates the wait is expected to be satisfied by the delivery and/or enqueuing of an AST to the process. &lt;BR /&gt;&lt;BR /&gt;Reasons for a pocess endup with RWAST state are... &lt;BR /&gt;-- waiting for an I/O to complete on a channel or &lt;BR /&gt;-- running out of a process or system quota or &lt;BR /&gt;-- waiting for a file system or lock request to complete or &lt;BR /&gt;-- waiting for a subprocess to terminate &lt;BR /&gt;&lt;BR /&gt;Processes in the RWAST state can NOT be deleted until the condition they are waiting for is met. If you can not identify what the process is waiting for, you will have to reboot the system to eliminate the process.&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Mon, 17 Apr 2006 10:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768841#M75597</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-04-17T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: RWAST state</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768842#M75598</link>
      <description>Sk,&lt;BR /&gt;&lt;BR /&gt;you can use these cmnds to get more details about the process in RWAST state. &lt;BR /&gt;&lt;BR /&gt;$ analyze/system &lt;BR /&gt;sda&amp;gt; read/executive &lt;BR /&gt;sda&amp;gt; read sys$loadable_images:sysdef &lt;BR /&gt;sda&amp;gt; sho summary &lt;BR /&gt;&lt;BR /&gt;it will display the particular process's index, using that index there is a way to troubleshoot this process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Mon, 17 Apr 2006 10:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rwast-state/m-p/3768842#M75598</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2006-04-17T10:43:45Z</dc:date>
    </item>
  </channel>
</rss>

