Skip to content

Instantly share code, notes, and snippets.

@bhrgu
Created October 30, 2017 19:05
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhrgu/f5db301148cc73bb0a0185a3e4788a6a to your computer and use it in GitHub Desktop.
Save bhrgu/f5db301148cc73bb0a0185a3e4788a6a to your computer and use it in GitHub Desktop.
Resetting a password for SYSTEM account in VAX/VMS

Resetting a password for SYSTEM account in VAX/VMS

Note: you must be connected to a system via serial console

  1. Type following commands in boot console to perform a conversational boot:
B /R5:1 DKA300
SET/STARTUP OPA0:
SET WINDOW_SYSTEM 0
SET WRITESYSPARAMS 0
CONTINUE
  1. Type following DCL commands to reset a SYSTEM' password:
SPAWN
@SYS$SYSTEM:STARTUP
SET DEFAULT SYS$SYSTEM:
RUN SYS$SYSTEM:AUTHORIZE
MODIFY SYSTEM /PASSWORD=newpwd

Tested on VAX/VMS 5.5 @ MicroVAX 3100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment