FC Lun scan without unmount

OS : 11.31
Storage : HP P2000

WE extended one lun to 100GB which was previously 50GB from storage side... How to get detect the size without unmounting....

---------- Post updated at 04:39 AM ---------- Previous update was at 12:37 AM ----------

No LVM and No online JFS installed...

Are you talking of a server ( e.g. HP9000 series) or of a virtual machine?

First of all, check compatibility solution matrix to see if it is supported online resizing of one LUN with your specific storage and operating system .

(I had problems in the past with a 3PAR which didn't support online resizing with HPUX)

Once LUN resized, kernel must see new disk size check it with:

 
diskinfo /dev/rdisk/disk###

If not, try to scan and run diskinfo again.

 
ioscan -fnNCdisk

If no results, try to reboot the server.

If there is no onlineJFS you could see the new disk size but always will need umount that filesystem to extend it.