System Maintenance Tricks: Difference between revisions

From VaxHaven
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
$
$
</pre>
</pre>
 
== Initialize Drive ==
<pre>
$ INITIALIZE DKA500: SCRATCH /STRUCTURE=5
</pre>
== Mount Drive on Startup ==
Add to the end of SYS$MANAGER:SYSTARTUP_VMS.COM
<pre>
$ MOUNT/SYSTEM DKA500: SCRATCH
</pre>
== ODS-5 Extended File Name Handling ==
In order to allow DCL the ability to manipulate ODS-5 extended file names, you need to enter:
<pre>
$ SET PROCESS /PARSE_STYLE=EXTENDED
</pre>
== Update HECnet node list ==
== Update HECnet node list ==


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

Latest revision as of 18:55, 25 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
$

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