Guest_imported
New member
- Jan 1, 1970
- 0
aix/perts,
i'm trying to move FS remotely from BOX1 to BOX2.
i created .rhosts for each box, each has its other's hostname. i included each hosts_name and their corresponding IP address under /etc/hosts.
i was able to do the following:
1. host <IP_address> => from each host
2. rsh <hostname> => from each host
THE PROBLEM
from source_machine after the command -
tar -cvf- /usr/xxx | rsh BOX2 "cd /home/yyy | tar -xvf-"
a /usr/xxx/. blocks.
a /usr/xxx/MACHINE 1 blocks.
a /usr/xxx/PARTNUMBER 1 blocks.
a /usr/xxx/VERSION 1 blocks.
a /usr/xxx/bin
tar: Unexpected end-of-file while reading from the storage media.
NOTE: transfer's not successful...
i'm trying to move FS remotely from BOX1 to BOX2.
i created .rhosts for each box, each has its other's hostname. i included each hosts_name and their corresponding IP address under /etc/hosts.
i was able to do the following:
1. host <IP_address> => from each host
2. rsh <hostname> => from each host
THE PROBLEM
from source_machine after the command -
tar -cvf- /usr/xxx | rsh BOX2 "cd /home/yyy | tar -xvf-"
a /usr/xxx/. blocks.
a /usr/xxx/MACHINE 1 blocks.
a /usr/xxx/PARTNUMBER 1 blocks.
a /usr/xxx/VERSION 1 blocks.
a /usr/xxx/bin
tar: Unexpected end-of-file while reading from the storage media.
NOTE: transfer's not successful...