[OpenIndiana-discuss] mbuffer connection refused on varius ports ... what to try
jason matthews
jason at broken.net
Mon Mar 27 17:47:09 UTC 2017
On 3/27/17 10:18 AM, Geoff Nordli wrote:
>
>
> On 2017
>> ,----
>> | sender:
>> | zfs send tank/dana at snap1 | tamp | mbuffer -s 128k -m 1000m -O
>> | target_host:31337
>> |
>> | receiver:
>> | mbuffer -s 128k -m 1999m -I 31337 | tamp -d | zfs recv -vFd newtank
>> `----
>>
>> My rendition:
>>
>> zfs send p0/vb/vm at 170326_1 |tamp|mbuffer -s 128k -m1000m -0
>> recv-host:31337 | mbuffer -s 128k -m 1999m -I 31337 |tamp -d |
>> zfs recv -vF p0/vb/vm
Well, it is -O not -0 -- Oh not zero
you probably need a space between -m and the number so -m 1000m not -m1000m
consider copying and pasting what i wrote the first time :-)
first setup the target side. if you do it backwards you wont be able to
connect. in my original post i assumed you would setup the target first
but i didnt specifically lay it out that way.
step:
1. on target system - this means you log in over there and run this command:
mbuffer -s 128k -m 1999m -I 31337 | tamp -d | zfs recv -vFd p0
2. on source system
zfs send p0/vb/vm at 170326_1 | tamp | mbuffer -s 128k -m 1000m -O
target:31337
did you install tamp on both systems?
thanks,
j.
More information about the openindiana-discuss
mailing list