System Maintenance Tricks

From VaxHaven
Revision as of 18:55, 25 February 2013 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
$

Initialize Drive

$ INITIALIZE DKA500: SCRATCH /STRUCTURE=5

Mount Drive on Startup

Add to the end of SYS$MANAGER:SYSTARTUP_VMS.COM

$ MOUNT/SYSTEM DKA500: SCRATCH

ODS-5 Extended File Name Handling

In order to allow DCL the ability to manipulate ODS-5 extended file names, you need to enter:

$ SET PROCESS /PARSE_STYLE=EXTENDED

Update HECnet node list

$ @1.13::FIX.COM