<?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: Strange OS Behavior in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295859#M886350</link>
    <description>Hi satish,&lt;BR /&gt;Your statement:&lt;BR /&gt;"The only difference on the system is Oracle 9i"&lt;BR /&gt;&lt;BR /&gt;Well, i would just like to raise a thought here not sure about its significance.&lt;BR /&gt;&lt;BR /&gt;So as far as OS is concerned, installation of 9i must have changed the kernel parameters and probably you might have added some patches as well. Why don't you look back and analyse if any of those are the culprits.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Jun 2004 06:05:13 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2004-06-04T06:05:13Z</dc:date>
    <item>
      <title>Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295853#M886344</link>
      <description>Hi&lt;BR /&gt;      Not sure If I can explain the entire sceanrio in a mail , but let me try . A Cobol routine calling a C function to move files from one place to another depending on upon certain critiria , the C program is designed in such way that if the file to be moved is existing in the target place , the he will overwrite . Stangly when The Cobol routine calls this C function this does not happen the entire program just hangs .&lt;BR /&gt;&lt;BR /&gt;    But if you run C program on its own using the same file in this situation it works fine .The previous version of this Cosftwasre in the CC and the new CC do not have difference .&lt;BR /&gt;&lt;BR /&gt;   The only difference on the system is Oracle 9i . Can some one suggest me something ? Pls ask as many as you need to to understand the problem .&lt;BR /&gt;&lt;BR /&gt;Thanx Guys , Sorry for a long story but no other way . :)</description>
      <pubDate>Fri, 04 Jun 2004 02:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295853#M886344</guid>
      <dc:creator>Sathish C</dc:creator>
      <dc:date>2004-06-04T02:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295854#M886345</link>
      <description>I'm not sure if I understood well: you were calling a C program in Cobol and now you're calling it in Oracle 9i??</description>
      <pubDate>Fri, 04 Jun 2004 03:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295854#M886345</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-06-04T03:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295855#M886346</link>
      <description>No, What I meant by Oracle 9i is , thats is the only third party software changed in the environment . Also I meant the program is working fine with the present Unix systerm 11i + Oracle 8.0.6 , but does not work with 9i .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2004 03:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295855#M886346</guid>
      <dc:creator>Sathish C</dc:creator>
      <dc:date>2004-06-04T03:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295856#M886347</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does it hang forever of it timesout after sometime. It may be that the file which the C program wants to write is having a lock and the prog just waits for it. &lt;BR /&gt;&lt;BR /&gt;manish.</description>
      <pubDate>Fri, 04 Jun 2004 04:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295856#M886347</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-04T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295857#M886348</link>
      <description>As the new oracle user have permissions to read and execute this C program file?</description>
      <pubDate>Fri, 04 Jun 2004 04:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295857#M886348</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-06-04T04:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295858#M886349</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would suggest to trace both programs Cobol and C. If you can't figure what's appening, copy both and make more verbose versions.&lt;BR /&gt;&lt;BR /&gt;As for the depencies, do you link against Oracle libraries ? (use ldd to find out if necessary). &lt;BR /&gt;&lt;BR /&gt;If the C program works fine on its own, check the environnement, args, ..., when it is called from the Cobol one.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2004 04:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295858#M886349</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-06-04T04:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295859#M886350</link>
      <description>Hi satish,&lt;BR /&gt;Your statement:&lt;BR /&gt;"The only difference on the system is Oracle 9i"&lt;BR /&gt;&lt;BR /&gt;Well, i would just like to raise a thought here not sure about its significance.&lt;BR /&gt;&lt;BR /&gt;So as far as OS is concerned, installation of 9i must have changed the kernel parameters and probably you might have added some patches as well. Why don't you look back and analyse if any of those are the culprits.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2004 06:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295859#M886350</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-04T06:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange OS Behavior</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295860#M886351</link>
      <description>Hi&lt;BR /&gt;       Thank you so far for your interest in this strange behavior . Yes it does have links to Oracle libs, syncsort,quick select and wholelot of thirs party products , at the point of the problem , where the cobol rogram hangs there is no call made to the c call , I even tried to use "lsof" and fuser and few other things to find if the file the c code want to use is locked or in use by some other resources  but NO .&lt;BR /&gt;&lt;BR /&gt;     Let say the cobol passes a file name called X.Y to the C function to move that file from place "old" to new and the X.Y is already existing in place "new" , this is where the cobol hangs , when you go and remove the exixting file in the place "new" the fileX.Y becomes a directory immediately and there is no where a call is made to make directories in any of these codes .&lt;BR /&gt;&lt;BR /&gt;   The most strange problem I have ever seen in my life .</description>
      <pubDate>Fri, 04 Jun 2004 06:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-os-behavior/m-p/3295860#M886351</guid>
      <dc:creator>Sathish C</dc:creator>
      <dc:date>2004-06-04T06:05:14Z</dc:date>
    </item>
  </channel>
</rss>

