User Tools

Site Tools


vax_vmx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vax_vmx [2026/05/27 01:58] adminvax_vmx [2026/06/21 03:39] (current) admin
Line 15: Line 15:
 Or to change any users password Or to change any users password
  
-<code>RUN AUTHORIZE</code>+<code>RUN SYS$SYSTEM:AUTHORIZE</code>
 <code>MODIFY username /PASSWORD=newpassword</code> <code>MODIFY username /PASSWORD=newpassword</code>
 <code>EXIT</code> <code>EXIT</code>
 +
 +**# Recover System account password:**
 +
 +Type following commands in boot console to perform a conversational boot: \\
 +<code>B /R5:1 DKA300</code>
 +At SYSBOOT> Prompt type the following \\
 +<code>SET/STARTUP OPA0:</code>
 +<code>SET WINDOW_SYSTEM 0</code>
 +<code>SET WRITESYSPARAMS 0</code>
 +<code>CONTINUE</code>
 +Once at the $ prompt: \\
 +<code>SPAWN</code>
 +<code>@SYS$SYSTEM:STARTUP</code>
 +<code>SET DEFAULT SYS$SYSTEM:</code>
 +<code>RUN SYS$SYSTEM:AUTHORIZE</code>
 +<code>MODIFY SYSTEM /PASSWORD=newpwd</code>
  
 **# Add users** **# Add users**
Line 26: Line 42:
 <code>SHOW [200,*] /BRIEF</code> <code>SHOW [200,*] /BRIEF</code>
 <code>ADD JOE /PASSWORD=Secret123 /OWNER="Joe User" /DEV=DKA0: /DIR=[JOE] /UIC=[200,#] /FLAG=NODISUSER /PRIV=(TMPMBX,NETMBX) /DEFPRIV=(TMPMBX,NETMBX) /PGFLQUO=100000 /WSEXTENT=16384</code> <code>ADD JOE /PASSWORD=Secret123 /OWNER="Joe User" /DEV=DKA0: /DIR=[JOE] /UIC=[200,#] /FLAG=NODISUSER /PRIV=(TMPMBX,NETMBX) /DEFPRIV=(TMPMBX,NETMBX) /PGFLQUO=100000 /WSEXTENT=16384</code>
- 
-Add the user DIR 
-<code>CREATE /DIRECTORY DKA0:[TESTUSER] /OWNER=[200,#]</code> 
  
 Set no password expiry Set no password expiry
 <code>MODIFY ANONYMOUS /NOPWDEXPIRED /NOPWDLIFETIME</code> <code>MODIFY ANONYMOUS /NOPWDEXPIRED /NOPWDLIFETIME</code>
 +
 +<code>EXIT</code>
 +
 +Add the user DIR
 +<code>CREATE /DIRECTORY DKA0:[TESTUSER] /OWNER=[200,#]</code>
  
 **# Change the prompt.** **# Change the prompt.**
vax_vmx.1779847133.txt.gz · Last modified: by admin