<?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>question Scaling a Cloudera Manager File System in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Scaling-a-Cloudera-Manager-File-System/m-p/29364#M6504</link>
    <description>&lt;P&gt;I did a test installation of Cloudera Manager 5.4 on a cluster of 4 machines (VM's). The services and everything installed fine. However, I had configured my VM's with only 20 GB of Disk space to begin with (Dynamically Allocated). As soon as the cluster started, the health checks ran and returned critical issues with &lt;STRONG&gt;Log Directory Free Space&amp;nbsp;&lt;/STRONG&gt;for all the services. I did a df -h and returned this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[hadoop@node1 ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_node1-lv_root
                       15G   13G  1.6G  90% /
tmpfs                 5.0G  232K  5.0G   1% /dev/shm
/dev/sda1             477M   59M  393M  13% /boot
cm_processes          5.0G  7.3M  5.0G   1% /var/run/cloudera-scm-agent/process&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that it has mounted a new file system (/dev/mapper/vg_node1-lv_root) on the root directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I have attached another disk (/dev/sdb1) and mounted it to the OS. How do I configure it to be used by Cloudera Manager?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df -h after attaching the disk returns:&lt;/P&gt;&lt;PRE&gt;Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_node1-lv_root
                       15G   13G  1.6G  90% /
tmpfs                 5.0G  232K  5.0G   1% /dev/shm
/dev/sda1             477M   59M  393M  13% /boot
cm_processes          5.0G  7.3M  5.0G   1% /var/run/cloudera-scm-agent/process
/dev/sdb1              50G  180M   47G   1% /disk1&lt;/PRE&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:33:29 GMT</pubDate>
    <dc:creator>NaimAlam</dc:creator>
    <dc:date>2022-09-16T09:33:29Z</dc:date>
    <item>
      <title>Scaling a Cloudera Manager File System</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Scaling-a-Cloudera-Manager-File-System/m-p/29364#M6504</link>
      <description>&lt;P&gt;I did a test installation of Cloudera Manager 5.4 on a cluster of 4 machines (VM's). The services and everything installed fine. However, I had configured my VM's with only 20 GB of Disk space to begin with (Dynamically Allocated). As soon as the cluster started, the health checks ran and returned critical issues with &lt;STRONG&gt;Log Directory Free Space&amp;nbsp;&lt;/STRONG&gt;for all the services. I did a df -h and returned this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[hadoop@node1 ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_node1-lv_root
                       15G   13G  1.6G  90% /
tmpfs                 5.0G  232K  5.0G   1% /dev/shm
/dev/sda1             477M   59M  393M  13% /boot
cm_processes          5.0G  7.3M  5.0G   1% /var/run/cloudera-scm-agent/process&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that it has mounted a new file system (/dev/mapper/vg_node1-lv_root) on the root directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I have attached another disk (/dev/sdb1) and mounted it to the OS. How do I configure it to be used by Cloudera Manager?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;df -h after attaching the disk returns:&lt;/P&gt;&lt;PRE&gt;Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_node1-lv_root
                       15G   13G  1.6G  90% /
tmpfs                 5.0G  232K  5.0G   1% /dev/shm
/dev/sda1             477M   59M  393M  13% /boot
cm_processes          5.0G  7.3M  5.0G   1% /var/run/cloudera-scm-agent/process
/dev/sdb1              50G  180M   47G   1% /disk1&lt;/PRE&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:33:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Scaling-a-Cloudera-Manager-File-System/m-p/29364#M6504</guid>
      <dc:creator>NaimAlam</dc:creator>
      <dc:date>2022-09-16T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scaling a Cloudera Manager File System</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Scaling-a-Cloudera-Manager-File-System/m-p/29369#M6505</link>
      <description>The filesystem /var/run/cloudera-scm-agent/process is RAM-only. If you want&lt;BR /&gt;Cloudera Manager and CDH to use /disk1 now, you should edit the service&lt;BR /&gt;properties and switch the properties that write to /opt and /var to use&lt;BR /&gt;/disk1. There's no clean way to do this unfortunately, has to be a&lt;BR /&gt;per-service basis.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:47:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Scaling-a-Cloudera-Manager-File-System/m-p/29369#M6505</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-07-08T07:47:55Z</dc:date>
    </item>
  </channel>
</rss>

