Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Links are updated

...

So the collected information about the HP AlphaServer ES40 system is:

ComponentValue
System Type

AlphaServer ES40 6/667

Serial Number

SN01234567

Number of CPUs4
System memory512 Mb
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:

>>>show config

...

PCI Bus

Bus 00 Slot 03: DECchip 21142 Network Controller
ewa0.0.0.3.0 00-00-F8-03-9A-6D

Bus 00 Slot 07: Cypress PCI Peripheral Controller

Bus 00 Slot 07: Function 1: PCI IDE

Bus 00 Slot 07: Function 2: PCI IDE

Bus 00 Slot 07: PCI USB

Bus 00 Slot 08: DECchip 21052 PCI to PCI Bridge

Bus 01 Slot 08: ISP1040 Scsi Controller
pka0.7.0.1008.0 SCSI Bus ID 7
dka0.0.0.1008.0 RZ2DD-KS
dka400.4.0.1008.0 RRD45

>>>

The "show config" command collects the following information of placement of peripheral devices on PCI bus:

  • Bus number
  • Slot number
  • Function number

...

Next, create disk images using the "mkdskcmd" utility:

$ mkdskcmd -d rz24 -o /my_disks/rz24.vdisk
Please wait...
100% done
Success.
$ mkdskcmd -d rz23 -o /my_disks/rz23.vdisk
Please wait...
100% done
Success.
$ mkdskcmd -d rz22 -o /my_disks/rz22.vdisk
Please wait...
100% done
Success.
$ mkdskcmd -d rz28 -o /my_disks/bootable.vdisk
Please wait...
100% done

Success.

...

The easiest way is to boot the CHARON-AXP virtualized system on the restored system disk with the network Disabled and configure new addresses, as needed.

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

...

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

           a. Restore source HP Alpha system backups from tape to disk images via OpenVMS running on CHARON-AXP.
           b. Boot from standalone backups and restore its content to CHARON-AXP 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 virtual disks
           b. Boot from standalone backups and restore its content to CHARON-AXP virtual disks
  • Create a network cluster between the source HP Alpha system and CHARON-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$DKA0: DKA0:

...