{"id":9531,"date":"2016-12-08T08:43:51","date_gmt":"2016-12-08T07:43:51","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/"},"modified":"2016-12-08T08:43:51","modified_gmt":"2016-12-08T07:43:51","slug":"oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/","title":{"rendered":"OEL 7 &#8211; Project Quotas on Oracle Homes with XFS on Oracle Linux 7"},"content":{"rendered":"<h2>By William Sescu<\/h2>\n<p>User and group quotas do exist for quite a while for all kind of file systems, like ext4 or vxfs and maybe many others.<\/p>\n<p>However, for my use case, I do need quotas for different directories on the same file system. My mount point is \/u01 and in that file system, I do have different Oracle Homes which belong to the same user, oracle. However, I do not want that my 11.2.0.4 Oracle Home influences my 12.1.0.2 Oracle Home in respect of file system usage. e.g. if the 11.2.0.4 home is core dumping, it should not fill up the space of the 12.1.0.2 home, and the other way around. But how can I do that?<\/p>\n<p>The idea is to create XFS project quotas, and this is how it works.<\/p>\n<p>First of all, we need to enable project quotas on the XFS file system. \u00a0\/u01 is currently mounted with XFS default options, which are (rw,relatime,attr2,inode64,noquota). As you can see, the default is &#8220;noquota&#8221;.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbidg01 ~]# mount | grep u01\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01 on \/u01 type xfs (rw,relatime,attr2,inode64,noquota)<\/pre>\n<p>We can enable project quotas by adding the &#8220;prjquota&#8221; mount option to the \/etc\/fstab and afterwards remounting the file system.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbidg01 ~]# mount | grep u01\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01 on \/u01 type xfs (rw,relatime,attr2,inode64,noquota)<\/pre>\n<p>Unfortunately, the remount option does not work with the XFS filesystem. Meaning, I can remount the file system, but my new option &#8220;prjquota&#8221; is not reflected.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbidg01 ~]# mount -o remount,rw,relatime,attr2,inode64,prjquota \/u01\n[root@dbidg01 ~]# mount | grep u01\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01 on \/u01 type xfs (rw,relatime,attr2,inode64,noquota)<\/pre>\n<p>So I have to do a umount, mount. Not a good thing from my point of view, because it means that I cannot enable project quotas online for my \/u01 directory, where I have different Oracle homes located. In other words, I need to shutdown all Oracle databases.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbidg01 ~]# umount \/u01\n[root@dbidg01 ~]# mount \/u01\n[root@dbidg01 ~]# mount | grep u01\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01 on \/u01 type xfs (rw,relatime,attr2,inode64,prjquota)<\/pre>\n<p>Ok. Now it looks better. The next step is to define unique project id&#8217;s for the different directory hierarchies in the \/etc\/projects file.<\/p>\n<p>For example, to set a project ID of 11 for the directory hierarchy \/u01\/app\/oracle\/product\/11.2.0, and the project ID of 12 for the directory hierarchy \/u01\/app\/oracle\/product\/12.1.0 we can do the following.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># echo \"11:\/u01\/app\/oracle\/product\/11.2.0\" &gt;&gt; \/etc\/projects\n# echo \"12:\/u01\/app\/oracle\/product\/12.1.0\" &gt;&gt; \/etc\/projects\n\n[root@dbidg01 ~]# cat \/etc\/projects\n11:\/u01\/app\/oracle\/product\/11.2.0\n12:\/u01\/app\/oracle\/product\/12.1.0<\/pre>\n<p>If you don&#8217;t want to work with ID&#8217;s, you have the possibility to map project names to the project ID&#8217;s in your \/etc\/projid file. It is much easier in regards of reporting quota usage, which we will see later.<\/p>\n<p>For example, to map the project name oracle11gR2 to the project with ID 11 or to map the project name oracle12cR1 to 12 do the following.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># echo \"oracle11gR2:11\" &gt;&gt; \/etc\/projid\n# echo \"oracle12cR1:12\" &gt;&gt; \/etc\/projid<\/pre>\n<p>Now use the project subcommand of xfs_quota to define a managed tree in the XFS file system for the different projects.<\/p>\n<p>For example, to define a managed tree in the \/u01 file system for the project oracle11gR2, which corresponds to the directory hierarchy \/u01\/app\/oracle\/product\/11.2.0, do the following.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># xfs_quota -x -c 'project -s oracle11gR2' \/u01\n\n[root@dbidg01 etc]# xfs_quota -x -c 'project -s oracle11gR2' \/u01\nSetting up project oracle11gR2 (path \/u01\/app\/oracle\/product\/11.2.0)...\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/bin\/lbuilder\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/jdk\/jre\/lib\/amd64\/server\/libjsig.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/libagtsh.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/libodm11.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/libclntsh.so.10.1\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/libocci.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/libclntsh.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/liborasdk.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/lib\/liborasdkbase.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/network\/admin\/listener.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/network\/admin\/sqlnet.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/network\/admin\/tnsnames.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/network\/admin\/ldap.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/precomp\/public\/SQLCA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/precomp\/public\/ORACA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/precomp\/public\/SQLDA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/precomp\/public\/SQLCA.COB\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/11.2.0\/dbhome_1\/precomp\/public\/ORACA.COB\nProcessed 1 (\/etc\/projects and cmdline) paths for project oracle11gR2 with recursion depth infinite (-1).<\/pre>\n<p>The same applies to project oracle12cR1.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># xfs_quota -x -c 'project -s oracle12cR1' \/u01\n\n[root@dbidg01 etc]# xfs_quota -x -c 'project -s oracle12cR1' \/u01\nSetting up project oracle12cR1 (path \/u01\/app\/oracle\/product\/12.1.0)...\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/bin\/lbuilder\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/admin\/classes.bin\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/admin\/cbp.jar\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/admin\/libjtcjt.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/security\/US_export_policy.jar\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/security\/cacerts\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/security\/java.security\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/security\/local_policy.jar\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/jce.jar\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/javavm\/lib\/sunjce_provider.jar\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/jdk\/bin\/ControlPanel\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/jdk\/jre\/bin\/ControlPanel\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/jdk\/jre\/javaws\/javaws\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/jdk\/jre\/lib\/amd64\/server\/libjsig.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libagtsh.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libjavavm12.a\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libodm12.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libocci.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libclntshcore.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libclntsh.so\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libclntsh.so.10.1\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/lib\/libclntsh.so.11.1\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/network\/admin\/listener.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/network\/admin\/sqlnet.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/network\/admin\/ldap.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/network\/admin\/tnsnames.ora\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/precomp\/public\/SQLCA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/precomp\/public\/ORACA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/precomp\/public\/SQLDA.H\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/precomp\/public\/SQLCA.COB\nxfs_quota: skipping special file \/u01\/app\/oracle\/product\/12.1.0\/dbhome_1\/precomp\/public\/ORACA.COB\nProcessed 1 (\/etc\/projects and cmdline) paths for project oracle12cR1 with recursion depth infinite (-1).<\/pre>\n<p>Now the fun part begins, and we can start using the limit subcommand to set the limits on the disk usage for the different projects. My 11.2.0.4 Oracle home is currently 5.7G in size, and the 12.1.0.2 Oracle home is 7.1G big. I want to configure for the 11g home a soft limit of 8G and a hard limit of 12G, and for the 12c home a soft limit of 10G and a hard limit of 16G.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">oracle@dbidg01:\/u01\/app\/oracle\/product\/ [rdbms112] du -hs 11.2.0\n5.7G    11.2.0\n\noracle@dbidg01:\/u01\/app\/oracle\/product\/ [rdbms112] du -hs 12.1.0\n7.1G    12.1.0\n\n# xfs_quota -x -c 'limit -p bsoft=8g bhard=12g oracle11gR2' \/u01\n# xfs_quota -x -c 'limit -p bsoft=10g bhard=16g oracle12cR1' \/u01\n\n[root@dbidg01 ~]# xfs_quota -x -c 'report -p' \/u01\nProject quota on \/u01 (\/dev\/mapper\/vg_ora_u01-lv_ora_u01)\n                               Blocks\nProject ID       Used       Soft       Hard    Warn\/Grace\n---------- --------------------------------------------------\n#0            8776636          0          0     00 [--------]\noracle11gR2    5883604    8388608   12582912     00 [--------]\noracle12cR1    7415292   10485760   16777216     00 [--------]\n\n[root@dbidg01 ~]# xfs_quota -x -c 'report -h -p' \/u01\nProject quota on \/u01 (\/dev\/mapper\/vg_ora_u01-lv_ora_u01)\n                        Blocks\nProject ID   Used   Soft   Hard Warn\/Grace\n---------- ---------------------------------\n#0           8.4G      0      0  00 [------]\noracle11gR2   5.6G     8G    12G  00 [------]\noracle12cR1   7.1G    10G    16G  00 [------]<\/pre>\n<p>The quotas are immediately seen by the df command. The df on the \/u01 shows the full filesystem size, which is 50G, however, if I navigate to my 11g or 12c home, I see the soft limit which I have configured beforehand.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">[root@dbidg01 product]# df -h \/u01\nFilesystem                         Size  Used Avail Use% Mounted on\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01   50G   22G   29G  43% \/u01\n\n[root@dbidg01 ~]# cd \/u01\/app\/oracle\/product\/11.2.0\n[root@dbidg01 11.2.0]# df -h .\nFilesystem                         Size  Used Avail Use% Mounted on\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01  8.0G  5.7G  2.4G  71% \/u01\n\n[root@dbidg01 ~]# cd \/u01\/app\/oracle\/product\/12.1.0\n[root@dbidg01 12.1.0]# df -h .\nFilesystem                         Size  Used Avail Use% Mounted on\n\/dev\/mapper\/vg_ora_u01-lv_ora_u01   10G  7.1G  3.0G  71% \/u01<\/pre>\n<h3>Conclusion<\/h3>\n<p>The project quotas with XFS are a quite cool feature. Limiting file system usage per projects gives you a huge flexibility. Setting quotas on individual Oracle homes is one thing, but you could also limit filesystem usage for your Oracle databases in the DIAG directory based on ORACLE_SID, so that \/u01\/app\/oracle\/diag\/rdbms\/&lt;SID1&gt; can never fill up \/u01\/app\/oracle\/diag\/rdbms\/&lt;SID2&gt;. The only drawback I see, is that enabling project quotas is not an online operation. You need to umount and mount the file system to activate this feature.<\/p>\n<p>Have fun with XFS quotas.<\/p>\n<p>Cheers,<br \/>\nWilliam<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By William Sescu User and group quotas do exist for quite a while for all kind of file systems, like ext4 or vxfs and maybe many others. However, for my use case, I do need quotas for different directories on the same file system. My mount point is \/u01 and in that file system, I [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[42],"tags":[46],"type_dbi":[],"class_list":["post-9531","post","type-post","status-publish","format-standard","hentry","category-operating-systems","tag-linux-unix"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7 - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7\" \/>\n<meta property=\"og:description\" content=\"By William Sescu User and group quotas do exist for quite a while for all kind of file systems, like ext4 or vxfs and maybe many others. However, for my use case, I do need quotas for different directories on the same file system. My mount point is \/u01 and in that file system, I [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-12-08T07:43:51+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"OEL 7 &#8211; Project Quotas on Oracle Homes with XFS on Oracle Linux 7\",\"datePublished\":\"2016-12-08T07:43:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\"},\"wordCount\":684,\"commentCount\":0,\"keywords\":[\"Linux\/UNIX\"],\"articleSection\":[\"Operating systems\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\",\"name\":\"OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2016-12-08T07:43:51+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OEL 7 &#8211; Project Quotas on Oracle Homes with XFS on Oracle Linux 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7 - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/","og_locale":"en_US","og_type":"article","og_title":"OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7","og_description":"By William Sescu User and group quotas do exist for quite a while for all kind of file systems, like ext4 or vxfs and maybe many others. However, for my use case, I do need quotas for different directories on the same file system. My mount point is \/u01 and in that file system, I [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/","og_site_name":"dbi Blog","article_published_time":"2016-12-08T07:43:51+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"OEL 7 &#8211; Project Quotas on Oracle Homes with XFS on Oracle Linux 7","datePublished":"2016-12-08T07:43:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/"},"wordCount":684,"commentCount":0,"keywords":["Linux\/UNIX"],"articleSection":["Operating systems"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/","url":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/","name":"OEL 7 - Project Quotas on Oracle Homes with XFS on Oracle Linux 7 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2016-12-08T07:43:51+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oel-7-project-quotas-on-oracle-homes-with-xfs-on-oracle-linux-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"OEL 7 &#8211; Project Quotas on Oracle Homes with XFS on Oracle Linux 7"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=9531"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/9531\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=9531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=9531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=9531"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=9531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}