If there is shared DASD, the pax command can write the pax file out to a sequential data set. And then pax on the other system can read the sequential data set in order to restore it.
On Tue, Oct 15, 2013 at 12:59 PM, Kirk Wolf <[email protected]> wrote: > If you can unmount the filesystem, maybe clone the zFS container and then > mount it on the other LPAR? > > Otherwise, create the new container on the origin system, clone the files > using pax and then unmount it and mount it on the other LPAR. > > Kirk Wolf > Dovetailed Technologies > http://dovetail.com > > > On Tue, Oct 15, 2013 at 12:42 PM, Ron Wells <[email protected]> wrote: > > > now I'm lost.... > > over my head... lol > > > > there a batch run or maybe another example .. > > cd understand > > what is the ssh ? > > and yes the file system can be reached from either lpar... > > > > > > > > From: Paul Gilmartin <[email protected]> > > To: [email protected] > > Date: 10/15/2013 12:31 PM > > Subject: Re: Copy from one Dir to another > > Sent by: IBM Mainframe Discussion List <[email protected]> > > > > > > > > On Tue, 15 Oct 2013 11:11:36 -0500, Ron Wells wrote: > > > > >Have Directory's on one lpar wanting to copy over to another.... > > > > > >zfs files are different name on each system... > > > > > >best method ... and example would be appreciated > > > > > (Without testing) I'd do something like: > > > > # On the destination lpar: > > cd somewhere > > ssh source_lpar "cd somewhere && tar -cf - dir1 dir2 ..." | tar > > -xvf - > > > > -- gil > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > > Email Disclaimer > > This E-mail contains confidential information belonging to the > > sender, which may be legally privileged information. This information > is > > intended only for the use of the individual or entity addressed above. > > If you are not the intended recipient, or an employee or agent > > responsible for delivering it to the intended recipient, you are hereby > > notified that any disclosure, copying, distribution, or the taking of > any > > action in reliance on the contents of the E-mail or attached files is > > strictly prohibited. > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- This is clearly another case of too many mad scientists, and not enough hunchbacks. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
