jonesy
01-06-2008, 03:51 AM
I've provisioned the LampCluster app, and I want to copy this really enormous sql dump file from the volume on the old app (I'll call it "old") to a volume on my new app (I'll call it "new").
What I'm currently doing is:
vol copy old:dumpvol new:dumpvol
Then, I told my dbase server in 'new' to mount 'dumpvol' next time I start the new application. However, this is really slow and tedious, as I'm forced to copy a 100GB volume instead of the 8GB (compressed) dump file.
My other option, as I see it, is to scp the dump file down to my local machine, then scp it up again, but that would likely take just as long as copying the whole volume. Any reason 3tera can't just give me something of a more complete controller shell so I can directly manipulate the files on the various app volumes without all of these crazy antics? (whoops, maybe this should've gone into the 'features' area).
Please let me know if I'm able to copy, say, old:dumpvol:/dump.sql new:somevol:/dump.sql - where 'dumpvol' and 'somevol' are different volumes belonging to different applications, and are not copies of each other.
thanks.
What I'm currently doing is:
vol copy old:dumpvol new:dumpvol
Then, I told my dbase server in 'new' to mount 'dumpvol' next time I start the new application. However, this is really slow and tedious, as I'm forced to copy a 100GB volume instead of the 8GB (compressed) dump file.
My other option, as I see it, is to scp the dump file down to my local machine, then scp it up again, but that would likely take just as long as copying the whole volume. Any reason 3tera can't just give me something of a more complete controller shell so I can directly manipulate the files on the various app volumes without all of these crazy antics? (whoops, maybe this should've gone into the 'features' area).
Please let me know if I'm able to copy, say, old:dumpvol:/dump.sql new:somevol:/dump.sql - where 'dumpvol' and 'somevol' are different volumes belonging to different applications, and are not copies of each other.
thanks.