Created 10-05-2016 11:14 AM
How to increase ambari-agent disk space ??
Created 10-17-2016 04:14 PM
i found the solution :
Create a new LVM physical volume in that new partition. pvcreate /dev/sdb Add the new physical volume to your volume group. vgextend VolGroup /dev/sdab Extend the logical volume containing the filesystem you want to extend. lvextend -l +100%FREE VolGroup/name_of_logical_volume resize2fs /name_of_logical_volume
Created 10-17-2016 01:31 PM
Created 10-17-2016 02:43 PM
Looks like you have enough space inside the "/home" directory and /root is 99% filled.
So i will suggest you to move the "/var/lib/ambari-agent" to some other directory like "/home/ambari-agent" and then create a symlink "/var/lib/ambari-agent" which will point to "/home/ambari-agent" ... and then restart ambari agent. Similarly you can create a symlink for the "var/log/ambari-agent" directory as well.
Created 10-17-2016 04:14 PM
i found the solution :
Create a new LVM physical volume in that new partition. pvcreate /dev/sdb Add the new physical volume to your volume group. vgextend VolGroup /dev/sdab Extend the logical volume containing the filesystem you want to extend. lvextend -l +100%FREE VolGroup/name_of_logical_volume resize2fs /name_of_logical_volume