Monday, August 1, 2016

Create a new volume in Veritas and mount it on HP-ux Server


1) Create a new Vertias volume with 500 GB

root# vxassist -g diskgroup1 make lv05 500G

root# vxprint -vl

2)  Create Vertias File System on newly created Veritas Volume (lv05)

root# mkfs -F vxfs -o largefiles /dev/vx/dsk/diskgroup1/lv05

3) Mount Veritas Volume

root# mount -F vxfs /dev/vx/dsk/diskgroup1/lv05 /lvnew

root# bdf

No comments:

Post a Comment