Hi All,
I have a metadevice d10 created on c0t0d0s7 in a sloaris machine. I have inserted a new disk and i would like to concatenate the new disk (c0t1d0s0) to d10.
Since d10 is already in use,can i concatenate it? If so please help me with the command and procedure.
I tried the follwoing,but it did not work.
metainit d10 2 1 c0t0d0s7 1 c0t1d0s0
Thanks in Advance,
HG
hi i think these steps will be good for you , but i hope you try it on virtual machine
before you try it actually :
you said that you metadevice is d10 :
1- metainit -f d11 2 1 c0t0d0s7 1 c0t1d0s0
2- vi /etc/vfstab
and write the new metadevice information /dev/md/rdsk/d11 and /dev/md/dskd11
3- umount the slice you concatenate and then mount it again.
4- growfs -M " the slice you want to increase" " the new metadevice "
for example:
growfs -M /export/home /dev/md/rdsk/d11
I hope it works with you,bye.