...
Include Page | ||||
---|---|---|---|---|
|
Table of Contents
Table of Contents | ||
---|---|---|
|
Introduction
This section describes how to migrate your VAX HP Alpha system to CHARON-VAXAXP. We will use a sample MicroVAX 3600 system HP AlphaServer ES40 system running OpenVMS to demonstrate the migration procedure. The process is similar for all CHARON-VAX AXP 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.
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.
Turn on your source VAX system. At the ">>>" prompt, issue "show qbus" and "show device" commands:
|
|
The source VAX configuration in this example is:
Controller | Address | Devices on controller |
---|---|---|
RQDX3 | 772150 | -DUA0 (RZ23) -DUA1 (RZ24) |
RQDX3 | 760334 | -DUB2 (RZ25) -DUB3 (RZ26) |
TQK50 | 774500 | -MUA0 (TK50) |
TQK50 | 760444 | -MUB3 (TK50) |
DHQ11 | 760520 | |
DHQ11 | 760500 | |
DESQA | 774440 | -XQA0 |
To find out the exact types of controllers please refer to the source VAX system documentation.
Creation of CHARON-VAX configuration file
Using the above info, the following configuration can be created:
|
Note the Qbus addresses specification: The number is prefixed with "0", meaning it is an octal value. The number of digits reflects the 22 bit Qbus architecture.
Additional DHQ11 serial lines can be mapped later. For now, only 2 lines are configured. They are mapped to IP ports 10010 and 10011.
DESQA is mapped to a network interface having the name "Charon". This interface will be used for CHARON-VAX (see the Installation section for more details) on this particular host.
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.
Our example creates disk images of the original physical type. In reality, this step is the best opportunity in the migration to provision bigger disks to get extra storage space.
Create special directories for storing disk and tape images, as needed. Created directories are referenced in the sample configuration file above.
...> cd C :\
|
This operation can also be done using Windows Explorer.
Next, create disk images using the "MkDisk" utility.
Start the "MkDisk" utility from the "Start" menu:
The main dialog of the utility will appear:
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:
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:
The "MkDisk" utility will create the requested disk image:
Repeat this sequence for the disks "RZ23.vdisk", "RZ25.vdisk" and "RZ26.vdisk". Put them in the same "C:\My disks" folder.
Installation of VAX operating system
The next step is to transfer the data from the source VAX system to CHARON-VAX. 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 disk image or physical disk.
The example configures the CHARON-VAX MicroVAX 3600 system for installation of VAX/VMS from a distribution CD-ROM (usually it is "\\.\CdRom0" if the host has only one CD-ROM drive):
...
Collecting information about the source HP Alpha system
The first step is to determine the exact configuration of your HP Alpha hardware in order to create the CHARON-AXP configuration file.
Turn on your source HP Alpha system. At the ">>>" prompt, issue "show device" command:
>>> |
To get more detailed information boot OpenVMS and issue "show dev /full" command:
Disk PFCAXP$DKA0:, device type RZ28, is online, mounted, file-oriented device, Disk PFCAXP$DKA100:, device type RZ22, is online, file-oriented device, Disk PFCAXP$DKA200:, device type RZ23, is online, file-oriented device, Disk PFCAXP$DQA0:, device type TSSTcorpCDDVDW SH-222BB, is online, file-oriented Disk $1$DGA0: (PFCAXP), device type RZ24, is online, file-oriented device, Magtape PFCAXP$MKA600:, device type Virtual SCSI Tape, is online, file-oriented Terminal OPA0:, device type VT102, is online, record-oriented device, carriage Device EWA0:, device type DE500, is online, network device, device is a template Device FGA0:, device type KGPSA Fibre Channel, is online, shareable, error Device PGA0:, device type SCSI FCP, is online, error logging is enabled. ... Device PKA0:, device type Qlogic ISP1020 SCSI port, is online, error logging is Device $1$GGA32767:, device type Generic SCSI device, is online, shareable. $ |
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" |
Now collect some general information about the HP AlphaServer ES40 system:
>>> |
>>> |
So the collected information about the HP AlphaServer ES40 system is:
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:
|
To find out the exact types of controllers and other useful information refer to the source HP Alpha system documentation.
Div | ||
---|---|---|
| ||
|
Creation of CHARON-AXP configuration file
Using the above info, the following configuration can be created:
|
DUA3 will be the disk where all the source disks will be copied, so its size needs to be big enough to store all the disk backup images
Create an empty disk image for installation of VAX/VMS and another one for storing backups from the source VAX system as it is shown in the section above.
Run CHARON-VAX and boot from "dua4" ("migration.cfg" is the configuration file we use in this example):
|
...
|
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.
Our example creates disk images of the original physical type. In reality, this step is the best opportunity in the migration to provision bigger disks to get extra storage space.
Create special directories for storing disk and tape images, as needed. Created directories are referenced in the sample configuration file above.
...> cd C :\
|
This operation can also be done using Windows Explorer.
Start the "MkDisk" utility from the "Start" menu to create disk images:
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:
The "MkDisk" utility will create the requested disk image:
Repeat this sequence for the disks "RZ28.vdisk", "RZ22.vdisk" and "RZ23.vdisk". Place them in the same folder.
Div | ||
---|---|---|
| ||
|
Installation of HP Alpha operating system
The next step is to transfer the data from the source HP Alpha system to CHARON-AXP. 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-AXP disk image or physical disk.
The example configures the CHARON-AXP AlphaServer ES40 system for installation of HP OpenVMS from a distribution CD-ROM (usually it is "\\.\CdRom0" if the host has only one CD-ROM drive):
|
DKA300 will be the disk where all the source disks will be copied, so its size needs to be big enough to store all the disk backup images
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 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.6.16603
|
Install HP Alpha/VMS including DECnet on "dka400". DECnet address must belong to the same area as the source VAX HP Alpha system.
Login to the newly installed VMS OpenVMS system and initialize the disk intended for backups storage. Let's assume it's prompt is "newvms$
"
|
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.
The use of the "SHOW DEVICE /FILES" command would be of help to know files opened on a disk
Issue (letLet's assume that the CHARON-VAX AXP system is node 1.400 in this example). Issue then the following commands from the source VAX. Let's assume it's login is HP Alpha whose prompt is set to "source$
"
|
Once the backup procedure completes, the disk "DUA3DKA300" of CHARON-VAX AXP will contain 2 3 savesets: "DUA0DKA0.BCK", "DKA100.BCK" and and "DUA1DKA200.BCK"
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 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 cfg configuration file.
Then Enable the network and reboot.
Alternative ways of data transfer
Some alternative methods of data transfer are also possible. For example:
- Connect a SCSI tape drive to CHARON-VAX / CHARON-PDP AXP host via a PCI card
- Map the tape drive in the CHARON-VAX / CHARON-PDP AXP configuration file
a. Restore source VAX HP Alpha system backups from tape to disk images via VMS/RSX11/RT11 OpenVMS running on CHARON-VAX / CHARON-PDPAXP.
b. Boot from standalone backups and restore its content to CHARON-VAX / CHARON-PDP AXP virtual disks - Dump source VAX/PDP11 HP Alpha system backups to tape images with "mtd" utility and:
a. Boot from freshly installed VMS/RSX11/RT11 OpenVMS system and restore the tape images to CHARON-VAX / CHARON-PDP AXP virtual disks
b. Boot from standalone backups and restore its content to CHARON-VAX / CHARON-PDP AXP virtual disks
- Map the tape drive in the CHARON-VAX / CHARON-PDP AXP configuration file
Create a network cluster between the source VAX/PDP11 HP Alpha system and CHARON-VAX / CHARON-PDP AXP (it is possible to use the source system as boot server); then simple backup from one disk to another:
$ BACKUP/IMAGE/IGNORE=INTERLOCK REAL$DUA0REAL$DKA0: DUA0DKA0: