Hi Ed,
ndmpcopy works great for qtree transfers, even within the same filer. There is also a java version called jndmpcopy which should work on any Solaris platform (I use it on Solaris 7). One nice thing about it is, it will create the destination qtree for you on the target location, so you don't need to do this manually. Here is an example:
setenv CLASSPATH /usr/java/src/jndmpcopy.zip java jndmpcopy.JNdmpcopy filer1:/vol/vol0/qtree1 filer1:/vol/vol3/qtree1 -sa root:passwd -da root:passwd -level i
-level i on the java version of ndmpcopy will let you run unlimited incremental copies.
Good Luck,
Moshe
Ed Alexander wrote:
I apologize in advance if this is in a FAQ or in the archives. I couldn't find an answer there, so...
I've just brought a new vol on-line and need to move some qtrees off other vols that are filling up. All vols are attached to a single F820 and my admin host is running Solaris 8.
What is the best (read: fastest) way to move a qtree between vols? The qtrees I'm moving are between 5 and 65 Gb in size.
I've looked at ndmpcopy on the ndmp.org site. It's intended for moves between filers, but should work fine for moves within the same filer. Also, the site claims it's been tested on Solaris 2.5.1. Have others compiled and used it on Solaris 8?
Are there other viable options besides ndmpcopy? I'd appreciate any advice from others who have gone down this road. TIA.
Cheers, Ed