> Constantin Gonzalez Schmitz wrote:
>
> > 2. After going through the zfs-bootification,
> Solaris complains on reboot that
> >/etc/dfs/sharetab is missing. Somehow this seems
> to have been fallen through
> >the cracks of the find command. Well, touching
> /etc/dfs/sharetab just fixes
> >
Starfox wrote:
I don't need fail-over or anything. All I want is for what I consider important (ie,
Documents, settings, etc.) off a portion of a pool to be replicated onto another machine,
so if a catastrophic failure happens where I lose both mirrors due to PS frying or ZFS
bit-rotting an i
Yes, I've read through tons of blogs.sun.com/* entries, went through the
mailing list looking for the proper way to do it, etc. Unfortunately, zfs
send/recv remains a hack that requires an elaborate script wrapper precisely
because zfs send/recv is by nature a send-only/recv-only operation (whi
Oddly I posted a script that does what you want all be ti without sending it to
a remote system on friday to my blog
(http://blogs.sun.com/chrisg/entry/rolling_incremental_backups) which i use to
backup my system to an external USB drive.
--chris
This message posted from opensolaris.org
___
Hi Nicolas,
Nicolas Linkert wrote:
I have one thing happening now at boot which must have happened
> during the migration to zfs boot. I get an error message about
> /dev/random: "No randomness provider enabled for /dev/random.
> Use cryptoadm to provide one." Does anyone know how to fix this?
On Sun, 3 Jun 2007, Richard Elling wrote:
Chris Csanady wrote:
I was quoting the random write IOPS number at 4kB. The theoretical
sequential write bandwidth is fine, but I don't think that 15 IOPS can
be considered respectable.
This is where ZFS could be a good thing. ZFS doesn't generally
Chris Csanady wrote:
I was quoting the random write IOPS number at 4kB. The theoretical
sequential write bandwidth is fine, but I don't think that 15 IOPS can
be considered respectable.
This is where ZFS could be a good thing. ZFS doesn't generally do small,
random writes. If we get 15 rando
I have one thing happening now at boot which must have happened during the
migration to zfs boot. I get an error message about /dev/random: "No randomness
provider enabled for /dev/random. Use cryptoadm to provide one." Does anyone
know how to fix this?
Another thing: Is it possible to upgrade
I'm curious as well. I'm trying to set up a near-line backup using two
ZFS-based machines, and am a bit confused on how to set it up properly.
First time around, create a snapshot and send it to remote:
zfs snapshot master/[EMAIL PROTECTED]
zfs send master/[EMAIL PROTECTED] | ssh mirror zfs recv