Re: [zfs-discuss] ZFS send/receive questions

2008-07-11 Thread Darren J Moffat
Will Murnane wrote: On Thu, Jul 10, 2008 at 12:43, Glaser, David [EMAIL PROTECTED] wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. On receiving machine: nc -l 12345 | zfs recv mypool/[EMAIL PROTECTED] and on sending machine: zfs send

Re: [zfs-discuss] ZFS send/receive questions

2008-07-11 Thread Will Murnane
On Fri, Jul 11, 2008 at 05:23, Darren J Moffat [EMAIL PROTECTED] wrote: Why ? Referenced by the following packages: SUNWnetcat Is this in 10u5? Weird, it's not on my media. Will ___ zfs-discuss mailing list zfs-discuss@opensolaris.org

Re: [zfs-discuss] ZFS send/receive questions

2008-07-11 Thread Darren J Moffat
Will Murnane wrote: On Fri, Jul 11, 2008 at 05:23, Darren J Moffat [EMAIL PROTECTED] wrote: Why ? Referenced by the following packages: SUNWnetcat Is this in 10u5? Weird, it's not on my media. No but this is an opensolaris.org alias not a Solaris 10 support forum. So the

Re: [zfs-discuss] ZFS send/receive questions

2008-07-11 Thread Will Murnane
On Fri, Jul 11, 2008 at 11:44, Darren J Moffat [EMAIL PROTECTED] wrote: No but this is an opensolaris.org alias not a Solaris 10 support forum. So the assumption unless people say otherwise is that you are running a recent build of SX:CE or OpenSolaris 2008.05 (including updates). Luckily, the

[zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Glaser, David
Hi all, I'm a little (ok, a lot) confused on the whole zfs send/receive commands. I've seen mention of using zfs send between two different machines, but no good howto in order to make it work. I have one try-n-buy x4500 that we are trying to move data from onto a new x4500 that we've

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Darren J Moffat
Glaser, David wrote: Hi all, I'm a little (ok, a lot) confused on the whole zfs send/receive commands. I've seen mention of using zfs send between two different machines, but no good howto in order to make it work. zfs(1) man page, Examples 12 and 13 show how to use senn/receive with

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Bob Friesenhahn
On Thu, 10 Jul 2008, Glaser, David wrote: x4500 that we've purchased. Right now I'm using rsync over ssh (via 1GB/s network) to copy the data but it is almost painfully slow (700GB over 24 hours). Yeah, it's a load of small files for the most part. Anyway, would zfs send/receive work

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Florin Iucha
On Thu, Jul 10, 2008 at 09:02:35AM -0700, Tim Spriggs wrote: zfs(1) man page, Examples 12 and 13 show how to use senn/receive with ssh. What isn't clear about them ? I found that the overhead of SSH really hampered my ability to transfer data between thumpers as well. When I simply ran a

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Darren J Moffat
Florin Iucha wrote: On Thu, Jul 10, 2008 at 09:02:35AM -0700, Tim Spriggs wrote: zfs(1) man page, Examples 12 and 13 show how to use senn/receive with ssh. What isn't clear about them ? I found that the overhead of SSH really hampered my ability to transfer data between thumpers as well.

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Glaser, David
Is that faster than blowfish? Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darren J Moffat Sent: Thursday, July 10, 2008 12:27 PM To: Florin Iucha Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] ZFS send/receive questions Florin

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Glaser, David
: Re: [zfs-discuss] ZFS send/receive questions Glaser, David wrote: Hi all, I'm a little (ok, a lot) confused on the whole zfs send/receive commands. I've seen mention of using zfs send between two different machines, but no good howto in order to make it work. zfs(1) man page, Examples 12

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Darren J Moffat
Glaser, David wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. As others have suggested use netcat (/usr/bin/nc) however you get no over the wire data confidentiality or integrity and no strong authentication with that. If you need those then

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Glaser, David
, 2008 12:50 PM To: Glaser, David Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] ZFS send/receive questions Glaser, David wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. As others have suggested use netcat (/usr/bin/nc) however you

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Will Murnane
On Thu, Jul 10, 2008 at 12:43, Glaser, David [EMAIL PROTECTED] wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. On receiving machine: nc -l 12345 | zfs recv mypool/[EMAIL PROTECTED] and on sending machine: zfs send sourcepool/[EMAIL PROTECTED] |

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Glaser, David
Subject: Re: [zfs-discuss] ZFS send/receive questions On Thu, Jul 10, 2008 at 12:43, Glaser, David [EMAIL PROTECTED] wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. On receiving machine: nc -l 12345 | zfs recv mypool/[EMAIL PROTECTED

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Tim Spriggs
Will Murnane wrote: On Thu, Jul 10, 2008 at 12:43, Glaser, David [EMAIL PROTECTED] wrote: I guess what I was wondering if there was a direct method rather than the overhead of ssh. On receiving machine: nc -l 12345 | zfs recv mypool/[EMAIL PROTECTED] and on sending machine: zfs

Re: [zfs-discuss] ZFS send/receive questions

2008-07-10 Thread Will Murnane
On Thu, Jul 10, 2008 at 13:05, Glaser, David [EMAIL PROTECTED] wrote: Could I trouble you for the x86 package? I don't seem to have much in the way of software on this try-n-buy system... No problem. Packages are posted at http://will.incorrige.us/solaris-packages/ . You'll need gettext and