Re: [zfs-discuss] Do you grok it?

2008-09-13 Thread mario heimel
why we doesn't see such products from sun? :) -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: Re: Status Update before Reinstall?

2007-04-24 Thread mario heimel
hi brain, in the following blueprint you will find the way to make the dvd bootable. http://www.sun.com/blueprints/0806/819-7546.pdf Step 1: Copy the DVD to Writable Disk The process of copying the DVD to writable disk is relatively straightforward. You need enough space on the target disk to st

[zfs-discuss] Re: Remove files when at quota limit

2007-05-10 Thread mario heimel
i have the same problem, the users cant remove there files when the quota is reached. workaround is to raise the quota, remove the files and set the original quota. so you can keep your snapshots. This message posted from opensolaris.org ___ zfs-di

[zfs-discuss] Re: ZFS Boot manual setup in b65

2007-06-05 Thread mario heimel
hi, from the following link there is no problem with b65 http://www.opensolaris.org/os/community/zfs/boot/netinstall This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailm

[zfs-discuss] ZFS-fuse on linux

2007-06-20 Thread mario heimel
Linux is the first operating system that can boot from RAID-1+0, RAID-Z or RAID-Z2 ZFS, really cool trick to put zfs-fuse in the initramfs. ( Solaris can only boot from single-disk or RAID-1 pools ) http://www.linuxworld.com/news/2007/061807-zfs-on-linux.html http://groups.google.com/group/zfs-

[zfs-discuss] Re: Migrating ZFS pool with zones from one host to another

2007-06-20 Thread mario heimel
before the zoneadm attach or boot you must create the configuration on the second host, manuell or with the detached config from first host. zonecfg -z heczone 'create -a /hecpool/zones/heczone' zoneadm -z heczone attach ( to attach the requirements must fulfilled (pkgs and patches in sync)

[zfs-discuss] Re: New german white paper on ZFS

2007-06-21 Thread mario heimel
good work! This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: Re[2]: 3510 HW RAID vs 3510 JBOD ZFS SOFTWARE RAID

2006-08-09 Thread mario heimel
Hi. i am very interested in ZFS compression on vs off tests maybe you can run another one with the 3510. i have seen a slightly benefit with compression on in the following test (also with high system load): S10U2 v880 8xcore 16Ggb ram (only six internal disks at this moment, i wait for the san

[zfs-discuss] Re: How much do we really want zpool remove?

2007-01-20 Thread mario heimel
we migrate in our solaris8+vxvm+SAN environment 500tb to new storage arrays. we have seen a lot of migration ways, falconstore etc., but the only acceptable way is the host based mirror with vxvm. so we can migrate manuelly in a few weeks but without downtime. tell me how we can do this with z

[zfs-discuss] Re: How much do we really want zpool remove?

2007-01-22 Thread mario heimel
this is a good point, the mirror loses all information about the zpool. this is very important for the ZFS Root pool, i don't know how often i have broken the svm-mirror of the root disks, to clone a system and bring the disk to a other system or use "live upgrade" and so on. This message pos