The USER-COLD-START Proc is called from the COLD-START Proc and customizes the coldstart procedure.
Format
USER-COLD-START |
Description
The USER-COLD-START Proc, as initially supplied, starts printer 0. Administrators can freely modify this Proc to adapt the coldstart procedure to their own particular installation.
USER-COLD-START should be run only as a part of the coldstart procedure used to start up the system. Ordinarily the COLD-START Proc, which calls USER-COLD-START, runs automatically immediately after the system is booted
You might want the USER-COLD-START Proc to perform the following functions:
Set various line protocols. For example, you might want to unlink the modem line with UNLINK-LINE and set up its line protocols with PROTOCOL.
Set the date to International Standard with IDATE.
Change terminal settings with SET-TERM.
Set up security parameters with LOCKOUT.
For complete information about the coldstart procedure, see the mvBase Operation and Administration Guide.