Unsolved
This post is more than 5 years old
5 Posts
0
702
May 30th, 2013 15:00
rsync in solaris
Hi,
We are migrating some data (NetApp to VNX) using rsync, we did some tests using Linux and every thing was fine. But when we used Solaris server, rsync throws an error saying that the "file or directory does not exist".
we have used the following command
rsync -aruvH // / /
any suggestions please?
No Events found!


Rainer_EMC
6 Operator
•
8.6K Posts
0
May 30th, 2013 16:00
I doubt that this is a VNX problem
Have you compared the rsync versions and man pages between your Linux and Solaris hosts ?
How about setting more verbose rsync debugging ?
Same export and mount options for both your Linux and Solaris host ?
12345v
5 Posts
0
May 30th, 2013 19:00
yes we used the same export and mount options for Linux and Solaris.
Narahari1
2 Intern
•
127 Posts
0
June 6th, 2013 13:00
If the source is volume root or qtree on Netapp, use "rsync -auvH -exclude '.snapshot' " option and see.