Extending space on a mount point in Virtual Machine

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Extending space on a mount point in Virtual Machine

baig
Dear Erman,

how are you? hope you are fine.

My Environment :
single node DB : 12.1.0.2 ,
Applications primary node (virtualized) and DMZ node.
Version: R12.2.4

The mount point on which primary applications are installed is almost full. And as per our OS team it cannot be extended as it is a VM.

Can you please advise how to resolve this scenario.

Thanks in advance for your usual support.


Baig
Reply | Threaded
Open this post in threaded view
|

Re: Extending space on a mount point in Virtual Machine

ErmanArslansOracleBlog
Administrator
Hi Baig,

thanks I m fine.

What mount point is that? Which server is it mounted on?
Please send me a "df -h" output.

What is the virtualization solution used there? OVM, KVM or Vmware? Also, why can't your OS team extend the size?
Reply | Threaded
Open this post in threaded view
|

Re: Extending space on a mount point in Virtual Machine

ErmanArslansOracleBlog
Administrator
Also , you can analyze the apps filesystem and find somefiles to be deleted or archived.. This way, you may decrease your footprint..
You may also have a root reserve, and you may consider removing it.. This move can also make you gain some free space on that mount.. (if that mount is not used by root programs...)

https://ermanarslan.blogspot.com/2014/09/linux-tune2fs-adjusting-reserved-blocks.html
https://ermanarslan.blogspot.com/2016/02/linux-adjusting-root-reserve-and-other.html
Reply | Threaded
Open this post in threaded view
|

Re: Extending space on a mount point in Virtual Machine

baig
In reply to this post by ErmanArslansOracleBlog
Hi,

What mount point is that? Which server is it mounted on?
= The application binaries are installed on the mount point.  Application Server is mounted on it.


Please send me a "df -h" output.

==
[appldba@primpap ~]$ df -h
Filesystem                Size  Used Avail Use% Mounted on
devtmpfs                   63G     0   63G   0% /dev
tmpfs                      63G     0   63G   0% /dev/shm
tmpfs                      63G   74M   63G   1% /run
tmpfs                      63G     0   63G   0% /sys/fs/cgroup
/dev/mapper/vgos-root      50G   13G   35G  27% /
/dev/xvdb1               1014M  285M  730M  29% /boot
/dev/mapper/vgos-tmp       20G   72M   19G   1% /tmp
/dev/mapper/vgos-approd   293G  220G   58G  80% /approd  ==>app binaries
/dev/mapper/vgos-applcsf  197G   39G  149G  21% /applcsf
tmpfs                      13G   48K   13G   1% /run/user/1001
tmpfs                      13G   48K   13G   1% /run/user/0


What is the virtualization solution used there? OVM, KVM or Vmware? Also, why can't your OS team extend the size?

==OVM is used. they say because its a VM specific mount point size cannot be extended but a new mount point can be added.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Extending space on a mount point in Virtual Machine

ErmanArslansOracleBlog
Administrator
OVM disks can be extended.. You will resize it and then extend the fs..
I suggest you to make a good search for this.. This can be done..

Also, as I said earlier;

You can analyze the apps filesystem and find somefiles to be deleted or archived.. This way, you may decrease your footprint..
You may also have a root reserve, and you may consider removing it.. This move can also make you gain some free space on that mount.. (if that mount is not used by root programs...)
Reply | Threaded
Open this post in threaded view
|

Re: Extending space on a mount point in Virtual Machine

baig
Hi,

Thanks for the updates. i will check regarding the below scenario and discuss it with the OS team.

Thank you for the help.

take care.

Thanks