Andrius <[EMAIL PROTECTED]> writes:

> Hi,
> there is a small confusion with send receive.
>
> zfs andrius/sounds was snapshoted @421 and should be copied to new
> zpool beta that on external USB disk.
> After
> /usr/sbin/zfs send andrius/[EMAIL PROTECTED] | ssh host1 /usr/sbin/zfs recv 
> beta
> or
> usr/sbin/zfs send andrius/[EMAIL PROTECTED] | ssh host1 /usr/sbin/zfs recv
> beta/sounds
> answer come
> ssh: host1: node name or service name not known
>
> What has been done bad?

Your machine cannot resolve the name "host1" into an IP address. This is
a network configuration problem, not a zfs problem.

You should find that 

ssh host1

fails too.

Boyd
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to