Saturday, April 8, 2017

Creating Veritas File Systems

Considering the Veritas has been installed and a Veritas DG has been created named appvg.

vxassist -g appvg make covalent 100g (Creating a volume named covalent of 100GB)
mkfs.vxfs /dev/vx/rdsk/appvg/covalent
mkdir -p /opt/covalent (Creating mount point)
vi /etc/fstab
/dev/vx/dsk/appvg/covalent  /opt/covalent vxfs _netdev 0 0
mount -a

No comments: