Re: how to check "lun migration" on hp



In article <1150181172.665273.148680@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"vipmishal" <vipmishal@xxxxxxxx> writes:
hi

I am having 10 GB of my lun mounted on HP and i am migrating it to 20
gb ...Migration finishes without problems.but i am not been able to use
the remaining 10 gb on my hp box.
what can i do to use the extra migrated space??

Please advice.

thanks in advance

Hello,

I guess your logical volume needs to be extended:
lvextend -L 20000M /dev/vg01/lvol1 for example.
Then do a
fsadm -F vxfs -b 20000M /mount_point

H.M.S
.