System Maintenance Tricks

From VaxHaven
Revision as of 17:44, 18 February 2013 by Admin (talk | contribs)
Jump to navigation Jump to search

Changing Default DCL Prompt

$ SET PROMPT="''F$GETSYI("NODENAME")' $ "

Put this in SYS$MANAGER:LOGIN.COM to have it executed on every login.

Disable Password Expiration

$ SET DEFAULT SYS$SYSTEM
$ RUN AUTHORIZE
UAF> MODIFY SYSTEM /PWDLIFETIME=NONE
UAF> MODIFY SYSTEM /PASSWORD=newpassword
UAF> EXIT
$