Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#
# DEC-KZPBA SCSI controller is mapped to 5 disk containers; one of them (DKA300) - for migration purposes;
# another one (DKA400) - for installation of fresh HP OpenVMS system from distributive

#

load KZPBA PKA scsi_id = 7

set PKA container[0] = "C:\My disks\bootable.vdisk"
set PKA container[100] = "C:\My disks\RZ22.vdisk"
set PKA container[200] = "C:\My disks\RZ23.vdisk"
set PKA container[300] = "C:\My disks\migration.diskvdisk"
set PKA container[400] = "C:\My disks\fresh_openvms.vdisk"

#
# CD-ROM for HP OpenVMS installation (DQA0)
#

set ide container="\\.\CdRom0"

...

Run CHARON-AXP and boot from "dqa0" ("migration.cfg" is the configuration file we use in this example):

...> mv3k6 es40.exe migration.cfgKA650-A V5.3, VMB 2.7
Performing normal system tests.
40..39..38..37..36..35..34..33..32..31..30..29..28..27..26..25..
24..23..22..21..20..19..18..17..16..15..14..13..12..11..10..09..
08..07..06..05..04..03..
Tests completed.
>>>boot dua4

CHARON-AXP/ES40 for Windows x64 (AlphaServer ES40 6/667), Version 4.6.16603
(C) 2009-2014 STROMASYS SA.
All rights reserved.

P00>>>boot dqa0

Install HP Alpha/VMS including DECnet on "dua2dka400". DECnet address must belong to the same area as the source HP Alpha system.

Login to the newly installed VMS OpenVMS system and initialize the disk intended for backups storage. Let's assume it's prompt is "newvms$ "

newvms$ INIT DUA3DKA300: SCRATCH
newvms$ MOUNT/SYSTEM/NOASSIST DUA3DKA300: SCRATCH

Back to Table of Contents

...

source$ BACKUP/IMAGE/IGNORE=INTERLOCK DUA0DKA0: 1.400::DKA300:[000000]DKA0.BCK/SAVE
source$ BACKUP/IMAGE/IGNORE=INTERLOCK DKA100: 1.400::DUA3DKA300:[000000]DUA0DKA100.BCK/SAVE
source$ BACKUP/IMAGE/IGNORE=INTERLOCK DUA1 DKA200: 1.400::DUA3DKA300:[000000]DUA1DKA200.BCK/SAVE SAVE 

Once the backup procedure completes, the disk "DUA3DKA300" of CHARON-AXP will contain 2 3 savesets: "DUA0"DKA0.BCK", "DKA100.BCK" and  and "DUA1DKA200.BCK"

Back to Table of Contents

...

Next, restore the new savesets to their corresponding virtual disks. Login to CHARON-AXP and issue this sequence of commands to restore all the savesets created on the previous step: 

newvms$ MOUNT/FOREIGN DUA0DKA0:
newvms$ BACKUP/IMAGE DUA3DKA300:[000000]DUA0DKA0.BCK/SAVE DUA0DKA0:
newvms$ DISMOUNT DUA0DKA0:

newvms$ MOUNT/FOREIGN DKA100:
newvms$ BACKUP/IMAGE DKA300:[000000]DKA100.BCK/SAVE DKA100:
newvms$ DISMOUNT DKA100:

newvms$ MOUNT/FOREIGN DUA1 DKA200:
newvms$ BACKUP/IMAGE DUA3DKA300:[000000]DUA1DKA200.BCK/SAVE DUA1DKA200:
newvms$ DISMOUNT DUA1DKA200:

If you are going to have CHARON-AXP and the original physical HP Alpha on the network at the same time, you must change the network identity

...

Then Enable the network and reboot.

 

Back to Table of Contents

...

  • Connect a SCSI tape drive to CHARON-AXP / CHARON-PDP host via a PCI card 
    • Map the tape drive in the CHARON-AXP / CHARON-PDP configuration file

           a. Restore source HP Alpha system backups from tape to disk images via VMS/RSX11/RT11 OpenVMS running on CHARON-AXP / CHARON-PDP.
           b. Boot from standalone backups and restore its content to CHARON-AXP / CHARON-PDP virtual disks

    • Dump source HP Alpha /PDP11 system backups to tape images with "mtd" utility and:
           a. Boot from freshly installed VMS/RSX11/RT11 OpenVMS system and restore the tape images to CHARON-AXP / CHARON-PDP virtual disks
           b. Boot from standalone backups and restore its content to CHARON-AXP / CHARON-PDP virtual disks
  • Create a network cluster between the source HP Alpha /PDP11 system and CHARON-AXP / CHARON-PDP (it is possible to use the source system as boot server); then simple backup from one disk to another:

    $ BACKUP/IMAGE/IGNORE=INTERLOCK REAL$DUA0REAL$DKA0: DUA0DKA0:

Back to Table of Contents