<?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: Features available only on linux but not on hpux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131258#M8223</link>
    <description>To answer that You need lots of knowledge on both HP-UX kernel/system layers and linux kernel/system layers, there are probably more able fellows in this forums your question then me, but I know a good place to look is sysctl&lt;BR /&gt;&lt;BR /&gt;# sysctl -a &lt;BR /&gt;and man sysctl where helpful for me start peeling the kernel layers&lt;BR /&gt;&lt;BR /&gt;You will also find usefull documentation/pointers in &lt;BR /&gt;ls -l /usr/share/doc/kernel-doc-?.?.??/kernel-docs.txt&lt;BR /&gt;&lt;BR /&gt;Hope this help you get started &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P</description>
    <pubDate>Fri, 28 Nov 2003 14:21:10 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-11-28T14:21:10Z</dc:date>
    <item>
      <title>Features available only on linux but not on hpux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131257#M8222</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I posted a query on how to set limits based on user on the thread: &lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=278966" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=278966&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To my surprise, this feature is not available fully on hpux. But it is available on linux.&lt;BR /&gt;&lt;BR /&gt;This increases my interest to find out all security and manageability features that are available only on Linux but not on hpux. I want to just compile a list .&lt;BR /&gt;&lt;BR /&gt;Replies awaited ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jayesh</description>
      <pubDate>Fri, 28 Nov 2003 13:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131257#M8222</guid>
      <dc:creator>Jayesh shah</dc:creator>
      <dc:date>2003-11-28T13:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Features available only on linux but not on hpux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131258#M8223</link>
      <description>To answer that You need lots of knowledge on both HP-UX kernel/system layers and linux kernel/system layers, there are probably more able fellows in this forums your question then me, but I know a good place to look is sysctl&lt;BR /&gt;&lt;BR /&gt;# sysctl -a &lt;BR /&gt;and man sysctl where helpful for me start peeling the kernel layers&lt;BR /&gt;&lt;BR /&gt;You will also find usefull documentation/pointers in &lt;BR /&gt;ls -l /usr/share/doc/kernel-doc-?.?.??/kernel-docs.txt&lt;BR /&gt;&lt;BR /&gt;Hope this help you get started &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Fri, 28 Nov 2003 14:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131258#M8223</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-28T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Features available only on linux but not on hpux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131259#M8224</link>
      <description>i'd like to suggest you few links with relevant linux doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.samag.com/documents/s=8920/sam0311a/0311a.htm" target="_blank"&gt;http://www.samag.com/documents/s=8920/sam0311a/0311a.htm&lt;/A&gt; Linux Kernel Tuning Using System Control &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www-106.ibm.com/developerworks/linux/library/l-adfly.html?ca=den-wud" target="_blank"&gt;http://www-106.ibm.com/developerworks/linux/library/l-adfly.html?ca=den-wud&lt;/A&gt; Administer Linux on the fly (Use the /proc filesystem to get a handle on your system&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-proc-directories.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-proc-directories.html&lt;/A&gt; Directories in /proc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.hitech.by/modules.php?name=Content&amp;amp;pa=showpage&amp;amp;pid=21" target="_blank"&gt;http://www.linux.hitech.by/modules.php?name=Content&amp;amp;pa=showpage&amp;amp;pid=21&lt;/A&gt; Linux optimisation (sorry, Russian only)&lt;BR /&gt;&lt;BR /&gt;In many cases we want to increase max file handlers per process/user limit (or others per process/user limits).&lt;BR /&gt;&lt;BR /&gt;/etc/security/limits.conf file controls such limits, for example in order to change max open files limit for all users we should add &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* soft/hard nofile xxxxx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;line to /etc/security/limits.conf&lt;BR /&gt;&lt;BR /&gt;See /usr/share/doc/pam-version/txts/README.pam_limits for more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;vitaly</description>
      <pubDate>Sun, 30 Nov 2003 02:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/features-available-only-on-linux-but-not-on-hpux/m-p/3131259#M8224</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-11-30T02:15:29Z</dc:date>
    </item>
  </channel>
</rss>

