<?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: Semaphore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714440#M791202</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You asked about a document that explains the various SAM sections and their contents.&lt;BR /&gt;&lt;BR /&gt;One starting place is :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/sam.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/sam.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SAM has builtin help too.  As noted in the above manpages, "Help menus describe how to use SAM and perform the various management tasks. Press the F1 function key for help on a currently highlighted field and for more information not covered in this manpage. "&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sat, 21 Jan 2006 16:52:22 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-01-21T16:52:22Z</dc:date>
    <item>
      <title>Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714434#M791196</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) What is semaphore and the usage?&lt;BR /&gt;2) What is the guideline to configure semaphore?&lt;BR /&gt;3) How to check current semaphore setting and how to configure?&lt;BR /&gt;&lt;BR /&gt;My HP-UX system is 11.0 and 11i.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 20 Jan 2006 20:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714434#M791196</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2006-01-20T20:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714435#M791197</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The word "semaphore" derives from the Greek word for "flag" or "signal". As such, it is a variable used to control access to some common resource: a file; a piece of shared memory, etc.&lt;BR /&gt;&lt;BR /&gt;A semaphore holds a zero or positive count that denotes the number of a resource that is available. One speaks of "P" and "V" operations to "dePlete" and "reVive" the count.  Semaphores implement "locks" to resources.&lt;BR /&gt;&lt;BR /&gt;A "P" operation decrements a resource count. If the count is zero, the process attempting to do the operation is suspended (waits). A "V" operation increments the semaphore count, allowing another waiting process to resume execution. A binary semaphore (i.e one with states (counts) of only 0 and 1) implements a simple "lock" to a resource.&lt;BR /&gt;&lt;BR /&gt;Semaphores form the basis for any multi-threading environement. Without them, it would be a city without traffic lights!&lt;BR /&gt;&lt;BR /&gt;The Tunable Kernel Parameters guide provides additional information and details the various kernel parameters; their values; and the effects of lowering or raising their values:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/TKP-90202/index.html" target="_blank"&gt;http://www.docs.hp.com/en/TKP-90202/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Jan 2006 20:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714435#M791197</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-20T20:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714436#M791198</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Sorry, I forgot to comment on the third question.&lt;BR /&gt;&lt;BR /&gt;You can use 'kmtune' to interrogate the current settings of kernel parameters.  See its manpages for more information.  &lt;BR /&gt;&lt;BR /&gt;SAM is an easy way to tune the kernel.&lt;BR /&gt;&lt;BR /&gt;You can see some of the values too with 'glance' (in the system tables report) and with 'sar -m'.  Again, consult the manpages for more information, or for glance, its builtin help.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Jan 2006 20:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714436#M791198</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-20T20:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714437#M791199</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Any doc that explain each option and parameters that under SAM (such as kernel configuration -&amp;gt; configurable paramaters)?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 20 Jan 2006 20:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714437#M791199</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2006-01-20T20:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714438#M791200</link>
      <description>Hi Siung,&lt;BR /&gt;&lt;BR /&gt;Here is a doc that will be helpful for viewing and setting the tuneable kernel parameters: &lt;A href="http://docs.hp.com/en/TKP-90203/index.html" target="_blank"&gt;http://docs.hp.com/en/TKP-90203/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Fri, 20 Jan 2006 21:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714438#M791200</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-01-20T21:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714439#M791201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any single doc that explains all the options as shown below in SAM?&lt;BR /&gt;&lt;BR /&gt;SAM      Accounts for Users and Groups &lt;BR /&gt;SAM      Auditing and Security&lt;BR /&gt;SAM      Backup and Recovery&lt;BR /&gt;SAM      Disks and File Systems &lt;BR /&gt;SAM      Display &lt;BR /&gt;SAM      Kernel Configuration &lt;BR /&gt;SAM      Networking and Communications&lt;BR /&gt;SAM      Performance Monitors&lt;BR /&gt;SAM      Peripheral Devices&lt;BR /&gt;SAM      Printers and Plotters&lt;BR /&gt;SAM      Process Management &lt;BR /&gt;Other    Resource Management &lt;BR /&gt;SAM      Routine Tasks &lt;BR /&gt;SAM      Run SAM on Remote Systems&lt;BR /&gt;SD-UX    Software Management &lt;BR /&gt;SAM      Time&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 20 Jan 2006 22:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714439#M791201</guid>
      <dc:creator>Ngoh Chean Siung</dc:creator>
      <dc:date>2006-01-20T22:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714440#M791202</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You asked about a document that explains the various SAM sections and their contents.&lt;BR /&gt;&lt;BR /&gt;One starting place is :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/sam.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/sam.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SAM has builtin help too.  As noted in the above manpages, "Help menus describe how to use SAM and perform the various management tasks. Press the F1 function key for help on a currently highlighted field and for more information not covered in this manpage. "&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 21 Jan 2006 16:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/3714440#M791202</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-21T16:52:22Z</dc:date>
    </item>
  </channel>
</rss>

