How to extend an existing file system using SVM in solaris 10

Hi All

I want to extend this file system to 120Gb:

df -h /xyz
Filesystem             size   used  avail capacity  Mounted on
/dev/md/dsk/d80         98G    35G    62G    37%    /xyz

and the NetApp admin is going to give me an LUN with 22Gb.
This file system is mounted on:

 metastat d80
d80: Concat/Stripe
    Size: 209623040 blocks (99 GB)
    Stripe 0:
        Device                                             Start Block  Dbase   Reloc
        /dev/dsk/c4t60A98000646F6172636F677231507347d0s0          0     No      Yes
    Stripe 1:
        Device                                             Start Block  Dbase   Reloc
        /dev/dsk/c4t60A98000646F6172636F6A576D783656d0s6      12288     No      Yes

Device Relocation Information:
Device                                           Reloc  Device ID
/dev/dsk/c4t60A98000646F6172636F677231507347d0   Yes    id1,ssd@n60a98000646f6172636f677231507347
/dev/dsk/c4t60A98000646F6172636F6A576D783656d0   Yes    id1,ssd@n60a98000646f6172636f6a576d783656
root@moneta #

Please can you help me in extending this file system.

regards

FR

metattach d80 new_LUN
growfs -M /xyz /dev/md/rdsk/d80
1 Like