Versions Compared

Key

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

TopMigrationPage
Anchor
TopMigrationPage
Anchor
TOC
TOC
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 system to CHARON-VAX. We will use a sample MicroVAX 3600 system to demonstrate the migration procedure. The process is similar for all CHARON-VAX models.

...

Info

If CHARON-VAX based virtual system needs to be created from scratch, refer to this Application Note describing how to find proper Qbus addresses and Vectors for each virtul device.

...


Div
classpagebreak


Creating CHARON Virtual Machine

As a first step it is required to create a CHARON Virtual Machine (VM) using the CHARON Virtual Machines Machine Manager in the following way:

Press the "Create VM from Template" button:

Image RemovedImage Added


Div
classpagebreak


Specify the HP VAX model to be emulated and the name of the VM then press the "Create" button:


The VM will be created:

Image RemovedImage Added


Div
classpagebreak


Select the VM from the left pane and press the "Edit Configuration" button:

Image RemovedImage Added

The VM configuration file will be opened in Notepad. Now the file can be updated to reproduce the target HP VAX configuration.

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Collecting information about the source VAX system

The first step is to determine the exact configuration of your VAX hardware in order to create the CHARON VM configuration file.

...

The source VAX configuration in this example is:

ControllerAddressDevices on controller
RQDX3772150-DUA0 (RZ23)
-DUA1 (RZ24)
RQDX3760334-DUB2 (RZ25)
-DUB3 (RZ26)
TQK50774500-MUA0 (TK50)
TQK50760444-MUB3 (TK50)
DHQ11760520
DHQ11760500
DESQA774440-XQA0

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

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Creation of CHARON-VAX configuration file

Using the above information, the following parameters and values can be set in the configuration file:

...

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

...

host.

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Making disk images

In our example, the mapping of the RQDX3 controller and the TQK50 tapes include physical devices and disk and tape images. The tape images have not to be manually created whereas the disk images have to be created as described below.

...

Start the "MkDisk" utility by pressing the "Virtual Disk Tool" button in the "Host Information & Utilities" tab of the CHARON Virtual Machines Machine Manager:

 Image RemovedImage Added

Div
classpagebreak


The following dialog will appear:

Image RemovedImage Added

Select "VAX" 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.

...

Press then the "Create Disk Image" button:

Image RemovedImage Added

 

Div
classpagebreak


...

Repeat this sequence for the disks "RZ28.vdisk", "RZ22.vdisk" and "RZ23.vdisk". Place them in the same folder. 

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Div
classpagebreak


Installation of VAX operating system

The next step is to transfer the data from the source VAX system to CHARON VM. The easiest way to do this is via backup over the network but for this operation a bootable network-enabled operating system on a CHARON-VAX disk image or physical disk is needed.

...

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

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Making remote backups

Now we are ready to create disk backups of the source VAX system on the CHARON VM.

...

When the backup operation will be completed, the disk "DUA3" of the CHARON VM will contain 2 savesets: "DUA0.BCK" and "DUA1.BCK".

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Restore backups to CHARON-VAX disks

The savesets have now to be restored on their corresponding virtual disks. Login to the CHARON VM guest OS and issue this sequence of commands:

...

(info) The NIC can be disabled with a interface="(disabled)" statement in the CHARON VM configuration file.

...

Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc

Alternative ways of data transfer

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

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

           a. Restore the source VAX system backups from tape to disk images via VMS/RSX11/RT11 running on the CHARON VM
           b. Boot from standalone backups and restore the content to the CHARON VM virtual disks

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

    $ BACKUP/IMAGE/IGNORE=INTERLOCK REAL$DUA0: DUA0:


Include Page
KBCOMMON:

...

DOC-GoToToc
KBCOMMON:DOC-GoToToc