We create the image catalog on the target first.
Then we run a batch ftp job with overrides to input and output.
The input override script might like this:
ftppwd ftppwd
lcd /optvrt/C12092
cd /optvrt/C12092
binary
put SF99114_1.bin
put SF99114_2.bin
put SF99114_3.bin
put SF99114_4.bin
put SF99114_5.bin
put SF99114_6.bin
put SF99114_7.bin
put SF99114_8.bin
put SF99114_9.bin
put SF99114_10.bin
quote rcmd ADDIMGCLGE IMGCLG(C12092) FROMFILE('/optvrt/C12092
/SF99114_1.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_2.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_3.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_4.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_5.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_6.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_7.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_8.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_9.bin') TOFILE(*fromfile)
quote rcmd ADDIMGCLGE IMGCLG(C12092)
FROMFILE('/optvrt/C12092/SF99114_10.bin') TOFILE(*fromfile)
quit
Jerry
On 10/7/2013 10:06 AM, fbocch2595@xxxxxxx wrote:
Hi Folks, you folks always seem to have creative ways to get things done so how about this one. I have several machines to upgrade including my DR box and I want to avoid loading grpptf's on my DR box, if possible. Do you folks have an automated way to restore grpptf's to another system or a way to put grpptf's on another system? Nav can't be used.
Thanks, Frank
As an Amazon Associate we earn from qualifying purchases.