This is a discussion on Expanding / within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi, I'm a newbie in Solaris, and I'd like know if is there any way to remove 2GB from ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm a newbie in Solaris, and I'd like know if is there any way to remove 2GB from /apl/baan mount point and put this 2GB in / . Solaris> # df -h Filesystem size used avail capacity Mounted on /dev/dsk/c0t1d0s0 9.6G 9.3G 210M 98% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% /system/contract proc 0K 0K 0K 0% /proc mnttab 0K 0K 0K 0% /etc/mnttab swap 1.8G 1.2M 1.8G 1% /etc/svc/volatile objfs 0K 0K 0K 0% /system/object fd 0K 0K 0K 0% /dev/fd /dev/dsk/c0t1d0s5 2.9G 923M 1.9G 33% /var swap 1.8G 2.0M 1.8G 1% /tmp swap 1.8G 64K 1.8G 1% /var/run swap 1.8G 0K 1.8G 0% /dev/vx/dmp swap 1.8G 0K 1.8G 0% /dev/vx/rdmp sdklmsux001:/export/home 5.8G 156M 5.5G 3% /export/home /dev/vx/dsk/baansr/sSLRBAAN_testRelat 2.9G 17M 2.7G 1% /relat /dev/vx/dsk/baanlm/SLMBAAN_test 15G 7.1G 7.0G 51% /apl/baan /dev/vx/dsk/baanzm/PROp_oracle 16G 2.7G 13G 18% /apl/oraeco |
| ||||
| On May 13, 9:49 am, contrace...@gmail.com wrote: > Hi, I'm a newbie in Solaris, and I'd like know if is there > any way to remove 2GB from /apl/baan mount point > and put this 2GB in / . > > Solaris> # df -h > Filesystem size used avail capacity Mounted on > /dev/dsk/c0t1d0s0 9.6G 9.3G 210M 98% / > /devices 0K 0K 0K 0% /devices > ctfs 0K 0K 0K 0% /system/contract > proc 0K 0K 0K 0% /proc > mnttab 0K 0K 0K 0% /etc/mnttab > swap 1.8G 1.2M 1.8G 1% /etc/svc/volatile > objfs 0K 0K 0K 0% /system/object > fd 0K 0K 0K 0% /dev/fd > /dev/dsk/c0t1d0s5 2.9G 923M 1.9G 33% /var > swap 1.8G 2.0M 1.8G 1% /tmp > swap 1.8G 64K 1.8G 1% /var/run > swap 1.8G 0K 1.8G 0% /dev/vx/dmp > swap 1.8G 0K 1.8G 0% /dev/vx/rdmp > sdklmsux001:/export/home > 5.8G 156M 5.5G 3% /export/home > /dev/vx/dsk/baansr/sSLRBAAN_testRelat > 2.9G 17M 2.7G 1% /relat > /dev/vx/dsk/baanlm/SLMBAAN_test > 15G 7.1G 7.0G 51% /apl/baan > /dev/vx/dsk/baanzm/PROp_oracle > 16G 2.7G 13G 18% /apl/oraeco to do this you should repartition your disk /dev/dsk/c0t1d0 but, as I see - /apl/baan mount point is referring to the disk under Veritas management. if it's other disk than /dev/dsk/c0t1d0 - obviously, you can not do anything. If it's the same disk (try to have a look at 'vxdisk list' or 'vxprint -ht' outputs to investigate this) the repartition task may be dependent on the following - if affected slices may be repartitioned without any effect on the others - you may just ufsdump those 2 slices somewhere out, repartition the disk in the way you like, build ufs FS back and ufsrestore the saved dumps. If the mentioned slices are overlapping with the others - it's good idea to ufsdump all the slices on the disk (excluding swap, of course) and proceed with the steps described above. |