| Document revision date: 24 June 2002 | |
![]() |
|
|
|

SCM_E0> power off -all SCM_E0> set hp_count 4 SCM_E0> set hp_qbb_mask0 1 SCM_E0> set hp_qbb_mask1 2 SCM_E0> set hp_qbb_mask2 4 SCM_E0> set hp_qbb_mask3 8 SCM_E0> set hp_qbb_mask4 0 SCM_E0> set hp_qbb_mask5 0 SCM_E0> set hp_qbb_mask6 0 SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all
SCM_E0> power off -all SCM_E0> set hp_count 4 SCM_E0> set hp_qbb_mask0 1 SCM_E0> set hp_qbb_mask1 2 SCM_E0> set hp_qbb_mask2 4 SCM_E0> set hp_qbb_mask3 8 SCM_E0> set hp_qbb_mask4 0 SCM_E0> set hp_qbb_mask5 0 SCM_E0> set hp_qbb_mask6 0 SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -partition 0 SCM_E0> power on -partition 1 SCM_E0> power on -partition 2 SCM_E0> power on -partition 3
P00>>>show bootdef_dev bootdef_dev dkb0.0.0.3.0 P00>>>show boot_osflags boot_osflags 0,0 P00>>>show os_type os_type OpenVMS
P00>>>show bootdef_dev bootdef_dev dkb0.0.0.3.0 P00>>>show boot_osflags boot_osflags 1,0 P00>>>show os_type os_type OpenVMS
P00>>>show bootdef_dev bootdef_dev dkb0.0.0.3.0 P00>>>show boot_osflags boot_osflags 2,1 P00>>>show os_type os_type OpenVMS
P00>>>show bootdef_dev bootdef_dev dka0.0.0.1.16 P00>>>show boot_osflags boot_osflags A P00>>>show os_type os_type UNIX

SCM_E0> power off -all SCM_E0> set hp_count 2 SCM_E0> set hp_qbb_mask0 3 SCM_E0> set hp_qbb_mask1 c SCM_E0> set hp_qbb_mask2 0 SCM_E0> set hp_qbb_mask3 0 SCM_E0> set hp_qbb_mask4 0 SCM_E0> set hp_qbb_mask5 0 SCM_E0> set hp_qbb_mask6 0 SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all

SCM_E0> power off -all SCM_E0> set hp_count 2 SCM_E0> set hp_qbb_mask0 7 SCM_E0> set hp_qbb_mask1 8 SCM_E0> set hp_qbb_mask2 0 SCM_E0> set hp_qbb_mask3 0 SCM_E0> set hp_qbb_mask4 0 SCM_E0> set hp_qbb_mask5 0 SCM_E0> set hp_qbb_mask6 0 SCM_E0> set hp_qbb_mask7 0 SCM_E0> power on -all





