On Wed, 11 Mar 2009 15:21:48 -0400, Jerry Fuchs <[email protected]> wrote:
>Mark, > >My predecessor and DB2 guy did install directly into the root rather than >new files. >My problem now is how to carry that forward into z/OS 1.9. >Java was not ordered with z/OS 1.9 either. >Any ideas or am I just screwed? > >Jerry The easiest way to "fix" this that I can think of is: 1) create a new zFS filesystem using your favorite method 2) mkdir /new-db2 #or whatever root-resident directory 3) mount the new zFS filesystem at the directory in #2 4) Issue the UNIX commands: cd /db2 #current DB2 directory pax -pe -M -rw . /new-db2 # double check the pax command for me, somebody! 5) on z/OS 1.9, mount the new zFS as the DB2 mountpoint. Do the same with the Java subdirectory. Is Java still orderable stand-alone? Or maybe downloadable from the Web? -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

