<?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: Common resources in  HP-UX 11 environment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762715#M72785</link>
    <description />
    <pubDate>Fri, 12 Jul 2002 12:01:19 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-07-12T12:01:19Z</dc:date>
    <item>
      <title>Common resources in  HP-UX 11 environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762713#M72783</link>
      <description>Dear all,&lt;BR /&gt;a just theoretical question:&lt;BR /&gt;I want to run several application on my system; what are the common resources to be monitored in order to check if there are mutual interferences? i.e. directories, files, semaphores, etc.&lt;BR /&gt;Where I have to look in order to detect side effects from the application co-hosting?&lt;BR /&gt;thank you&lt;BR /&gt;Enrico</description>
      <pubDate>Fri, 12 Jul 2002 11:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762713#M72783</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-07-12T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Common resources in  HP-UX 11 environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762714#M72784</link>
      <description>&lt;BR /&gt;Enrico,&lt;BR /&gt;&lt;BR /&gt;You need to have intimate knowledge of the existing applications on the system and you need to know the demands that the new application will place on the server. Without this knowledge you are just spitting into the wind. &lt;BR /&gt;&lt;BR /&gt;Capacity planning requires a lot of knowledge about everything, and it requires tools like glance/measureware &amp;amp; perfview.&lt;BR /&gt;&lt;BR /&gt;You need to know the amount of memory every user needs, IO rates, cpu demands, then you need to determine how they will exist within the current system. You need to look at number of inodes, files open, nproc, maxusers, and just about every other kernel parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 12 Jul 2002 12:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762714#M72784</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-07-12T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Common resources in  HP-UX 11 environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762715#M72785</link>
      <description />
      <pubDate>Fri, 12 Jul 2002 12:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762715#M72785</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-07-12T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Common resources in  HP-UX 11 environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762716#M72786</link>
      <description>Thanks for the replies but they are not what I were looking for.&lt;BR /&gt;I didn't clearly explain my problem:&lt;BR /&gt;I have two applications who run stand-alone; I validate their behaviour, it's OK!&lt;BR /&gt;Now, I want to co-host them: no problem about performances! the HW is powerful enough! My concern is about the conflict on using common resources, e.g. the same semaphore, or the same socket, or something else.&lt;BR /&gt;My question is: what are the parameters I can / I have to check in advance to detect possible conflicts?&lt;BR /&gt;&lt;BR /&gt;Thanks again!!</description>
      <pubDate>Fri, 12 Jul 2002 12:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762716#M72786</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-07-12T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Common resources in  HP-UX 11 environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762717#M72787</link>
      <description>Hi Venturi,&lt;BR /&gt;&lt;BR /&gt; Unless the applications use the exact same /path/to/filenames, I don't think you need to worry *too* much.&lt;BR /&gt;The only gotcha I can think of immediately is if one is a resource hog &amp;amp; will starve the other. But this can be mitigated with kernel parms that will limit what a single process can get as a maximum.&lt;BR /&gt;The kernel will oversee the allocation of memory, semaphores, etc &amp;amp; will keep track of them.&lt;BR /&gt;As to sockets, one way to avoid any contention would be too assign different IPs to each app. Even if you have only one NIC in the system you could assign a virtual IP to the 2nd app - EX&lt;BR /&gt;app1 =&amp;gt; lan0 =&amp;gt; 111.222.111.222&lt;BR /&gt;app2 =&amp;gt; lan0:1 =&amp;gt; 111.222.111.223&lt;BR /&gt;Then the sockets would always be unique &amp;amp; distinct.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 12 Jul 2002 12:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/common-resources-in-hp-ux-11-environment/m-p/2762717#M72787</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-12T12:44:19Z</dc:date>
    </item>
  </channel>
</rss>

