Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Turn on your source HP Alpha system. At the ">>>" prompt, issue "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-

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

>>>

To get more detailed information boot OpenVMS and issue "show dev /full" command:

...

Now collect some general information about the HP AlphaServer ES40 system:

>>>show cpu /full

System:

PFCAXP,

AlphaServer

ES40

6/667

SMP

execlet

=

3

:

Enabled

:

Streamlined.

Config

tree

=

None

Primary

CPU

=

0

HWRPB

CPUs

=

4

Page

Size

=

8192

Revision

Code

=

Serial

Number

=

SN01234567

Default

CPU

Capabilities:

System:

QUORUM

RUN

Default

Process

Capabilities:

System:

QUORUM

RUN

....

>>>

>>>show mem

System

Memory

Resources

on

5-FEB-2015

09:29:16.42

Physical

Memory

Usage

(pages):

Total

Free

In

Use

Modified

Main

Memory

(512.00MB)

65536

56496

8610

430

...

>>>

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

...

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 in ">>>" 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

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.

Controller
pka0.7.0.1008.0

SCSI

Bus

ID

7

dka0.0.0.1008.0

RZ2DD-KS

dka400

dka400.4.0.1008.0

RRD45

>>>

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

  • Bus number
  • Slot number
  • Function number

...

Using the above info, the following configuration can be created:

...

#
# First RQDX3 controller on address 772150
#
load RQDX3/RQDX3 DUA address=017772150
set DUA container[0]="C:\My disks\rz23.vdisk"
set DUA container[1]="C:\My disks\rz24.vdisk"

#
# Second RQDX3 controller on address 760334
#
load RQDX3/RQDX3 DUB address=017760334
set DUB container[2]="C:\My disks\rz25.vdisk"
set DUB container[3]="C:\My disks\rz26.vdisk"

#
# First TQK50 controller on address 774500
#
load TQK50/TQK50 MUA address=017774500
set MUA container[0]="C:\My tapes\tape1.vtape"

#
# Second TQK50 controller on address 760444
#
load TQK50/TQK50 MUB address=017760444
set MUB container[3]="C:\My tapes\tape2.vtape"

#
# First DHQ11 controller on address 760500
#
load DHQ11/DHV11 TXA address=017760500
load virtual_serial_line/chserial TXA0 port=10010
set TXA line[0]=TXA0

#
# Second DHQ11 controller on address 760520
#
load DHQ11/DHV11 TXB address=017760520
load virtual_serial_line/chserial TXB0 port=10011
set TXB line[0]=TXB0

#
# DESQA controller on address 774440
#
load DESQA/DEQNA XQA address=017774440 interface=XQA0
load packet_port/chnetwrk XQA0 interface="connection:Charon" 

...

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.

...

#
# HP AlphaServer model: AlphaServer ES40 6/667
#

set session hw_model = AlphaServer_ES40
set ace cpu_architecture = EV67
set rom dsrdb[0] = 1820 system_name = "AlphaServer ES40 6/667"

...

#
# Override default System Serial Number, set it to "SN01234567"
#

set rom system_serial_number = SN01234567

#
# Specify RAM size: 512 Mb
#

set ram size=512

#
# Map OPA0 console to "Putty" terminal emulator (included in CHARON-AXP kit)
#

load virtual_serial_line OPA0 port=10003 application="putty -load OPA0"

#
# Сonnect the emulator's DQA0 to the host's ATAPI CD/DVD-ROM drive.
#

set ide container="\\.\CdRom0"

#
# Load optional DE500BA PCI Ethernet Adapter (EWA0) and map it to the "Charon" host network interface
#

load DE500BA/dec21x4x EWA interface=EWA0
load packet_port/chnetwrk EWA0 interface="connection:Charon"

#
# Load DEC-KZPBA SCSI controller and map it to 3 disk containers and 1 tape container
#

load KZPBA PKA scsi_id = 7

set PKA container[0] = "C:\My disks\bootable.vdisk"
set PKA container[100] = "C:\My disks\RZ22.vdisk"
set PKA container[200] = "C:\My disks\RZ23.vdisk"

set PKA container[600] = "C:\My tapes\my_tape.vtape" 

#
# Load DEC-KGPSA-CA PCI FC adapter and map it to a disk container
#

load KGPSA FGA

set FGA container[0] = "C:\My diskst\RZ24.vdisk"

...

Back to Table of Contents

...