Add disk to zpool


 
Thread Tools Search this Thread
Operating Systems Solaris Add disk to zpool
# 1  
Old 04-19-2013
Add disk to zpool

Hi,

Quick question.

I have a data zpool that consists of 1 disk.

Code:
pool: data
 state: ONLINE
 scrub: none requested
config:

        NAME                     STATE     READ WRITE CKSUM
        data                     ONLINE       0     0     0
          c0t50002AC0014B06BEd0  ONLINE       0     0     0

errors: No known data errors

I'd like to add another disk to this zpool so we have more disk space.

I was going to run zpool add data <new disk>

Will this work?

Will I then see the additional space added dynamically to the /data mount?

Thanks,

Last edited by general_lee; 04-19-2013 at 08:55 AM..
# 2  
Old 04-19-2013
Quote:
Originally Posted by general_lee
Will this work?
Yes.
Quote:
Will I then see the additional space added dynamically to the /data mount?
Yes.

Note that, unless the existing pool is (almost) empty, the data on your pool will be unbalanced so its performance would be less optimal than with an already created stripe.
This User Gave Thanks to jlliagre For This Post:
# 3  
Old 04-19-2013
Great thanks for the quick reply.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to clear a removed single-disk pool from being listed by zpool import?

On an OmniOS server, I removed a single-disk pool I was using for testing. Now, when I run zpool import it will show it as FAULTED, since that single disk not available anymore. # zpool import pool: fido id: 7452075738474086658 state: FAULTED status: The pool was last... (11 Replies)
Discussion started by: priyadarshan
11 Replies

2. Solaris

Replace zpool with another disk

issue, I had a zpool which was full pool_temp1 199G 197G 1.56G 99% ONLINE - pool_temp2 199G 196G 3.09G 98% ONLINE - as you can see, full so I replaced with a larger disk. zpool replace pool_temp1 c3t600144F0FF8BA036000058CC1DB80008d0s0... (2 Replies)
Discussion started by: rrodgers
2 Replies

3. Solaris

Exporting zpool sitting on different disk partition

Hello, I need some help in recovering ZFS pool. Here is scenerio. There are two disks - c0t0d0 - This is good disk. I cloned it from other server and boot server from this disk. c0t1d0 - This is original disk of this server, having errors. I am able to mount it on /mnt. So that I can copy... (1 Reply)
Discussion started by: solaris_1977
1 Replies

4. Solaris

Cannot remove disk added to zpool

I added a disk to a zpool using "zpool add diskname" My intention was mirror a zpool disk that no mirror; that is a zpool with only one disk. I did not issue the right command. Now, the disk has been added successfully but I cannot remove nor detach it as Solaris 11 thinks it has data on it... (14 Replies)
Discussion started by: LittleLebowski
14 Replies

5. Solaris

Disk Storage Need to Add more Disk

Hi, Anyone can help me, just want to confirm, if possible adding a disk storage that we have a RAWDATA with +ASM in our database. If possible, what would you recommend "workaround used" from us to do and the preparation. And also how long the downtime will take. Our disk continuous to grow,... (0 Replies)
Discussion started by: fpalero
0 Replies

6. Filesystems, Disks and Memory

Add New Disk

This may sound simple, but I cant find anything on Google for just adding a new disk. This is a data disk, not boot or anything like that. I've got 6 disks in there, one of them almost dead, and I need to copy what I can from the dead one to the new one. My problem is that when I go to... (3 Replies)
Discussion started by: LP4Ever
3 Replies

7. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies

8. Solaris

Help for add disk on solaris8

Hi, boss i have a question about the system add the new disk. I add 6 disks in Sunfire 880, i want to put these 6 disks in to service but i do not want re-install the system, some guys can give me some advie on this case? thanks very much the follow is detail 0. c1t0d0 <SUN72G cyl... (3 Replies)
Discussion started by: surainbow
3 Replies

9. Filesystems, Disks and Memory

Disk Add

Hello, I have 4 disks to add on an Unix OS. 2 of them are already added. When I try to make the diskadd command, the system reply's that Diskadd was "Not Found". I already tried to go to the /etc/dskmgmt/ and call there the diskadd, but the system gives me the same error message. Can anybody help... (4 Replies)
Discussion started by: luisjdm
4 Replies
Login or Register to Ask a Question