Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 19401 replaced by 19402

Anchor
TopMigrationPageTOCTopMigrationPage
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...

This section describes how to migrate your HP Alpha system to CHARON-AXP. We will use a sample HP AlphaServer ES40 system running OpenVMS to demonstrate the migration procedure. The process is similar for all CHARON-AXP models.

...

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

Creating CHARON Virtual Machine

...

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


The VM will be created:

Image RemovedImage Added

Select the VM from the left pane and switch to the "VM Configuration" tab.

In order to reproduce the target HP Alpha configuration, press the "Edit Configuration file" button:

Image RemovedImage Added

(info) Alternatively it is possible to select the target CHARON VM and press the "Edit Configuration" button.

...


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

Div
classpagebreak

Collecting information about the source HP Alpha system

...

>>>show mem

System Memory Resources on 5-FEB-2015 2018 09:29:16.42

Physical Memory Usage (pages): Total Free In Use Modified
Main Memory (512.00MB) 65536 56496 8610 430

...

>>>

...

To find out the exact types of controllers and other useful information refer to the source HP Alpha system documentation.

Back to Table of Contents

...

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

Div
classpagebreak


Creation of the CHARON-AXP configuration file

...

#
# HP AlphaServer model: AlphaServer ES40 6/667
#

set session hw_model = AlphaServer_ES40
set ace cpu_architecture = EV67
set rom dsrdb[0] = 1820 system_name = "AlphaServer ES40 6/667"

...

#
# Override default System Serial Number, set it to "SN01234567"
#

set rom system_serial_number = SN01234567

#
# Specify RAM size: 512 Mb
#

set ram size=512

#
# Map OPA0 console to "Putty" terminal emulator (included in CHARON-AXP kit)
#

load virtual_serial_line set COM1 alias = OPA0 port = 10003 application = "putty -load OPA0 -P 10003"

#
# Сonnect the emulator's DQA0 to the host's ATAPI CD/DVD-ROM drive.
#

set ide container="\\.\CdRom0"

#
# Load optional DE500BA PCI Ethernet Adapter (EWA0) and map it to the "Charon" host network interface
#

load DE500BA/dec21x4x EWA interface=EWA0
load packet_port/chnetwrk EWA0 interface="connection:Charon"

#
# Load DEC-KZPBA SCSI controller and map it to 3 disk containers and 1 tape container
#

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[600] = "C:\My tapes\my_tape.vtape" 

#
# Load DEC-KGPSA-CA PCI FC adapter and map it to a disk container
#

load KGPSA FGA

set FGA container[0] = "C:\My disks\RZ24.vdisk"

...

...

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

Div
classpagebreak


Making disk images

...

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

 Image RemovedImage Added

Div
classpagebreak


The following dialog will appear:

Image RemovedImage Added

Select "Alpha AXP" in the "Select System" drop-down menu, "SCSI" 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. 

Back to Table of Contents

...

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

Div
classpagebreak


Installation of HP Alpha operating system

...

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

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

P00>>>boot dqa0

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

...

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

...

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

Making remote backups

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

...

When the backup operation will be completed, the disk "DKA300" of the CHARON VM will contain 3 savesets: "DKA0.BCK", "DKA100.BCK" and "DKA200.BCK".

...

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

Restore backups to CHARON-AXP disks

...

(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

...

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

           a. Restore the source HP Alpha system backups from tape to disk images via OpenVMS running on the CHARON VM.
           b. Boot from standalone backups and restore the content to the CHARON VM virtual disks

    • Dump the source HP Alpha system backups to tape images using the "mtd" utility and:
           a. Boot from the freshly installed OpenVMS 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 HP Alpha 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$DKA0: DKA0:

...


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