Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  Migrating offline z/OS volumes from a z/OS system

    Posted 07/11/16 10:30 AM

    Is it possible to use hckd2ckd utility to migrate offline z/OS volumes?

     

    I run a sample test and found this error message:

    hckd2ckd 10.1.1.2:3990 USER00.offline.bin -u 0AD0
    AWSHTC090I Host name: 10.1.1.2:3990
    AWSHTC091I   Restart: No
    AWSHTC094I  Unit-nbr: 0AD0
    AWSHTC096I    Output: USER00.offline.bin
    AWSHTC071E Host message text: Requested device number is offline

     

     

    Should I assume that it is not possible?



    Giovanni Creato


  • 2.  Re: Migrating offline z/OS volumes from a z/OS system

    Posted 12/26/16 06:13 AM

    Hi

     

    If it is still relevant: You should use the volume name, not the address.

     

    Br Michael Erichsen

    MichaelErichsen,Xact


  • 3.  Re: Migrating offline z/OS volumes from a z/OS system

    Posted 02/05/17 08:49 PM

    Thanks Michael for your reply,

    in my case, I'd like to migrate OFFLINE volumes. When the volume is offline, the Volume Name is not available to zOS and, since hckd2ckd utility uses zOS services, not even to such utility.

    Giovanni Creato


  • 4.  Re: Migrating offline z/OS volumes from a z/OS system

    Posted 01/03/17 10:36 AM

    Giovanni, you can assume it is possible. using "-u' option you are able to specify the unit address. The message says that the volume is offline, nothing else. 

    AdilsonColombo


  • 5.  Re: Migrating offline z/OS volumes from a z/OS system

    Posted 02/05/17 08:55 PM

    Thanks AdilsonColombo for your reply,

    as your correctly point out, the message AWSHTC071E Host message text: Requested device number is offline says the volume (device number to be precise) is offline. However, hckd2ckd utility exits after displaying this message.

    Contrary to your suggestion, I assume that "Migrating offline z/OS volumes from a z/OS system" is not possible.

    Giovanni Creato


  • 6.  Re: Migrating offline z/OS volumes from a z/OS system

    Posted 03/28/17 12:11 PM

    Hi Giovanni, trying to copy an offline disk you might be interested in integrity. If it's the purpose, it will not work for that. 

    Your understanding is correct. The first thing that "hckd2ckd" checks is if the volume is online.

    AdilsonColombo