growfs not growing the FS
918007Feb 21 2012 — edited Feb 29 2012Hi.. There is a task to add space on one of the FS with 10GB.
Storage team has allocated the disk name "emcpower7a" having 10GB size. i have formatted, labelled the disk before adding it into the metadevice d80. but after doing the # metattach d80 emcpower7a and doing growfs on the FS, the FS size remained the same. Is there any way to remove the device emcpower7a from d80 that i have attached earlier, reformat it and reattach and do a growfs on the FS.
root@modena> metastat -p d80
d80 4 1 emcpower0a \
1 emcpower4a \
1 emcpower7a \
1 emcpower10a
root@modena> df -kh|grep -i d80
/dev/md/dsk/d80 97G 64G 32G 67% /apps/ora/oradata
root@modena> metastat d80
d80: Concat/Stripe
Size: 204565760 blocks (97 GB)
Stripe 0:
Device Start Block Dbase Reloc
emcpower0a 0 No No
Stripe 1:
Device Start Block Dbase Reloc
emcpower4a 1280 No No
Stripe 2:
Device Start Block Dbase Reloc
emcpower7a 640 No No
Stripe 3:
Device Start Block Dbase Reloc
emcpower10a 640 No No
Device Relocation Information:
Device Reloc Device ID
emcpower0a No -
emcpower4a No -
emcpower7a No -
emcpower10a No -
Thanks for your help in advance.