I am newbie to linux. I have read about drive/partition/volume of linux for better understanding of what I am about to deal with. Here is the situation.
I am a IBM BPM application developer and I inherited VM which is based on RHEL 6.6 64-bit OS. BPM is installed under root partition (/bpm). When I checked the disk space usage the root partition is filled up 100%. No space left.
I was told by a linux engineer that this is not a good practice at all. He asked me why this third party product is installed under root? He suggested me to create a separate partition/format it and re-install the product then mount it back to root file system. I am not even sure I understand him correctly.
What steps I need to take in order to remove installed BPM product out of root partition and re-install it under different partition(?)?
I'd appreciate your help on this matter.