<?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 When pstat_getdynamic( ) function returns  -1, What it means in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352451#M684111</link>
    <description>Hi World,&lt;BR /&gt;&lt;BR /&gt;1.)I just want to know what does   &lt;BR /&gt;   pstat_getdynamic()function do.&lt;BR /&gt;&lt;BR /&gt;2.)I have statement&lt;BR /&gt;   struct pst_dynamic pstat_dyn;&lt;BR /&gt;&lt;BR /&gt;   rc=pstat_getdynamic(&amp;amp;pstat_dyn,sizeof(struct&lt;BR /&gt;      pst_dynamic),1,0);&lt;BR /&gt;   &lt;BR /&gt;   Here rc is equal to -1 what does it mean.&lt;BR /&gt;   why it is returing -1 value.&lt;BR /&gt;&lt;BR /&gt;Any help is Appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
    <pubDate>Thu, 05 Feb 2009 10:37:09 GMT</pubDate>
    <dc:creator>nallamolu</dc:creator>
    <dc:date>2009-02-05T10:37:09Z</dc:date>
    <item>
      <title>When pstat_getdynamic( ) function returns  -1, What it means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352451#M684111</link>
      <description>Hi World,&lt;BR /&gt;&lt;BR /&gt;1.)I just want to know what does   &lt;BR /&gt;   pstat_getdynamic()function do.&lt;BR /&gt;&lt;BR /&gt;2.)I have statement&lt;BR /&gt;   struct pst_dynamic pstat_dyn;&lt;BR /&gt;&lt;BR /&gt;   rc=pstat_getdynamic(&amp;amp;pstat_dyn,sizeof(struct&lt;BR /&gt;      pst_dynamic),1,0);&lt;BR /&gt;   &lt;BR /&gt;   Here rc is equal to -1 what does it mean.&lt;BR /&gt;   why it is returing -1 value.&lt;BR /&gt;&lt;BR /&gt;Any help is Appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 05 Feb 2009 10:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352451#M684111</guid>
      <dc:creator>nallamolu</dc:creator>
      <dc:date>2009-02-05T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: When pstat_getdynamic( ) function returns  -1, What it means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352452#M684112</link>
      <description>Hi Gopi:&lt;BR /&gt;&lt;BR /&gt;A return code of -1 signifies a failure.  The reason for the failure can be found in 'errno'.  If you report 'errno' you can easily examine the 'pstat()' manpages to gain further insight into the reason for the error.  See the "ERRORS" section of the manpages.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/pstat.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/pstat.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Feb 2009 10:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352452#M684112</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-05T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: When pstat_getdynamic( ) function returns  -1, What it means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352453#M684113</link>
      <description>JRF, Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;I want to know, what does this pstat_getdynamic( ) function do. Can u provide any link which gives a detail info.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 05 Feb 2009 10:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352453#M684113</guid>
      <dc:creator>nallamolu</dc:creator>
      <dc:date>2009-02-05T10:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: When pstat_getdynamic( ) function returns  -1, What it means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352454#M684114</link>
      <description>Hi (again) Gopi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to know, what does this pstat_getdynamic( ) function do.&lt;BR /&gt;&lt;BR /&gt;That's described in the manpages (in the link I provided).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60130/pstat.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60130/pstat.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You might also find this whitepaper useful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1216/pstat_whitepaper.pdf" target="_blank"&gt;http://docs.hp.com/en/1216/pstat_whitepaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Feb 2009 10:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352454#M684114</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-05T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: When pstat_getdynamic( ) function returns  -1, What it means</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352455#M684115</link>
      <description>* HP Virtual Server Environment: tips for Application Developers&lt;BR /&gt;Optimizing Applications for Virtualized Environments on HP Integrity&lt;BR /&gt;and HP9000 servers running HP-UX&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/9450/vse_tips_for_application_developers.pdf" target="_blank"&gt;http://docs.hp.com/en/9450/vse_tips_for_application_developers.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This whitepaper may help you, too.&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Wed, 11 Feb 2009 22:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/when-pstat-getdynamic-function-returns-1-what-it-means/m-p/4352455#M684115</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-02-11T22:59:21Z</dc:date>
    </item>
  </channel>
</rss>

