> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Gabe Torres
> Sent: Thursday, May 12, 2005 12:11 PM
> To: [email protected]
> Subject: FTPing a ADRDSSU file
> 
> 
> Hello List,
>   During a past DR Test, we missed taking one of our ADRDSSU Physical
> dumps of a 3390 disk volume.
> 
> We were able to FTP the data to the site (finally!), but the FTP-ed
> data was unusable. The data was unrecognizable to the ADRDSSU program.
> 
> 
> Does anybody have any suggestions on making this process 
> successful.  We
> will be trying it again on the next DR try.
> 
> Thanks for any help,
>  Gabe
> 
> 
> Gabe Torres - Systems Programmer
> State of Nevada 
> Dept of Information Technology - Computing Div. 

The secret is to be sure to set the BLKSIZE correctly and to use the
QUOTE STRU R. Are you going z/OS to z/OS directly? Or via an
intermediate, non z/OS, system? I have successfully done the following,
using Windows as an intermediate node.

On Windows @ mysite

ftp prodmainframe
userid
password
bin
quote stru r
get adrdssu.file

---

Transport file via USB hard drive to a Windows PC at the DR site.

On Windows @ DR

ftp drmainframe
userid
password
bin
quote site recfm=u blksize=32000 unit=tape
quote stru r
put adrdssu.file

----

Note that the BLKSIZE must be correct. We deliberately use 32000 for old
times sake (I.e. "We've always done it that way!") Make sure that you
use the proper one for your tapes.

Futher note - I have not actually done an entire disk backup. What we
actually did was a ADRDSSU logical dump of the missing files (to a disk
file, not tape) and ftp'ed that. z/OS disk file to Windows USB drive to
z/OS disk file.

If you are going z/OS to z/OS, I think there is a better way, but I
don't remember what it was.

--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its'
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.

----------------------------------------------------------------------
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

Reply via email to