Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for PDF export

...

To get more detailed information, boot OpenVMS and issue the "show device /full" command:

$ show device /full

Disk

PFCAXP$DKA0:,

device

type

RZ28,

is

online,

mounted,

file-oriented

device,

shareable,

available

to

cluster,

error

logging

is

enabled.
...

Disk

PFCAXP$DKA100:,

device

type

RZ22,

is

online,

file-oriented

device,

shareable,

available

to

cluster,

error

logging

is

enabled.
...

Disk

PFCAXP$DKA200:,

device

type

RZ23,

is

online,

file-oriented

device,

shareable,

available

to

cluster,

error

logging

is

enabled.
...

Disk

PFCAXP$DQA0:,

device

type

TSSTcorpCDDVDW

SH-222BB,

is

online,

file-oriented

device,

shareable,

available

to

cluster,

error

logging

is

enabled.
...

Disk

$1$DGA0:

(PFCAXP),

device

type

RZ24,

is

online,

file-oriented

device,

shareable,

available

to

cluster,

error

logging

is

enabled.
...

Magtape

PFCAXP$MKA600:,

device

type

Virtual

SCSI

Tape,

is

online,

file-oriented

device,

available

to

cluster,

error

logging

is

enabled,

device

supports

fastskip

(per_io).
...

Terminal

OPA0:,

device

type

VT102,

is

online,

record-oriented

device,

carriage

control.
...

Device

EWA0:,

device

type

DE500,

is

online,

network

device,

device

is

a

template

only.
...

Device

FGA0:,

device

type

KGPSA

Fibre

Channel,

is

online,

shareable,

error

logging

is

enabled.
...

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

enabled.
...

Device

$1$GGA32767:,

device

type

Generic

SCSI

device,

is

online,

shareable.

$


Info

If Tru64 UNIX V5 is running on the host system, it is recommended to use the following commands to get information on the host configuration:

CommandDescription
#/sbin/hwmgr view devices

Get detailed information about the host hardware configuration

#/sbin/hwmgr show scsi

Get specific information about the host SCSI controllers and attached disks

#/sbin/hwmgr view hierarchy

Get information about the host controllers

Please refer to the Tru64 UNIX User's Guide for more details.

...

The savesets have now to be restored on their corresponding virtual disks. Login to the CHARON VM guest OS and issue this sequence of commands:

...

newvms$ MOUNT/FOREIGN DKA0:
newvms$ BACKUP/IMAGE DKA300:[000000]DKA0.BCK/SAVE DKA0:
newvms$ DISMOUNT DKA0:
newvms$ MOUNT/FOREIGN DKA100:
newvms$ BACKUP/IMAGE DKA300:[000000]DKA100.BCK/SAVE DKA100:
newvms$ DISMOUNT DKA100:
newvms$ MOUNT/FOREIGN DKA200:
newvms$ BACKUP/IMAGE DKA300:[000000]DKA200.BCK/SAVE DKA200:
newvms$ DISMOUNT DKA200:

If you are going to have the CHARON VM and the original physical HP Alpha on the network at the same time, you must change the network identity of one system, usually the CHARON VM.

...