Versions Compared

Key

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

Anchor
TopMigrationPage
TopMigrationPage

...

Back to Table of Contents

 
Div
classpagebreak


Creating CHARON Virtual Machine

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

Press the "Create VM from Template" button:

Image Added

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

Image Added

The VM will be created:

Image Added

Select the VM and switch to the "VM Configuration" tab.

Press the "Edit Configuration file" button:

Image Added

The VM configuration file will be opened in Windows default text editor. Now we are ready to update this file to reprocude the target HP Alpha configuration.


Back to Table of Contents


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-VAX configuration file.

...

>>>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)

 

Div
classpagebreak

 


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.

Back to Table of Contents

Div
classpagebreak

 


Creation of CHARON-VAX configuration file

...

Back to Table of Contents

Div
classpagebreak

 


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.

...

Start the "MkDisk" utility from the "Start" menu:

 

 
Div
classpagebreak


The main dialog of the utility will appear:

 

 
Div
classpagebreak


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, then press "Create Disk Image" button:

 
Div
classpagebreak


The utility will ask you to specify the output file name. Select the "C:\My disks" directory created just before (or create it directly in the dialog) and press "Save" button:

...

Back to Table of Contents

 
Div
classpagebreak


Installation of VAX operating system

...

Then Enable the network and reboot. 


Back to Table of Contents

...