Mounting a mainframe file system on Unix (or vice versa)

aixfilesystemsstorage-area-networkzos

We have a data conversion project where the overall process works this way:

  1. Mainframe legacy application will extract out their data into flat text files.
  2. Our application (running on AIX) will FTP to the mainframe and pick up the flat text files.
  3. We will run our conversion on the flat text files and generate a set of mapped/transformed files.
  4. We will transfer the files to the new system for importing.

The mainframe apps' files are about 2TB large. Obviously, the data transfer represents quite a large overhead.

Is is possible for the mainframe to write to a set of disk volumes on the SAN, unmount the volumes after writing and we mount those volumes on AIX? Is there any file system that is readable/writable by both z/OS and AIX?

Thanks,
Wong

Best Answer

Here's what I'd do:

  1. Create/attach the large datastore area on the AIX machine.
  2. Share the large datastore filesystem via NFS to the ZOS mainframe
  3. On the ZOS mainframe, generate your files and output them to the large datastore partition.
  4. On the Aix box, you've now got local files/local speeds for your imports.

At this point you could do a SAN split type thing for the new files to the new system.

The NFS capability is definitely available for ZOS:

http://www-01.ibm.com/support/docview.wss?uid=isg3T1000083

though it may be paid for option so check that out with IBM.