Versions Compared

Key

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

...

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents
excludeTable of Contents

Introduction

This section describes how to migrate your VAX HP Alpha system to CHARON-VAXAXP. We will use a sample MicroVAX MicroHP Alpha 3600 system to demonstrate the migration procedure. The process is similar for all CHARON-VAX models.CHARON-PDP/11 migration is done in similar way except for the step of acquiring the QBUS addresses and vectors directly from console. Instead this information should be collected directly from the RSX11/RT11 operating system installed on the host to be migrated. Please refer to the RSX11/RT11 User's Guide for guidelines.AXP models.

Back to Table of Contents

Collecting information about the

...

source HP Alpha system

The first step is to determine the exact configuration of your VAX HP Alpha hardware in order to create the CHARON-VAX AXP configuration file.

Turn on your source VAX source HP Alpha system. At the ">>>" prompt, issue "show qbus" and "show device" commands:

...

>>>show device
UQSSP Disk Controller 0 (772150)
-DUA0 (RZ23)
-DUA1 (RZ24)

UQSSP Disk Controller 1 (760334)
-DUB2 (RZ25)
-DUB3 (RZ26)

UQSSP Tape Controller 0 (774500)
-MUA0 (TK50)

UQSSP Tape Controller 1 (760444)
-MUB3 (TK50)

Ethernet Adapter 0 (774440)
-XQA0 (08-00-01-02-D3-CC)

The source VAX HP Alpha configuration in this example is:

...

To find out the exact types of controllers please refer to the source VAX HP Alpha system documentation.

Back to Table of Contents

Creation of CHARON-

...

AXP configuration file

Using the above info, the following configuration can be created:

...

DESQA is mapped to a network interface having the name "Charon". This interface will be used for CHARON-VAX AXP (see the Installation section for more details) on this particular host.

Back to Table of Contents

Making disk images

In our example, possible mappings of RQDX3 and TQK50 tapes include physical devices and disk and tape images. Tape images should not be manually created, whereas you have to provision disk images, as described below.

...

The main dialog of the utility will appear:


Select "VAXHP Alpha" in the "Select System" drop-down menu, "MSCP" in the "All Controllers" drop-down menu and "RZ24" (for example) in the "Select Disk Type" drop-down menu, then press "Create Disk Image" button:

...

Repeat this sequence for the disks "RZ23.vdisk", "RZ25.vdisk" and "RZ26.vdisk". Put them in the same "C:\My disks" folder. 

Back to Table of Contents

Installation of

...

HP Alpha operating system

The next step is to transfer the data from the source VAX HP Alpha system to CHARON-VAXAXP. The easiest way to do this is via backup over the network. But for this operation we need a bootable, network-enabled operating system on a CHARON-VAX AXP disk image or physical disk.

The example configures the CHARON-VAX MicroVAX AXP MicroHP Alpha 3600 system for installation of VAXHP Alpha/VMS from a distribution CD-ROM (usually it is "\\.\CdRom0" if the host has only one CD-ROM drive):

#
# First RQDX3 controller on address 772150 with addition of 3 units: a disk for VAXHP Alpha/VMS, storage disk and CD-ROM drive
#
load RQDX3/RQDX3 DUA address=017772150
set DUA container[0]="C:\My disks\rz23.vdisk"
set DUA container[1]="C:\My disks\rz24.vdisk"
set DUA container[2]="C:\My disks\new_vms_system.vdisk"
set DUA container[3]="C:\My disks\backup_storage.vdisk"
set DUA container[4]="\\.\CdRom0"

...

Create an empty disk image for installation of VAXHP Alpha/VMS and another one for storing backups from the source VAX HP Alpha system as it is shown in the section above.

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

...> mv3k6 migration.cfg
KA650-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

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

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

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

Back to Table of Contents

Making remote backups

Now we are ready to create disk backups from the source VAX HP Alpha system to CHARON-VAXAXP.

Boot CHARON-VAX AXP and make sure that the source VAX HP Alpha system is available via DECnet. 

Login to the source VAX HP Alpha system. Stop all the batch queues, kick off the users, stop all application and close databases if any. The commands listed in SYS$MANAGER:SYSHUTDWN.COM may be helpful.  The goal is to close as many files as possible. The system disk will have several files opened (pagefile, swapfile, etc.), but this is normal.

...

Issue (let's assume that the CHARON-VAX AXP system is node 1.400 in this example) the following commands from the source VAXHP Alpha. Let's assume it's login is "source$ "

...

Once the backup procedure completes, the disk "DUA3" of CHARON-VAX AXP will contain 2 savesets: "DUA0.BCK" and "DUA1.BCK"

Back to Table of Contents

Restore backups to CHARON-

...

AXP disks

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

...

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

of one (usually the CHARON-VAXAXP). The easiest way is to boot the CHARON-VAX AXP on the restored system disk with the network Disabled and

...

Then Enable the network and reboot.

 

Back to Table of Contents

Alternative ways of data transfer

Some alternative methods of data transfer are also possible. For example:

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

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

    • Dump source VAXHP Alpha/PDP11 system backups to tape images with "mtd" utility and:
           a. Boot from freshly installed VMS/RSX11/RT11 system and restore the tape images to CHARON-VAX AXP / CHARON-PDP virtual disks
           b. Boot from standalone backups and restore its content to CHARON-VAX AXP / CHARON-PDP virtual disks
  • Create a network cluster between the source VAXHP Alpha/PDP11 system and CHARON-VAX 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$DUA0: DUA0:

Back to Table of Contents