Will this system be a member of an OpenVMS cluster? (Yes/No)
Will this system be an instance in an OpenVMS Galaxy? (Yes/No)
For compatibility with an OpenVMS Galaxy, any systems in the OpenVMS
cluster which are running versions of OpenVMS prior to V7.1-2 must
have a remedial kit installed. The appropriate kit from the following
list must be installed on all system disks used by these systems.
(Later versions of these remedial kits may be used if available.)
Alpha V7.1 and V7.1-1xx ALPSYSB02_071
Alpha V6.2 and V6.2-1xx ALPSYSB02_062
VAX V7.1 VAXSYSB01_071
VAX V6.2 VAXSYSB01_062
PKA0 (embedded SCSI for CDROM) PKB0 (UltraSCSI controller KZPxxx) PKC0 (UltraSCSI controller)
Instance 0 PKA0 (UltraSCSI controller) Instance 1 PKA0 (embedded SCSI for CDROM) PKB0 (UltraSCSI controller)
$ LIBRARY/EXTRACT=STARLET SYS$LIBRARY:SYS$STARLET_C.TLB/OUTPUT=FILENAME
System
Service |
Description |
|---|---|
$ACQUIRE_GALAXY_LOCK |
Acquires
ownership of an OpenVMS Galaxy lock. |
$CREATE_GALAXY_LOCK |
Allocates
an OpenVMS Galaxy lock block from a lock table created with the $CREATE_GALAXY_LOCK
service. |
$CREATE_GALAXY_LOCK_TABLE |
Allocates
an OpenVMS Galaxy lock table. |
$DELETE_GALAXY_LOCK |
Invalidates
an OpenVMS Galaxy lock and deletes it. |
$DELETE_GALAXY_LOCK_TABLE |
Deletes
an OpenVMS Galaxy lock table. |
$GET_GALAXY_LOCK_INFO |
Returns "interesting"
fields from the specified lock. |
$GET_GALAXY_LOCK_SIZE |
Returns
the minimum and maximum size of an OpenVMS Galaxy lock. |
$RELEASE_GALAXY_LOCK |
Releases
ownership of an OpenVMS Galaxy lock. |
System
Service |
Description |
|---|---|
$CLEAR_SYSTEM_EVENT |
Removes
one or more notification requests previously established by a call to $SET_SYSTEM_EVENT. |
$SET_SYSTEM_EVENT |
Establishes
a request for notification when an OpenVMS system event occurs. |
Bit |
Value |
Description |
|---|---|---|
0 |
1 |
0
= Full dump. The entire contents of physical memory are written to the dump
file. 1 = Selective dump. The contents of memory are written to the dump file selectively to maximize the usefulness of the dump file while conserving disk space. (Only pages that are in use are written). |
1 |
2 |
0
= Minimal console output. This consists of the bugcheck code; the identity
of the CPU, process, and image where the crash occurred; the system date and
time; plus a series of dots indicating progress writing the dump. 1 = Full console output. This includes the minimal output described above plus stack and register contents, system layout, and additional progress information such as the names of processes as they are dumped. |
2 |
4 |
0
= Dump to system disk. The dump are written to SYS$SYSDEVICE:[SYSn.SYSEXE]SYSDUMP.DMP,
or in its absence, SYS$SYSDEVICE:[SYSn.SYSEXE]PAGEFILE.SYS. 1 = Dump to alternate disk. The dump are written to dump_dev:[SYSn.SYSEXE]SYSDUMP.DMP, where dump_dev is the value of the console environment variable DUMP_DEV. |
3 |
8 |
0
= Uncompressed dump. Pages are written directly to the dump file. 1 = Compressed dump. Each page is compressed before it is written, providing a saving in space and in the time taken to write the dump, at the expense of a slight increase in time taken to access the dump. |
4 |
16 |
0
= Dump shared memory. 1 = Do not dump shared memory. |
$ INITIALIZE/QUEUE/ON=QUEBIT::/BATCH/RAD=0 BATCHQ1 $ SHOW QUEUE/FULL BATCHQ1 Batch queue BATCHQ1, stopped, QUEBIT:: /BASE_PRIORITY=4 /JOB_LIMIT=1 /OWNER=[SYSTEM] /PROTECTION=(S:M,O:D,G:R,W:S) /RAD=0
$ START/QUEUE/RAD=1 BATCHQ1 $ SHOW QUEUE/FULL BATCHQ1 Batch queue BATCHQ1, idle, on QUEBIT:: /BASE_PRIORITY=4 /JOB_LIMIT=3 /OWNER=[SYSTEM] /PROTECTION=(S:M,O:D,G:R,W:S) /RAD=1
$ SET/QUEUE/RAD=0 BATCHQ1 $ SHOW QUEUE/FULL BATCHQ1 Batch queue BATCHQ1, idle, on QUEBIT:: /BASE_PRIORITY=4 /JOB_LIMIT=3 /OWNER=[SYSTEM] /PROTECTION=(S:M,O:D,G:R,W:S) /RAD=0
$ SET/QUEUE/NORAD BATCHQ1 $ SHOW QUEUE/FULL BATCHQ1 Batch queue BATCHQ1, idle, on QUEBIT:: /BASE_PRIORITY=4 /JOB_LIMIT=3 /OWNER=[SYSTEM] /PROTECTION=(S:M,O:D,G:R,W:S)
$ WRITE SYS$OUTPUT F$GETQUI("DISPLAY_QUEUE","RAD","BATCHQ1")
-1$ SUBMIT/HOLD/QUEUE=ANYRADQ /RAD=1 TEST.COM
Job TEST (queue ANYRADQ, entry 23) holding
$ SHOW ENTRY/FULL 23
Entry Jobname Username Blocks Status
----- ------- -------- ------ ------
23 TEST SYSTEM Holding
On idle batch queue ANYRADQ
Submitted 24-JUL-2001 14:19:37.44 /KEEP /NOPRINT /PRIORITY=100
/RAD=0
File: _$1$DKB200:[SWEENEY.CLIUTL]TEST.COM;1$ SUBMIT/HOLD/QUEUE=BATCHQ1 /RAD=1 TEST.COM
Job TEST (queue BATCHQ1, entry 24) holding
$ SHOW ENTRY 24/FULL
Entry Jobname Username Blocks Status
----- ------- -------- ------ ------
24 TEST SYSTEM Holding
On idle batch queue BATCHQ1
Submitted 24-JUL-2001 14:23:10.37 /KEEP /NOPRINT /PRIORITY=100
/RAD=0
File: _$1$DKB200:[SWEENEY.CLIUTL]TEST.COM;2SYSTEM@QUEBIT> SUBMIT/NONOTIFY/NOLOG/QUEUE=BATCHQ1 TEST.COM
Job TEST (queue BATCHQ1, entry 30) started on BATCHQ1
OPCOM MESSAGES
SYSTEM@QUEBIT> START/QUEUE BATCHQ1
%%%%%%%%%%% OPCOM 25-JUL-2001 16:15:48.52 %%%%%%%%%%%
Message from user SYSTEM on QUEBIT
%JBC-E-FAILCREPRC, job controller could not create a process
%%%%%%%%%%% OPCOM 25-JUL-2001 16:15:48.53 %%%%%%%%%%%
Message from user SYSTEM on QUEBIT
-SYSTEM-E-BADRAD, bad RAD specified
%%%%%%%%%%% OPCOM 25-JUL-2001 16:15:48.54 %%%%%%%%%%%
Message from user SYSTEM on QUEBIT
%QMAN-E-CREPRCSTOP, failed to create a batch process, queue BATCHQ1 will be stopped
$SYSTEM@QUEBIT> WRITE SYS$OUTPUT -
_$ F$message(%x’F$GETQUI("DISPLAY_ENTRY","CONDITION_VECTOR","30")’)
%SYSTEM-E-BADRAD, bad RAD specifiedSystem
Service |
RAD
Information |
|---|---|
$CREATE_GDZRO |
Argument:
rad_mask
Flag: SEC$M_RAD_HINT Error status: SS$_BADRAD |
$CREPRC |
Argument:
home_rad
Status flag bit: stsflg Symbolic name: PRC$M_HOME_RAD Error status: SS$_BADRAD |
$CRMPSC_GDZRO_64 |
Argument:
rad_mask
Flag: SEC$M_RAD_MASK Error status: SS$_BADRAD |
$GETJPI |
Item
code: JPI$_HOME_RAD |
$GETSYI |
Item
codes: RAD_MAX_RADS, RAD_CPUS, RAD_MEMSIZE, RAD_SHMEMSIZE, GALAXY_SHMEMSIZE |
$SET_PROCESS_PROPERTIESW |
Item
code: PPROP$C_HOME_RAD |
DCL
Command/Lexical |
RAD
Information |
|---|---|
SET
PROCESS |
Qualifier:
/RAD=HOME=n |
SHOW
PROCESS |
Qualifier:
/RAD |
F$GETJPI |
Item
code: HOME_RAD |
F$GETSYI |
Item
codes: RAD_MAX_RADS, RAD_CPUS, RAD_MEMSIZE, RAD_SHMEMSIZE |
SHOW RAD [number|/ALL]
SDA> SHOW RAD
Resource Affinity Domains
-------------------------
RAD information header address: FFFFFFFF.82C2F940
Maximum RAD count: 00000008
RAD containing SYS$BASE_IMAGE: 00000000
RAD support flags: 0000000F
3 2 2 1 1
1 4 3 6 5 8 7 0
+-----------+-----------+-----------+-----------+
|..|..| skip|ss|gg|ww|pp|..|..|..|..|..|fs|cr|ae|
+-----------+-----------+-----------+-----------+
|..|..| 0| 0| 0| 0| 0|..|..|..|..|..|00|11|11|
+-----------+-----------+-----------+-----------+
Bit 0 = 1: RAD support is enabled
Bit 1 = 1: Soft RAD affinity support is enabled
(Default scheduler skip count of 16 attempts)
Bit 2 = 1: System-space replication support is enabled
Bit 3 = 1: Copy on soft fault is enabled
Bit 4 = 0: Default RAD-based page allocation in use
Allocation Type RAD choice
--------------- ----------
Process-private pagefault Home
Process creation or inswap Random
Global pagefault Random
System-space page allocation Current
Bit 5 = 0: RAD debug feature is disabled)
SDA> SHOW RAD 2
Resource Affinity Domain 0002
-----------------------------
CPU sets:
Active 08 09 10 11
Configure 08 09 10 11
Potential 08 09 10 11
PFN ranges:
Start PFN End PFN PFN count Flags
--------- -------- --------- -----
01000000 0101FFFF 00020000 000A OpenVMS Base
01020000 0103FFFF 00020000 0010 Galaxy_Shared
SYSPTBR: 01003C00)
http://ftp.digital.com/pub/DEC/Alpha/firmware/
Note

