<?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: quotas query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781472#M263333</link>
    <description>Hi,&lt;BR /&gt;if you do:&lt;BR /&gt;man 5 quota&lt;BR /&gt;you should get a basic understanding of the quota system.&lt;BR /&gt;&lt;BR /&gt;default block size is 1k&lt;BR /&gt;inodes are internal 'file pointers'&lt;BR /&gt;</description>
    <pubDate>Wed, 03 May 2006 02:41:42 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2006-05-03T02:41:42Z</dc:date>
    <item>
      <title>quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781471#M263332</link>
      <description>Hi I have a query , I am setting the quotas for the users .&lt;BR /&gt;&lt;BR /&gt;fs /user06 blocks (soft = 0, hard = 0) inodes (soft = 0, hard = 2)&lt;BR /&gt;&lt;BR /&gt;In I need to ask what are blocks and what are inodes , how do i define space for the users based on them</description>
      <pubDate>Wed, 03 May 2006 02:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781471#M263332</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-05-03T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781472#M263333</link>
      <description>Hi,&lt;BR /&gt;if you do:&lt;BR /&gt;man 5 quota&lt;BR /&gt;you should get a basic understanding of the quota system.&lt;BR /&gt;&lt;BR /&gt;default block size is 1k&lt;BR /&gt;inodes are internal 'file pointers'&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 02:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781472#M263333</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-03T02:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781473#M263334</link>
      <description>Blocks - are the chunk of bytes where the actual content of a file or directory is stored. &lt;BR /&gt;&lt;BR /&gt;Inodes - are the FS metadata structure where the characteristics of the file are stored. e.g. size, address of data blocks define above, permission, number of links, uid, gid, modified time, accessed time etc... this is the info ls command spits out when used with "-l" option. Basically it is using "fstat()" and "stat()" system call to fetch the inode details.&lt;BR /&gt;&lt;BR /&gt;       To see the contents of the inode try ...&lt;BR /&gt;&lt;BR /&gt;            man fstat and see how the structure "struct stat" is defined to get an idea of inode.&lt;BR /&gt;&lt;BR /&gt;       If you want to know more of quota, please refer the man page of quota as peter suggested.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 02:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781473#M263334</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T02:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781474#M263335</link>
      <description>I want to ask how do I calculate the user space with blocks.  Suppose if I am allocating 10000 blocks how much space am I allocating</description>
      <pubDate>Wed, 03 May 2006 06:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781474#M263335</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-05-03T06:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781475#M263336</link>
      <description>Hi,&lt;BR /&gt;As each block is 1K =&amp;gt; 10000K</description>
      <pubDate>Wed, 03 May 2006 06:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781475#M263336</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-03T06:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781476#M263337</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;        Let us assume you want to set quota on /dev/vg01/lvol5. Now check the block size of the file system with the below command.&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg01/lvol5&lt;BR /&gt;&lt;BR /&gt;in my case it is "f_bsize: 8192" meaning 8 KB.&lt;BR /&gt;&lt;BR /&gt;So if i were to allocate 10000 such blocks then I would effectively allocated approx : 80MB&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 06:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781476#M263337</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781477#M263338</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think what Peter is saying is correct - the block size is in 1k blocks.&lt;BR /&gt;Please refer man page of quota(5)&lt;BR /&gt;man 5 quota&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 03 May 2006 06:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781477#M263338</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-03T06:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781478#M263339</link>
      <description>the f size is f_size: 1048576&lt;BR /&gt;&lt;BR /&gt;this is a preety large value =1024 MB am I correct</description>
      <pubDate>Wed, 03 May 2006 07:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781478#M263339</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-05-03T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781479#M263340</link>
      <description>Hi,&lt;BR /&gt;I did a quick test on my system and it appears the unit is 1K.&lt;BR /&gt;&lt;BR /&gt;You seem to have quite a few questions open.&lt;BR /&gt;Can you please review the solutions given, award points and close the threads.</description>
      <pubDate>Fri, 05 May 2006 03:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781479#M263340</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-05T03:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781480#M263341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What do you mean 1024MB is a pretty large value - its the filesystem size you are pointing out at ? Nowadays filesystems can be prety huge - even 50-100GB . Size is relative - and depends on for which application/what purpose the filesystem is allocated.&lt;BR /&gt;Now if you are talking about if quota is 1024MB its a huge figure then you may be right, but again as I said its relative and depends on purpose. So you are the best judge for your set of environment to decide whats a large size for quota for a particular user.&lt;BR /&gt;&lt;BR /&gt;Again -would like to highlight that the f_size is not quota but your filesystem size.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Fri, 05 May 2006 04:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781480#M263341</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-05T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781481#M263342</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;       In my previous query I asked you to check f_bsize for block size, not f_size. Please reconfirm once again. &lt;BR /&gt;&lt;BR /&gt;       Please recheck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Fri, 05 May 2006 04:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781481#M263342</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-05T04:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781482#M263343</link>
      <description>thanks senthil in my case also it is 8192</description>
      <pubDate>Fri, 05 May 2006 05:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781482#M263343</guid>
      <dc:creator>xcvzxvzxdv</dc:creator>
      <dc:date>2006-05-05T05:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: quotas query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781483#M263344</link>
      <description>I do not think the f_bsize has any impact on the quota system, as this based around 1K blocks.&lt;BR /&gt;&lt;BR /&gt;So regardless of what f_bsize is, a block quota of 10000 is 10000K.&lt;BR /&gt;&lt;BR /&gt;Please read:&lt;BR /&gt;man 5 quota&lt;BR /&gt;man 1m edquota</description>
      <pubDate>Fri, 05 May 2006 05:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quotas-query/m-p/3781483#M263344</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-05T05:40:46Z</dc:date>
    </item>
  </channel>
</rss>

