Anda di halaman 1dari 1

This is to create a new file system after new LUNs are added by SAN

cfgmgr -v : ------------ run this to configure new attached Physical Disks


lspv : ----------- run this to see the new pv
lsvg : ------------ run this to see the vg's
extendvg (vgname) (newpvname) :----- run this to bring the pv in to the desired volume group
lsvg -p vgname : -------------- to see the no of free pps available
mklv -t jfs2 -y lvname vgname lvsize --- run this to create an lv of desired size
crfs -v jfs -d(lv) -m(mount point) -A yes : run this to create a file system on the previously defined lv Will
create a file system on the whole of the logical volume, adds
entry into /etc/filesystems and will create mount point
directory if it does not exist.
mount /file system name : --------- run this to mount the created file system
df –k : ---------- to check the created file system.

Thanks.

Anda mungkin juga menyukai