P00>>> SET ARC_ENABLE ON P00>>> INITIALIZE P00>>> RUN ECU
P00>>> boot
$ @SYS$SYSTEM:SHUTDOWN
P00>>> SET ARC_ENABLE OFF
P00>>> INITIALIZE
P00>>> LPINIT%SYSTEM-I-NOCONFIGDATA, IRQ Configuration data for EISA slot xxx was not found, please run the ECU and reboot.
P00>>> SET LP_COUNT 0 P00>>> INIT
http://ftp.digital.com/pub/DEC/Alpha/firmware/.
P00>>> create -nv lp_count 2 P00>>> create -nv lp_cpu_mask0 1 P00>>> create -nv lp_cpu_mask1 fe P00>>> create -nv lp_io_mask0 100 P00>>> create -nv lp_io_mask1 80 P00>>> create -nv lp_mem_size0 10000000 P00>>> create -nv lp_mem_size1 10000000 P00>>> create -nv lp_shared_mem_size 20000000 P00>>> init
TipsP00>>> SHOW LP* lp_count 2 lp_shared_mem_size 20000000 (512 MB) lp_mem_size0 10000000 (256 MB) lp_mem_size1 10000000 (256 MB) lp_cpu_mask0 1 (CPU 0) lp_cpu_mask1 fe (CPUs 1-7) lp_io_mask0 100 (I/O module in slot 8) lp_io_mask1 80 (I/O module in slot 7) P00>>
P00>>> SET CONSOLE SERIAL
P00>>> SHOW NETWORK P00>>> SET EWA0_MODE TWISTED
P00>>> INIT
P00>>> SHOW DEVICE
P00>>> SHOW NETWORK
P00>>> LPINIT
Partition 0: Primary CPU = 0 Partition 1: Primary CPU = 2 Partition 0: Memory Base = 000000000 Size = 010000000 Partition 1: Memory Base = 010000000 Size = 010000000 Shared Memory Base = 020000000 Size = 010000000 LP Configuration Tree = 12c000 starting cpu 1 in Partition 1 at address 01000c001 starting cpu 2 in Partition 1 at address 01000c001 starting cpu 3 in Partition 1 at address 01000c001 starting cpu 4 in Partition 1 at address 01000c001 starting cpu 5 in Partition 1 at address 01000c001 starting cpu 6 in Partition 1 at address 01000c001 starting cpu 7 in Partition 1 at address 01000c001 P00>>>
P00>>> B -FL 0,1 DKA100 // or whatever your boot device is. SYSBOOT> SET GALAXY 1 SYSBOOT> CONTINUE
P08>>> SET ARC_ENABLE ON P08>>> INITIALIZE P08>>> RUNECU
P08>>> boot
$ @SYS$SYSTEM:SHUTDOWN
P08>>> SET ARC_ENABLE OFF
P08>>> INITIALIZE
P08>>> LPINIT%SYSTEM-I-NOCONFIGDATA, IRQ Configuration data for EISA slot xxx was not found, please run the ECU and reboot.
P08>>> SET LP_COUNT 0 P08>>> INIT
P08>>> create -nv lp_count 2 P08>>> create -nv lp_cpu_mask0 100 P08>>> create -nv lp_cpu_mask1 e00 P08>>> create -nv lp_io_mask0 100 P08>>> create -nv lp_io_mask1 80 P08>>> create -nv lp_mem_size0 10000000 P08>>> create -nv lp_mem_size1 10000000 P08>>> create -nv lp_shared_mem_size 20000000 P08>>> init
TipsP08>>> SHOW LP* lp_count 2 lp_shared_mem_size 20000000 (512 MB) lp_mem_size0 10000000 (256 MB) lp_mem_size1 10000000 (256 MB) lp_cpu_mask0 100 (CPU 0) lp_cpu_mask1 e00 (CPUs 1-3) lp_io_mask0 100 (I/O module in slot 8) lp_io_mask1 80 (I/O module in slot 7) P08>>>
P08>>> SET CONSOLE SERIAL
P08>>> SHOW NETWORK P08>>> SET EWA0_MODE TWISTED
P08>>> INIT
P08>>> SHOW DEVICE
P08>>> SHOW NETWORK
P08>>> LPINIT
Partition 0: Primary CPU = 0 Partition 1: Primary CPU = 2 Partition 0: Memory Base = 000000000 Size = 010000000 Partition 1: Memory Base = 010000000 Size = 010000000 Shared Memory Base = 020000000 Size = 010000000 LP Configuration Tree = 12c000 starting cpu 1 in Partition 1 at address 01000c001 starting cpu 2 in Partition 1 at address 01000c001 starting cpu 3 in Partition 1 at address 01000c001 P08>>>
P08>>> B -FL 0,1 DKA100 // or whatever your boot device is. SYSBOOT> SET GALAXY 1 SYSBOOT> CONTINUE
P00>>>show config
Console G53_75 OpenVMS PALcode V1.19-16, Compaq UNIX PALcode V1.21-24 Module Type Rev Name System Motherboard 0 0000 mthrbrd0 Memory 512 MB EDO 0 0000 mem0 Memory 256 MB EDO 0 0000 mem1 CPU (Uncached) 0 0000 cpu0 CPU (Uncached) 0 0000 cpu1 Bridge (IOD0/IOD1) 600 0021 iod0/iod1 PCI Motherboard 8 0000 saddle0 CPU (Uncached) 0 0000 cpu2 CPU (Uncached) 0 0001 cpu3 Bus 0 iod0 (PCI0) Slot Option Name Type Rev Name 1 PCEB 4828086 0005 pceb0 4 DEC KZPSA 81011 0000 pks1 5 DECchip 21040-AA 21011 0023 tulip1 Bus 1 pceb0 (EISA Bridge connected to iod0, slot 1) Slot Option Name Type Rev Name Bus 0 iod1 (PCI1) Slot Option Name Type Rev Name 1 NCR 53C810 11000 0002 ncr0 2 DECchip 21040-AA 21011 0024 tulip0 3 DEC KZPSA 81011 0000 pks0
P00>>> create -nv lp_count 2 P00>>> create -nv lp_cpu_mask0 1 P00>>> create -nv lp_cpu_mask1 6 P00>>> create -nv lp_io_mask0 10 P00>>> create -nv lp_io_mask1 20 P00>>> create -nv lp_mem_size0 10000000 P00>>> create -nv lp_mem_size1 c000000 P00>>> create -nv lp_shared_mem_size 4000000 P00>>> set auto_action halt
P00>>> init P00>>> galaxy
CPU0 would not join
IOD0 and IOD1 did not pass the power-up self-test
P01>>> create -nv lp_cpu_mask0 1 P01>>> create -nv lp_cpu_mask1 6 P01>>> create -nv lp_io_mask0 10 P01>>> create -nv lp_io_mask1 20 P01>>> create -nv lp_mem_size0 10000000 P01>>> create -nv lp_mem_size1 c000000 P01>>> create -nv lp_count 2 P01>>> create -nv lp_shared_mem_size 4000000 P01>>> set auto_action halt
P00>>> init
Do you REALLY want to reset the Galaxy (Y/N)
P00>>> set boot_osflags 12,0 P00>>> set bootdef_dev dka0 P00>>> set boot_reset off !!! must be OFF !!! P00>>> set ewa0_mode twisted P01>>> set boot_osflags 11,0 P01>>> set bootdef_dev dkb200 P01>>> set boot_reset off !!! must be OFF !!! P01>>> set ewa0_mode twisted
P01>>> boot
GALAXY=1
$ @SYS$UPDATE:AUTOGEN GETDATA SHUTDOWN INITIAL
P00>>> boot
Add the line GALAXY=1
$ @SYS$UPDATE:AUTOGEN GETDATA SHUTDOWN INITIAL
P00>>> set auto_action restart P01>>> set auto_action restart
P00>>> init
Do you REALLY want to reset the Galaxy (Y/N)
http://ftp.digital.com/pub/DEC/Alpha/firmware/
P00>>>show config
Firmware
SRM Console: X5.6-2323
ARC Console: v5.70
PALcode: OpenVMS PALcode V1.61-2, Tru64 UNIX PALcode V1.54-2
Serial Rom: V2.2-F
RMC Rom: V1.0
RMC Flash Rom: T2.0
Processors
CPU 0 Alpha 21264-4 500 MHz 4MB Bcache
CPU 1 Alpha 21264-4 500 MHz 4MB Bcache
CPU 2 Alpha 21264-4 500 MHz 4MB Bcache
CPU 3 Alpha 21264-4 500 MHz 4MB Bcache
Core Logic
Cchip DECchip 21272-CA Rev 9(C4)
Dchip DECchip 21272-DA Rev 2
Pchip 0 DECchip 21272-EA Rev 2
Pchip 1 DECchip 21272-EA Rev 2
TIG Rev 10
Memory
Array Size Base Address Intlv Mode
--------- ---------- ---------------- ----------
0 4096Mb 0000000000000000 2-Way
1 4096Mb 0000000100000000 2-Way
2 1024Mb 0000000200000000 2-Way
3 1024Mb 0000000240000000 2-Way
10240 MB of System Memory
Slot Option Hose 0, Bus 0, PCI
1 DAPCA-FA ATM622 MMF
2 DECchip 21152-AA Bridge to Bus 2, PCI
3 DEC PCI FDDI fwb0.0.0.3.0 00-00-F8-BD-C6-5C
4 DEC PowerStorm
7 Acer Labs M1543C Bridge to Bus 1, ISA
15 Acer Labs M1543C IDE dqa.0.0.15.0
dqb.0.1.15.0
dqa0.0.0.15.0 TOSHIBA CD-ROM XM-6302B
19 Acer Labs M1543C USB
Option Hose 0, Bus 1, ISA
Floppy dva0.0.0.1000.0
Slot Option Hose 0, Bus 2, PCI
0 NCR 53C875 pkd0.7.0.2000.0 SCSI Bus ID 7
1 NCR 53C875 pke0.7.0.2001.0 SCSI Bus ID 7
dke100.1.0.2001.0 RZ1BB-CS
dke200.2.0.2001.0 RZ1BB-CS
dke300.3.0.2001.0 RZ1CB-CS
dke400.4.0.2001.0 RZ1CB-CS
2 DE500-AA Network Con ewa0.0.0.2002.0 00-06-2B-00-0A-58
Slot Option Hose 1, Bus 0, PCI
1 NCR 53C895 pka0.7.0.1.1 SCSI Bus ID 7
dka100.1.0.1.1 RZ2CA-LA
dka300.3.0.1.1 RZ2CA-LA
2 Fore ATM 155/622 Ada
3 DEC PCI FDDI fwa0.0.0.3.1 00-00-F8-45-B2-CE
4 QLogic ISP10x0 pkb0.7.0.4.1 SCSI Bus ID 7
dkb100.1.0.4.1 HSZ50-AX
dkb101.1.0.4.1 HSZ50-AX
dkb200.2.0.4.1 HSZ50-AX
dkb201.2.0.4.1 HSZ50-AX
dkb202.2.0.4.1 HSZ50-AX
5 QLogic ISP10x0 pkc0.7.0.5.1 SCSI Bus ID 7
dkc100.1.0.5.1 RZ1CB-CS
dkc200.2.0.5.1 RZ1CB-CS
dkc300.3.0.5.1 RZ1CB-CS
dkc400.4.0.5.1 RZ1CB-CS
6 DECchip 21154-AA Bridge to Bus 2, PCI
Slot Option Hose 1, Bus 2, PCI
4 DE602-AA eia0.0.0.2004.1 00-08-C7-91-0A-AA
5 DE602-AA eib0.0.0.2005.1 00-08-C7-91-0A-AB
6 DE602-TA eic0.0.0.2006.1 00-08-C7-66-80-9E
7 DE602-TA eid0.0.0.2007.1 00-08-C7-66-80-5E
P00>>> boot -fl 0,0 ewa0 -fi {firmware filename}
UPD> update srm*
power-cycle systemP00>>> BOOT -FLAGS 0,A0 cd_device_name
.
.
.
Bootfile: {firmware filename}
.
.
.P00>>> set lp_count 2 P00>>> set lp_cpu_mask0 1 P00>>> set lp_cpu_mask1 6 P00>>> set lp_io_mask0 1 P00>>> set lp_io_mask1 2 P00>>> set lp_mem_size0 10000000 P00>>> set lp_mem_size1 c000000 P00>>> set lp_shared_mem_size 4000000 P00>>> set console_memory_allocation new P00>>> set auto_action halt
Assign secondary CPU 2 with primary CPU 0 and secondary CPU 3 with primary CPU 1. >>>set lp_cpu_mask0 5 >>>set lp_cpu_mask1 A CPU Selection LP_CPU_MASK 0(primary partition 0) 2^0 = 1 1(primary partition 1) 2^1 = 2 2(secondary) 2^2 = 4 3(secondary) 2^3 = 8
P00>>> init ! initialize the system P00>>> lpinit ! start firmware
Instance 0
P00>>> set boot_osflags 12,0
P00>>> set bootdef_dev dka0
P00>>> set boot_reset off !!! must be OFF !!!
P00>>> set ewa0_mode twisted
Instance 1
P01>>> set boot_osflags 11,0
P01>>> set bootdef_dev dkb200
P01>>> set boot_reset off !!! must be OFF !!!
P01>>> set ewa0_mode twistedP01>>> boot
GALAXY=1
$ @SYS$UPDATE:AUTOGEN GETDATA SHUTDOWN INITIAL
P00>>> boot
GALAXY=1
$ @SYS$UPDATE:AUTOGEN GETDATA SHUTDOWN INITIAL
P00>>> set auto_action restart P01>>> set auto_action restart
P00>>> init
Do you REALLY want to reset all partitions? (Y/N)
P00>>>show lp* lp_count 4 lp_cpu_mask0 000F lp_cpu_mask1 00F0 lp_cpu_mask2 0F00 lp_cpu_mask3 F000 lp_cpu_mask4 0 lp_cpu_mask5 0 lp_cpu_mask6 0 lp_cpu_mask7 0 lp_error_target 0 lp_io_mask0 1 lp_io_mask1 2 lp_io_mask2 4 lp_io_mask3 8 lp_io_mask4 0 lp_io_mask5 0 lp_io_mask6 0 lp_io_mask7 0 lp_mem_size0 0=4gb lp_mem_size1 1=4gb lp_mem_size2 2=4gb lp_mem_size3 3=4gb lp_mem_size4 0 lp_mem_size5 0 lp_mem_size6 0 lp_mem_size7 0 lp_shared_mem_size 16gb P00>>>lpinit
P00>>>show lp* lp_count 4 lp_cpu_mask0 000F000F lp_cpu_mask1 00F000F0 lp_cpu_mask2 0F000F00 lp_cpu_mask3 F000F000 lp_cpu_mask4 0 lp_cpu_mask5 0 lp_cpu_mask6 0 lp_cpu_mask7 0 lp_error_target 0 lp_io_mask0 11 lp_io_mask1 22 lp_io_mask2 44 lp_io_mask3 88 lp_io_mask4 0 lp_io_mask5 0 lp_io_mask6 0 lp_io_mask7 0 lp_mem_size0 0=2gb, 4=2gb lp_mem_size1 1=2gb, 5=2gb lp_mem_size2 2=2gb, 6=2gb lp_mem_size3 3=2gb, 7=2gb lp_mem_size4 0 lp_mem_size5 0 lp_mem_size6 0 lp_mem_size7 0 lp_shared_mem_size 16gb P00>>>lpinit
Mask
Value |
QBB
Number |
|---|---|
1 |
QBB
0 |
2 |
QBB
1 |
4 |
QBB
2 |
8 |
QBB
3 |
lp_mem_size0 0=2gb, 1=2gb
Notelp_shared_mem_size 16gb
P00>>> SHOW NETWORK P00>>> SET EWA0_MODE TWISTED
P00>>> LPINIT
P00>>>lpinit lp_count = 2 lp_mem_size0 = 1800 (6 GB) CPU 0 chosen as primary CPU for partition 0 lp_mem_size1 = 1800 (6 GB) CPU 4 chosen as primary CPU for partition 1 lp_shared_mem_size = 1000 (4 GB) initializing shared memory partitioning system QBB 0 PCA 0 Target 0 Interrupt Count = 2 QBB 0 PCA 0 Target 0 Interrupt CPU = 0 Interrupt Enable = 000011110000d05a Sent Interrupts = 0000100000000010 Enabled Sent Interrupts = 0000100000000010 Acknowledging Sent Interrupt 0000000000000010 for CPU 0 QBB 0 PCA 0 Target 0 Interrupt Count = 1 QBB 0 PCA 0 Target 0 Interrupt CPU = 0 Interrupt Enable = 000011110000d05a Sent Interrupts = 0000100000000000 Enabled Sent Interrupts = 0000100000000000 Acknowledging Sent Interrupt 0000100000000000 for CPU 0 OpenVMS PALcode V1.80-1, Tru64 UNIX PALcode V1.74-1 system = QBB 0 1 2 3 + HS (Hard Partition 0) QBB 0 = CPU 0 1 2 3 + Mem 0 + Dir + IOP + PCA 0 1 + GP (Hard QBB 0) QBB 1 = CPU 0 1 2 3 + Mem 0 + Dir + IOP + PCA 0 1 + GP (Hard QBB 1) QBB 2 = CPU 0 1 2 3 + Mem 0 + Dir + IOP + PCA + GP (Hard QBB 4) QBB 3 = CPU 0 1 2 3 + Mem 0 + Dir + IOP + PCA + GP (Hard QBB 5) partition 0 CPU 0 1 2 3 8 9 10 11 IOP 0 2 private memory size is 6 GB shared memory size is 4 GB micro firmware version is T5.4 shared RAM version is 1.4 hose 0 has a standard I/O module starting console on CPU 0 QBB 0 memory, 4 GB QBB 1 memory, 4 GB QBB 2 memory, 4 GB QBB 3 memory, 4 GB total memory, 16 GB probing hose 0, PCI probing PCI-to-ISA bridge, bus 1 bus 1, slot 0 -- dva -- Floppy bus 0, slot 1 -- pka -- QLogic ISP10x0 bus 0, slot 2 -- pkb -- QLogic ISP10x0 bus 0, slot 3 -- ewa -- DE500-BA Network Controller bus 0, slot 15 -- dqa -- Acer Labs M1543C IDE probing hose 1, PCI probing hose 2, PCI bus 0, slot 1 -- fwa -- DEC PCI FDDI probing hose 3, PCI starting console on CPU 1 starting console on CPU 2 starting console on CPU 3 starting console on CPU 8 starting console on CPU 9 starting console on CPU 10 starting console on CPU 11 initializing GCT/FRU at 1fa000 initializing pka pkb ewa fwa dqa Testing the System Testing the Disks (read only) Testing the Network AlphaServer Console X5.8-2842, built on Apr 6 2000 at 01:43:42 P00>>>
P00>>> B -FL 0,1 DKA100 // or whatever your boot device is. SYSBOOT> SET GALAXY 1 SYSBOOT> CONTINUE
>>> B -FL 0,1 device
SYSBOOT> SET GALAXY 1 SYSBOOT> CONTINUE
Note>>> SET LP_COUNT 0 ! Return to monolithic SMP config >>> INIT ! Return to single SMP console >>> B -fl 0,1 device ! Stop at SYSBOOT SYSBOOT> SET GALAXY 0 SYSBOOT> CONTINUE
File |
Description |
SYS$SYSTEM:GCU.EXE |
GCU
executable image |
SYS$MANAGER:GCU.DAT |
Optional
DECwindows resource file |
SYS$MANAGER:GALAXY.GCR |
Galaxy
Configuration Ruleset |
SYS$MANAGER:GCU$ACTIONS.COM |
System
management procedures |
SYS$MANAGER:xxx.GCM |
User-defined
configuration models |
SYS$HELP:GALAXY_GUIDE.DECW$BOOK |
Online
help in Bookreader form |
Function |
Description |
|---|---|
Galactic
zoom |
Zoom
to fit the entire component hierarchy into observation window. |
Zoom
1:1 |
Zoom
to the component normal scale. |
Zoom
to region |
Zoom
to a selected region of the display. |
Zoom
in |
Zoom
in by 10 percent. |
Zoom
out |
Zoom
out by 10 percent. |
Chart
Name |
Shows |
|---|---|
Logical
Structure |
Dynamic
resource assignments |
Physical
Structure |
Nonvolatile
hardware relationships |
CPU
Assignment |
Simplified
view of CPU assignments |
Memory
Assignment |
Memory
subsystem components |
IOP
Assignment |
I/O
module relationships |
Failover
Targets |
Processor
failover assignments |
$ SET DEFAULT SYS$SYSTEM $ RUN AUTHORIZE
UAF> CREATE/PROXY UAF> ADD/PROXY instance::SYSTEM SYSTEM UAF> EXIT
Tip
TipFORMAT EXAMPLE:
MENU "Menu-Name" "Entry-Name" Procedure-type "DCL-command"
* Menu-Name - A quoted string representing the name of the
pulldown menu to add or extend.
* Entry-Name - A quoted string representing the name of the
menu entry to add.
* Procedure-type - A keyword describing the type of procedure
to invoke when the menu entry is selected.
Valid Procedure-type keywords include:
COMMAND_PROCEDURE - Executes a DCL command or command file.
SUBPROC_PROCEDURE - Executes a DCL command in subprocess context.
* DCL-command - A quoted string containing a DCL command statement
consisting of an individual command or invokation
of a command procedure.EXAMPLE MENU STATEMENTS (place in SYS$MANAGER:GCU$CUSTOM.GCR): // GCU$CUSTOM.GCR - GCU menu customizations // Note that the file must end with the END-OF-FILE statement. // MENU "Tools" "Availability Manager" SUBPROC_PROCEDURE "AVAIL/GROUP=DECamds" MENU "Tools" "Create DECterm" COMMAND_PROCEDURE "CREATE/TERM/DETACH" MENU "DCL" "Show CPU" COMMAND_PROCEDURE "SHOW CPU" MENU "DCL" "Show Memory" COMMAND_PROCEDURE "SHOW MEMORY" MENU "DCL" "Show System" COMMAND_PROCEDURE "SHOW SYSTEM" MENU "DCL" "Show Cluster" COMMAND_PROCEDURE "SHOW CLUSTER" END-OF-FILE
$ @SYS$STARTUP:AMDS$STARTUP START
$ @SYS$STARTUP:AMDS$STARTUP STOP
%GCU-E-SUBPROCHALT, Subprocess halted; See GCU.LOG.
The GCU has launched a user-defined subprocess which has terminated
with error status. Details may be found in the file GCU.LOG.
%GCU-S-SUBPROCTERM, Subprocess terminated
The GCU has launched a user-defined subprocess which has terminated.
%GCU-I-SYNCMODE, XSynchronize activated
The GCU has been invoked with X-windows synchronous mode enabled.
This is a development mode which is not generally used.
%GCU-W-NOCPU, Unable to locate CPU
A migration action was initiated which involved an unknown CPU. This
can result from engaging a model which contains invalid CPU identifiers
for the current system.
%GCU-E-NORULESET, Ruleset not found:
The GCU was unable to locate the Galaxy Configuration Ruleset in
SYS$MANAGER:GALAXY.GCR. New versions of this file can be downloaded
from the OpenVMS Galaxy web page.
%GCU-E-NOMODEL, Galaxy configuration model not found:
The specified Galaxy Configuration Model was not found. Check your
command line model file specification.
%GCU-W-XTOOLKIT, X-Toolkit Warning:
The GCU has intercepted an X-Toolkit warning. You may or may not be
able to continue, depending on the type of warning.
%GCU-S-ENGAGED, New Galaxy configuration model engaged
The GCU has successfully engaged a new Galaxy Configuration Model.
%GCU-E-DISENGAGED, Unable to engage Galaxy configuration model
The GCU has failed to engage a new Galaxy Configuration Model. This
can happen when a specified model is invalid for the current system, or
when other system activities prevent the requested resource assignments.
%GCU-E-NODECW, DECwindows is not installed.
The current system does not have the required DECwindows support.
%GCU-E-HELPERROR Help subsystem error.
The DECwindows Help system (Bookreader) encountered an error.
%GCU-E-TOPICERROR Help topic not found.
The DECwindows Help system could not locate the specified topic.
%GCU-E-INDEXERROR Help index not found.
The DECwindows Help system could not locate the specified index.
%GCU-E-UNKNOWN_COMPONENT: {name}
The current model contains reference to an unknown component. This
can result from model or ruleset corruption. Search for the named
component in the ruleset SYS$MANAGER:GALAXY.GCR. If it is not found,
download a new one from the OpenVMS Galaxy web site. If the problem
persists, delete and recreate the offending model.
%GCU-I-UNASSIGNED_HW: Found unassigned {component}"
The GCU has detected a hardware component which is not currently
assigned to any Galaxy instance. This may result from intentionally
leaving unassigned resources. Note the message and continue or
assign the hardware component from the primary Galaxy console and
reboot.
%GCU-E-UNKNOWN_KEYWORD: {word}
The GCU has parsed an unknown keyword in the current model file. This
can only result from model file format corruption. Delete and
recreate the offending model.
%GCU-E-NOPARAM: Display field {field name}
The GCU has parsed an incomplete component statement in the current
model. This can only result from model file format corruption.
Delete and recreate the offending model.
%GCU-E-NOEDITFIELD: No editable field in display.
The GCU has attempted to edit a component parameter which is undefined.
This can only result from model file format corruption. Delete and
recreate the offending model.
%GCU-E-UNDEFTYPE, Undefined Parameter Data Type: {type}
The GCU has parsed an unknown data type in a model component parameter.
This can result from model file format corruption or incompatible
ruleset for the current model. Search the ruleset SYS$MANAGER:GALAXY.GCR
for the offending datatype. If not found, download a more recent
ruleset from the OpenVMS Galaxy web site. If found, delete and
recreate the offending model.
%GCU-E-INVALIDMODEL, Invalid model structure in: {model file}
The GCU attempted to load an invalid model file. Delete and recreate
the offending model.
%GCU-F-TERMINATE Unexpected termination.
The GCU encountered a fatal DECwindows event.
%GCU-E-GCTLOOP: Configuration Tree Parser Loop
The GCU has attempted to parse a corrupt configuration tree. This
may be a result of console firmware or operating system fault.
%GCU-E-INVALIDNODE: Invalid node in Configuration Tree
The GCU has parsed an invalid structure within the configuration tree.
This can only result from configuration tree corruption or revision
mismatch between the ruleset and console firmware.
%GCU-W-UNKNOWNBUS: Unknown BUS subtype: {type}
The GCU has parsed an unknown bus type in the current configuration
tree. This can only result from revision mismatch between the
ruleset and console firmware.
%GCU-W-UNKNOWNCTRL, Unknown Controller type: {type}
The GCU has parsed an unknown controller type in the current configuration
tree. This can only result from revision mismatch between the
ruleset and console firmware.
%GCU-W-UNKNOWNCOMP, Unknown component type: {type}
The GCU has parsed an unknown component type in the current configuration
tree. This can only result from revision mismatch between the
ruleset and console firmware.
%GCU-E-NOIFUNCTION, Unknown internal function
The user has modified the ruleset file and specified an unknown
internal GCU function. Correct the ruleset or download a new one
from the OpenVMS Galaxy web page.
%GCU-E-NOEFUNCTION, Missing external function
The user has modified the ruleset file and specified an unknown
external function. Correct the ruleset or download a new one
from the OpenVMS Galaxy web page.
%GCU-E-NOCFUNCTION, Missing command function
The user has modified the ruleset file and specified an unknown
command procedure. Correct the ruleset or download a new one
from the OpenVMS Galaxy web page.
%GCU-E-UNKNOWN_COMPONENT: {component}
The GCU has parsed an unknown component. This can result from
ruleset corruption or revision mismatch between the ruleset and
console firmware.
%GCU-E-BADPROP, Invalid ruleset DEVICE property
The GCU has parsed an invalid ruleset component statement. This can
only result from ruleset corruption. Download a new one from the
OpenVMS Galaxy web page.
%GCU-E-BADPROP, Invalid ruleset CHART property
The GCU has parsed an invalid chart statement. This can
only result from ruleset corruption. Download a new one from the
OpenVMS Galaxy web page.
%GCU-E-BADPROP, Invalid ruleset INTERCONNECT property
The GCU has parsed an invalid ruleset interconnect statement. This can
only result from ruleset corruption. Download a new one from the
OpenVMS Galaxy web page.
%GCU-E-INTERNAL Slot {slot detail}
The GCU has encountered an invalid datatype from a component parameter.
This can result from ruleset or model corruption. Download a new one
from the OpenVMS Galaxy web page. If the problem persists, delete and
recreate the offending model.
%GCU-F-PARSERR, {detail}
The GCU encountered a fatal error while parsing the ruleset. Download
a new one from the OpenVMS Galaxy web page.
%GCU-W-NOLOADFONT: Unable to load font: {font}
The GCU could not locate the specified font on the current system.
A default font will be used instead.
%GCU-W-NOCOLORCELL: Unable to allocate color
The GCU is unable to access a colormap entry. This can result from
a system with limited color support or from having an excessive number
of graphical applications open at the same time.
GCU-E-NOGALAXY, This system is not configured as a Galaxy.
Description:
The user has issued the CONFIGURE GALAXY/ENGAGE command on a
system which is not con