System Maintenance Tricks: Difference between revisions

From VaxHaven
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


<pre>
<pre>
$ @1.13::FIX>COM
$ @1.13::FIX.COM
</pre>
</pre>

Revision as of 22:34, 19 February 2013

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