<?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: Need help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853193#M275348</link>
    <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I require this information respective to the filesystem(jfs,ufs,ext2,ext3,qfs,gpfs,reiserfs).&lt;BR /&gt;I have tried to with mkfs -F vxfs -o,but could not able to find inode. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Reena&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Aug 2006 03:44:24 GMT</pubDate>
    <dc:creator>Reena Dodake</dc:creator>
    <dc:date>2006-08-31T03:44:24Z</dc:date>
    <item>
      <title>Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853190#M275345</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How can i find &lt;BR /&gt;1 File count of the entire system &lt;BR /&gt;2 directory count &lt;BR /&gt;3 maximum value of i-node count and &lt;BR /&gt;Number of bytes for each i-node &lt;BR /&gt;on unix platform.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Reena&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 06:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853190#M275345</guid>
      <dc:creator>Reena Dodake</dc:creator>
      <dc:date>2006-08-30T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853191#M275346</link>
      <description>The first two are easy - use find and wc.&lt;BR /&gt;&lt;BR /&gt;1.  find / -type f |wc -l&lt;BR /&gt;&lt;BR /&gt;2.  find / -type d |wc -l&lt;BR /&gt;&lt;BR /&gt;If you have NFS mounts, you would need to modify to keep from traversing them (find / 1 -fstype nfs -type f |wc -l).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 30 Aug 2006 06:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853191#M275346</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-30T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853192#M275347</link>
      <description>well the default inode size for vxfs filesystems is 256 bytes however that can be changed per filesystem. so you would have to look at each filesystem and check. This will also show  you the maximum inode count on each filesystem. &lt;BR /&gt;&lt;BR /&gt;man mkfs for more information&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;#mkfs -F vxfs -m /dev/vg01/lvol4&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=4,inosize=256,logsize=256,largefiles /dev/vg01/lvol4 4194304</description>
      <pubDate>Wed, 30 Aug 2006 07:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853192#M275347</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-08-30T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853193#M275348</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I require this information respective to the filesystem(jfs,ufs,ext2,ext3,qfs,gpfs,reiserfs).&lt;BR /&gt;I have tried to with mkfs -F vxfs -o,but could not able to find inode. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Reena&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 03:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853193#M275348</guid>
      <dc:creator>Reena Dodake</dc:creator>
      <dc:date>2006-08-31T03:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853194#M275349</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# man inode&lt;BR /&gt;# man ncheck&lt;BR /&gt;&lt;BR /&gt;View file /usr/include/sys/ino.h&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran</description>
      <pubDate>Thu, 31 Aug 2006 04:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853194#M275349</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-08-31T04:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853195#M275350</link>
      <description>Thanks to all !!!&lt;BR /&gt;&lt;BR /&gt;How can i get the maximum number of files a process can open on windows platform?&lt;BR /&gt;&lt;BR /&gt;Thanks n Regards,&lt;BR /&gt;Reena&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 09:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/3853195#M275350</guid>
      <dc:creator>Reena Dodake</dc:creator>
      <dc:date>2006-08-31T09:15:21Z</dc:date>
    </item>
  </channel>
</rss>

