PF2 Disconnect of HiDRO does NOT cause LOSS OF TELNET Session
search cancel

PF2 Disconnect of HiDRO does NOT cause LOSS OF TELNET Session

book

Article ID: 26812

calendar_today

Updated On:

Products

VM:Backup for z/VM VM:Backup High-Speed Disaster Recovery Option (HiDRO) Mainframe VM Product Manager VM:Manager Suite for Linux on Mainframe VM:Manager Suite for z/VM VM SUITE

Issue/Introduction

In prior releases of HiDRO when PF2 START HIDRO was used and you were on a TELNET session, you would loose that connection. Now that no longer happens and the Operations staff would like it back the way it was... to loose the session.

Resolution

  1. Logon to HiDRO.

  2. Copy the STARTUP EXEC to STARTUP EXECORIG

  3. XEDIT STARTUP EXEC

  4. Make the following change:

    00226 con_hold = ''
    00231 if con_type = 'LDEV' then con_hold = 'HOLD'
    00234 'CP DISCONN' con_hold

    Change the con_hold = 'HOLD' to
    con_hold = ' '

  5. FILE