You can't change the name of a zpool without importing it.
For what you're attempting to do, why not attach a larger vdisk and mirror the
existing disk in rpool? Then drop the smaller vdisk and you'll have a larger
rpool.
Alternatively, take a look at "beadm" as it should have a means of cre
On Mon, Dec 3, 2012 at 4:14 AM, Heiko L. wrote:
> Hallo,
>
> Howto rename zpool offline (with zdb)?
You don't.
You simply export the pool, and import it (zpool import). Something like
# zpool import old_pool_name_or_ID new_pool_name
>
> I use OpenSolaris in a VM.
> Pool rpool is to small.
> S
Hallo,
Howto rename zpool offline (with zdb)?
I use OpenSolaris in a VM.
Pool rpool is to small.
So i create rpool2 and copy FS from rpool:
domu # zfs send -R $srcpool@$srcsnap | zfs receive -vFd $dstpool
status:
domu # zpool list
NAME SIZE USED AVAILCAP HEALTH ALTROOT
rpool 3,97G
Bob Friesenhahn wrote:
On Sat, 1 Dec 2012, Jan Owoc wrote:
When I would like to change the disk, I also would like change the disk
enclosure, I don't want to use the old one.
You didn't give much detail about the enclosure (how it's connected,
how many disk bays it has, how it's used etc.),
On Sat, 1 Dec 2012, Jan Owoc wrote:
When I would like to change the disk, I also would like change the disk
enclosure, I don't want to use the old one.
You didn't give much detail about the enclosure (how it's connected,
how many disk bays it has, how it's used etc.), but are you able to
powe
On Sat, 1 Dec 2012, Fung Zheng wrote:
Hello,
Thanks for you reply, i forgot to mention that the doc "Configuring ZFS for an
Oracle Database" was followed, this
include primarycache, logbias, recordsize properties, all the best practices
was followed and my only doubt is the
arc_max parameter,