Operating System - OpenVMS
1751741 Members
5942 Online
108781 Solutions
New Discussion юеВ

Re: command console Alpha DS20E VMS7.3-2

 
SOLVED
Go to solution
robert70
Valued Contributor

command console Alpha DS20E VMS7.3-2

How do you set the auto_action to "halt" from "restart". The Alpha reboots and doesn't allow me to see the >>> 3 chevron prompt? can you change console values at the dollar prompt $ when the system is up?
8 REPLIES 8
robert70
Valued Contributor

Re: command console Alpha DS20E VMS7.3-2

ignore my last question - resolved this with CTRL P - obvious when uou know how!

2nd question what console commands to I need to type to get the Alpha to boot of my system disk DKB0: when I type in BOOT at the 3 chevrons?
Currently the system has a semi boot eg I need to do a @sys$system:startup to complete? what value is et incorrectly for this?
robert70
Valued Contributor

Re: command console Alpha DS20E VMS7.3-2

my "boot_osflags" is set at 0
"boot reset" OFF
thanks
Volker Halle
Honored Contributor
Solution

Re: command console Alpha DS20E VMS7.3-2

Roger,

to boot from DKB0 by default, use

>>> set bootdef_dev dkb0

If looks like your system is set for a minimum startup (STARTUP_P1="MIN"). You can correct this with:

>>> b -fl ,1 ! where =0 for [SYS0.]
SYSBOOT> SHOW STARTUP_P1 ! show current value
SYSBOOT> SET . ""
SYSBOOT> CONTINUE

or you can do this (for the next boot) from the DCL prompt:

$ MC SYSGEN
SYSGEN> USE CURRENT
SYSGEN> SET STARTUP_P1 ""
SYSGEN> WRITE CURRENT
SYSGEN> EXIT

Volker.
robert70
Valued Contributor

Re: command console Alpha DS20E VMS7.3-2

that is set"" already?
it has happened since i did
b -fl 0,1
set/startup opa0:
set window_system 0
continue
Volker Halle
Honored Contributor

Re: command console Alpha DS20E VMS7.3-2

Roger,

then you have to do:

>>> b -fl 0,1
SYSBOOT> SET/STARTUP=SYS$SYSTEM:STARTUP.COM
SYSBOOT> SET WINDOW_SYSTEM 1
SYSBOOT> CONT

Volker.
labadie_1
Honored Contributor

Re: command console Alpha DS20E VMS7.3-2

You have a parameter called WRITESYSPARAMS, if you had done

b -fl 0,1
set/startup opa0:
set window_system 0
set writesysparams 0
continue

you would not have kept this value.

$ mc sysgen help sys_parameters writesysparams

SYS_PARAMETERS

WRITESYSPARAMS

On VAX systems, WRITESYSPARAMS indicates that parameters are
modified during SYSBOOT and are written out to VAXVMSSYS.PAR by
STARTUP.COM.

On Alpha systems, WRITESYSPARAMS indicates that parameters are
modified during SYSBOOT and are written out to ALPHAVMSSYS.PAR by
STARTUP.COM.

This special parameter is used by HP and is subject to change. Do
not change this parameter unless HP recommends that you do so.

WRITESYSPARAMS is a DYNAMIC parameter.



Topic?
Hoff
Honored Contributor

Re: command console Alpha DS20E VMS7.3-2

AlphaServer DS20 documentation including the User's Guide and a Service Guide. For most purposes, the DS20e is same as the DS20:

http://vt100.net/manx/search?cp=1&q=ds20

Conversational Bootstrap:
http://labs.hoffmanlabs.com/node/204

Console firmware
http://h18002.www1.hp.com/alphaserver/firmware/readme.html

Updating Firmware
http://labs.hoffmanlabs.com/node/385

Summary of remote management console commands including remote power on and off:
http://labs.hoffmanlabs.com/node/445

AlphaServer DS20 failsafe loader
http://labs.hoffmanlabs.com/node/497

SRM console reference (for a different AlphaServer box, but many of the commands and most (all?) of the core commands are the same):
http://www.compaq.com/alphaserver/download/srm_reference.pdf
Andy Bustamante
Honored Contributor

Re: command console Alpha DS20E VMS7.3-2

If you use "@sys$system:shutdown" and answer NO to the reboot prompt the console will settle to the ">>>" prompt. You can also use the halt button (leave enabled) to pause the automatic restart cycle.

If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net