How to grow disk size in SDS Solaris
1) Identify the free disk, volume size and metadevice name.
#df –h
/dev/md/dsk/d19 27G 1.5G 25G 6% /bkup
2) Increase the /bkup by 10GB
# metattach d19 c4t50060E80000000000000818D00000009d0
3) Verify the volume size
#metastat d19
4) Increase the file system /bkup by 10Gb
#/usr/sbin/growfs -M /bkup /dev/md/rdsk/d19
5) Verify the file system
#df-h
1) Identify the free disk, volume size and metadevice name.
#df –h
/dev/md/dsk/d19 27G 1.5G 25G 6% /bkup
2) Increase the /bkup by 10GB
# metattach d19 c4t50060E80000000000000818D00000009d0
3) Verify the volume size
#metastat d19
4) Increase the file system /bkup by 10Gb
#/usr/sbin/growfs -M /bkup /dev/md/rdsk/d19
5) Verify the file system
#df-h
No comments:
Post a Comment