[zfs-discuss] Confusion with snapshot send-receive

2008-06-21 Thread Andrius

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?

--
Regards,
Andrius Burlega
begin:vcard
fn:Andrius Burlega
n:Burlega;Andrius
email;internet:[EMAIL PROTECTED]
tel;cell:+353876301575
x-mozilla-html:FALSE
version:2.1
end:vcard

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


Re: [zfs-discuss] Confusion with snapshot send-receive

2008-06-21 Thread Mattias Pantzare
2008/6/21 Andrius [EMAIL PROTECTED]:
 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?

There is no computer named host1?
That is a ssh error message, start by checking the ssh part by itself.

If both zpools are on the same computer you don't have to use ssh.
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] Confusion with snapshot send-receive

2008-06-21 Thread Andrius

Boyd Adamson wrote:

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



Second pool is in the same machine. What to write instead of host2?

--
Regards,
Andrius Burlega
begin:vcard
fn:Andrius Burlega
n:Burlega;Andrius
email;internet:[EMAIL PROTECTED]
tel;cell:+353876301575
x-mozilla-html:FALSE
version:2.1
end:vcard

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