How to expand my rpool on the fly?
edited May 10, 2012 12:17AM in Oracle Solaris File Systems and Disk Management (MOSC) 4 commentsAnswered ✓
I would like to expand my existing:
-bash-3.00# zpool status -v rpool
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c1t3d0 ONLINE 0 0 0
c1t4d0 ONLINE 0 0 0
errors: No known data errors
With two new larger LUNs (c2t3d0 and c2t4d0). How do we go for it? Thanks !!
-bash-3.00# zpool status -v rpool
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c1t3d0 ONLINE 0 0 0
c1t4d0 ONLINE 0 0 0
errors: No known data errors
With two new larger LUNs (c2t3d0 and c2t4d0). How do we go for it? Thanks !!
0