Login  Register

Re: Extending space on a mount point in Virtual Machine

Posted by baig on Jan 20, 2021; 4:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Extending-space-on-a-mount-point-in-Virtual-Machine-tp9256p9267.html

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