Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reviewed to match AXP&VAX

...

Turn on the source HP Alpha system. At the ">>>" prompt, issue the "show device" command:

>>>show device

sys0.0.0.0.0 SYS0 System ROOT Device
ewa0.0.0.1.1 EWA0 F8-D1-11-00-67-E6
pka0.0.0.2.1 PKA0 Q-Logic/ISP PCI SCSI HBA
pga0.0.0.3.1 PGA0 WWN 1000-0000-0248-C550
pqa0.0.0.15.0 PQA0 ALi 1553C Integrated IDE Controller
pqb0.0.1.15.0 PQB0 ALi 1553C Integrated IDE Controller
dqa0.0.0.15.0 DQA0 TSSTcorpCDDVDW SH-222BB
dka0.0.0.2.1 DKA0 DEC RZ28 (C)DEC
dka100.1.0.2.1 DKA100 DEC RZ22 (C)DEC
dka200.2.0.2.1 DKA200 DEC RZ23 (C)DEC
mka600.6.0.2.1 MKA600 Virtual SCSI Tape

>>>

...

Making disk images

In our example, possible mappings the mapping of the KZPBA SCSI controller include disk and tape images. The tape images have not to be manually created whereas the disk images have to be created 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 larger disks to get extra storage space.

Create special directories for storing the disk and tape images. Created The created directories are referenced in the sample configuration file above.

...

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

...

(warning) DKA300 will be the disk where all the source disks will be copied so its size needs to be big large enough to store all the disk backup images.

...

Login to the source HP Alpha system. Stop all the batch queues, kick off the users, stop all the applications and close the databases if there are. 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 and this is a normal situation.

(info) The use of the "SHOW DEVICE /FILES" command would be of help to list opened files on a disk.

In this example, the CHARON VM system is node 1.400.

Issue the following commands from the source HP Alpha. Let's assume its prompt is "source$ ":

source$ BACKUP/IMAGE/IGNORE=INTERLOCK DKA0: 1.400"username password"::DKA300:[000000]DKA0.BCK/SAVE
source$ BACKUP/IMAGE/IGNORE=INTERLOCK DKA100: 1.400"username password"::DKA300:[000000]DKA100.BCK/SAVE
source$ BACKUP/IMAGE/IGNORE=INTERLOCK DKA200: 1.400"username password"::DKA300:[000000]DKA200.BCK/SAVE 

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

Back to Table of Contents

...

  • 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 with 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 backups 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 backup backups from one disk to another:

    $ BACKUP/IMAGE/IGNORE=INTERLOCK REAL$DKA0: DKA0:

...