to increase a volume and the filesystem with Veritas, we need to know first what is the max size we can increase to
# vxassist -g oradg maxsize
Maximum volume size: 214847488 (104906Mb)
Also the volume
# vxassist -g oradg maxgrow dpp
Volume dpp can be extended by 214847488 to: 361648128 (176586Mb)
with below commands we assure which filesystem it has.
# fstyp /dev/vx/dsk/oradgbindg/dpp
vxfs
# fstyp /dev/vx/dsk/oradg/dpp
ufs
Above parameter will be use with Read more...