...
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.
As a first step it is reguired to create CHARON Virtual Machine (VM) using CHARON Virtual Machines Manager in the following way:
Press "Create VM from Template" button:
Specify the HP Alpha model to be emulated and the name of the VM, press "Create" button. The VM will be created:
Select the VM and go to "VM Configuration" section.
Press "Edit configuration file" to edit the template configuration file:
Collecting information about the source HP Alpha system
The first next step is to determine the exact configuration of your HP Alpha hardware in order to create the CHARON -AXP VM configuration file.
Turn on your source HP Alpha system. At the ">>>" prompt, issue "show device" command:
...
Info | ||||||||
---|---|---|---|---|---|---|---|---|
In case of Tru64 UNIX V5 running on the host system it is recommended to use the following commands to get information on the host configuration:
Please reference to the Tru64 UNIX User's Guide for more details. |
Div | ||
---|---|---|
| ||
| ||
The source HP Alpha peripheral configuration in this example is:
Controller | Devices on controller | Description | |
---|---|---|---|
KZPBA | -DKA0 (RZ28) | SCSI disk/tape controller | |
KGPSA-CA | -DGA0 (RZ24) | FC disk controller | |
OPA0 | System console | ||
-DQA0 | IDE CD-ROM controller | ||
EWA0 | Network interface, MAC address: "F8-D1-11-00-67-E6" |
...
Component | Value |
---|---|
System Type | AlphaServer ES40 6/667 |
Serial Number | SN01234567 |
Number of CPUs | 4 |
System memory | 512 Mb |
Div | ||||
---|---|---|---|---|
| ||||
Info | |
---|---|
In some particular situations it is also important to know the exact placement of all the peripheral devices on HP Alpha PCI bus. To get that information issue "show config" command at ">>>" prompt of HP Alpha console, for example:
The "show config" command collects the following information of placement of peripheral devices on PCI bus:
|
...
Div | ||||
---|---|---|---|---|
| ||||
Creation of CHARON-AXP configuration file
Using the above info, the following configuration can be created instead of the template configuration file:
|
Div | ||||
---|---|---|---|---|
| ||||
Making disk images
In our example, possible mappings of KZPBA SCSI controller include disk and tape images. Tape images have not to be manually created whereas you have to provision disk images, as described below.
...
...> cd C :\
|
This operation can also be done using Windows Explorerbe done using Windows Explorer.
Alternatively it is possible to put the tape and disk images in CHARON VM Home Directory.
Start the "MkDisk" utility from by pressing "Disk Image generator" button in the "Start" menu to create disk images:
Host Information & Utilities" section of CHARON Virtual Machines Manager:
Div | ||
---|---|---|
| ||
| ||
The main dialog of the utility will appear:
...
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.
Div | ||||
---|---|---|---|---|
| ||||
Press then the "Create Disk Image" button:
Div | ||
---|---|---|
| ||
| ||
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:
...
Div | ||||
---|---|---|---|---|
| ||||
Installation of HP Alpha operating system
...
Create an empty disk image for installation of HP OpenVMS and another one for storing backups from the source HP Alpha system as it is shown in the section above.
Run CHARON -AXP VM and boot from the CDROM named "dqa0" ("migration.cfg" is the configuration file we use in this example):
...
example):
CHARON-AXP/ES40 for Windows x64 (AlphaServer ES40 6/667), Version 4.68.1660318100
|
...
Now we are ready to create disk backups from the source HP Alpha system to CHARON -AXPVM.
Boot CHARON -AXP VM and make sure that the source HP Alpha system is available via DECnet.
...
The use of the "SHOW DEVICE /FILES" command would be of help to list opened files on a disk
Let's assume the CHARON -AXP VM system is node 1.400 in this example. Issue then the following commands from the source HP Alpha whose prompt is set to "source$
"
...
Once the backup procedure completes, the disk "DKA300" of CHARON -AXP VM will contain 3 savesets: "DKA0.BCK", "DKA100.BCK" and "DKA200.BCK"
...
Next, restore the new savesets to their corresponding virtual disks. Login to CHARON -AXP VM guest OS and issue this sequence of commands to restore all the savesets created on the previous step:
...
If you are going to have CHARON -AXP VM and the original physical HP Alpha on the network at the same time, you must change the network identity of one (usually the CHARON -AXPVM).
The easiest way is to boot the CHARON -AXP VM virtualized system on the restored system disk with the network Disabled and configure new addresses, as needed.
The NIC can be disabled with a "connection:disabled" statement in the CHARON configuration VM configuration file.
Then Enable the network and reboot.
...
- Connect a SCSI tape drive to CHARON-AXP host via a PCI card
- Map the tape drive in the CHARON -AXP VM configuration file
a. Restore source HP Alpha system backups from tape to disk images via OpenVMS running on CHARON -AXPVM.
b. Boot from standalone backups and restore its content to CHARON -AXP VM virtual disks - Dump source HP Alpha system backups to tape images with "mtd" utility and:
a. Boot from freshly installed OpenVMS system and restore the tape images to CHARON -AXP VM virtual disks
b. Boot from standalone backups and restore its content to CHARON -AXP VM virtual disks
- Map the tape drive in the CHARON -AXP VM configuration file
Create a network cluster between the source HP Alpha system and CHARON -AXP VM (it is possible to use the source system as boot server); then simple backup from one disk to another:
$ BACKUP/IMAGE/IGNORE=INTERLOCK REAL$DKA0: DKA0:
...