Installation manual

Preparing to Use OpenVMS Management Station
G.1 Preparing Your OpenVMS System
G.1.5 Edit the System Files
To start the OpenVMS Management Station server from your system
startup files, insert one of the following commands into your system startup
procedures (probably SYS$MANAGER:SYSTARTUP_VMS.COM) after both
the Queue Manager and network are started, but immediately prior to the
ENABLE AUTOSTART/QUEUES.
Note
Remove any other invocations of TNT$STARTUP you might have added
in previous releases of the OpenVMS Management Station.
OpenVMS Management Station cannot start until the network has
started. If you start your network using a batch process, OpenVMS
Management Station might start before the batch process completes and
the network is started.
Command
Parameter
1
Parameter
2 Description
@TNT$STARTUP blank N.A. Starts the server. Does not start printer queues or mount volumes.
@TNT$STARTUP RESTART N.A. Shuts down a running server, then starts the server. Does not start
printer queues or mount volumes.
@TNT$STARTUP BOOT blank Starts the server. Starts any printer queues that are not yet started
and are managed by OpenVMS Management Station. Does not mount
volumes managed by OpenVMS Management Station.
@TNT$STARTUP BOOT ALL Starts the server. Starts any printer queues that are not yet started
and are managed by OpenVMS Management Station. Mounts any
volumes that are not yet mounted and are managed by OpenVMS
Management Station.
@TNT$STARTUP BOOT PRINTERS Starts the server. Starts any printer queues that are not yet started
and are managed by OpenVMS Management Station. Does not mount
volumes managed by OpenVMS Management Station.
@TNT$STARTUP BOOT STORAGE Starts the server. Mounts any volumes that are not yet mounted and
are managed by OpenVMS Management Station. Does not start any
printer queues.
Note that the effect of TNT$STARTUP BOOT, with no second parameter, has not
changed from earlier releases. This command starts any printer queues that are
not yet started and are managed by OpenVMS Management Station, but does not
mount any volumes.
Add the following command line to the system shutdown file,
SYS$MANAGER:SYSHUTDWN.COM:
$ @SYS$STARTUP:TNT$SHUTDOWN.COM
G.1.6 Allow OpenVMS Management Station to Control the Printer and Storage
Environment
It is not necessary to remove your existing queue startup and volume mount
DCL procedures immediately. The OpenVMS Management Station server will
recognize that you started a queue or mounted a volume with your command
procedures and will assume that you want it that way.
G–4 Preparing to Use OpenVMS Management Station