System Maintenance Tricks

From VaxHaven
Revision as of 22:34, 19 February 2013 by Admin (talk | contribs)
Jump to navigation Jump to search

Change 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 username /PWDLIFETIME=NONE
UAF> MODIFY username /PASSWORD=newpassword
UAF> EXIT
$

Update HECnet node list

$ @1.13::FIX.COM