HP OpenVMS Version 8.2-1 for Integrity Servers... |
After Installing or Upgrading the OpenVMS Operating... |
|
|
| |
Customizing the System (New Installations, Some Upgrades)
For instructions on customizing the system, review the following documentation. Note that other customization tasks are described later in this chapter.
Creating
Network Proxy Authorization Files ![]()
After a new installation of OpenVMS that includes DECnet,
or after an upgrade in which you have added DECnet, create your
network proxy authorization files. These files include security
authorization information for users using network proxy accounts.
If you do not create these network authorization files before starting
up your system, you might see messages such as the following during
startup:
Message from user SYSTEM on HOMER %SECSRV-E-NOPROXYDB, cannot find proxy database file NET$PROXY.DAT %RMS-E-FNF, file not found
The NET$PROXY.DAT file is the primary network proxy authorization file. The other network authorization file to be created is NETPROXY.DAT. To create the network proxy authorization files, enter the following commands:
$SET DEFAULT SYS$COMMON:[SYSEXE]$MC AUTHORIZE CREATE/PROXY$SET DEFAULT SYS$LOGIN
| Be sure you create the network proxy authorization files
before starting the queue manager (as described in
Creating Network Proxy Authorization Files). If you see messages similar to the following when you create the proxy files, you can ignore them: |
Setting
Up the Queue Manager and Default Queues ![]()
The initial installation of OpenVMS does not create the queue
manager or any queues. HP recommends that you create the queue
manager and your default batch and print queues now. When you install
layered products (as described in
Installing and Configuring Layered Products (New Installations, Some Upgrades)), some of these products expect such queues
to be present or try to create queues themselves.
To set up the queue manager and a batch queue, enter the following commands at the OpenVMS DCL prompt:
$START QUEUE /MANAGER /NEW_VERSION$INITIALIZE /QUEUE /START /BATCH SYS$BATCH
| Normally, you create a queue manager only once.
The system stores the START QUEUE command in the queue database
to enable the queue manager to start automatically whenever the
system reboots. If the queue manager has been started before on
your system, do not specify this START QUEUE command again; the
/NEW_VERSION qualifier causes your system to overwrite your current
queue database files. To configure shared files on multiple system disks or off the system disk, edit the SYS$MANAGER:SYLOGICALS.COM file as described in HP OpenVMS System Manager's Manual, Volume 1: Essentials . |
Before: $!$ START /QUEUE SYS$BATCH
After: $ START /QUEUE SYS$BATCH
For more information about starting and creating queues, refer to the HP OpenVMS System Manager's Manual, Volume 1: Essentials .
Configuring a Multihead
System (Optional) ![]()
A multihead configuration consists of a single system (such
as an HP AlphaServer ES40) that supports multiple graphics options.
A graphics option consists of a graphics controller (card) and
a graphics display interface (monitor).
Your system can be configured automatically for multihead use if you copy the private server setup template file to a command procedure file type (.COM). The DECwindows Motif server loads this command procedure on startup or restart.
To set up your system for multihead support, perform these steps:
$COPY SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.TEMPLATE_To:SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.COM
$@SYS$STARTUP:DECW$STARTUP RESTART
For more information about customizing your DECwindows environment using the SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.COM file, refer to the most recent version of the DECwindows Motif for OpenVMS Installation Guide and Managing DECwindows Motif for OpenVMS Systems .
Configuring
DECnet ![]()
If you installed DECnet, or if you added DECnet during an
upgrade, you must now configure DECnet. Follow the instructions
provided for the version of DECnet you installed.
If you installed DECnet-Plus for OpenVMS software, refer to the DECnet-Plus for OpenVMS Release Notes and the HP DECnet-Plus for OpenVMS Installation and Configuration manual for information about how to configure this software using the NET$CONFIGURE procedure.
If you installed DECnet Phase IV, refer to the DECnet for OpenVMS Guide to Networking .
| Support for DECnet Phase IV is available only under the HP Prior Version Support Program. Contact HP Services for additional information. |
Configuring HP TCP/IP
Services for OpenVMS ![]()
If you plan to run TCP/IP Services for OpenVMS software, note
the following:
| Do not configure TCP/IP Services for OpenVMS without first starting the queue manager. |
Installing
and Configuring Third-Party Networking Software ![]()
You will need networking software to download patches and
as a requirement for certain layered products. If you are using
neither DECnet nor TCP/IP Services for OpenVMS, you should install
and configure third-party networking software now. Refer to the
appropriate vendor's product documentation.
Updating
SYSTARTUP_VMS.COM ![]()
This step applies mainly to new installations or to upgrades
in which networking software or other products were added. HP recommends
that you have your networking software start automatically at system
boot. You might want other products you have added to start automatically
as well. To make this happen, edit the SYS$MANAGER:SYSTARTUP_VMS.COM file. This
startup file provides startup commands for HP networking software
and also includes startup commands for networking software provided
by several other vendors. To enable automatic startup of any of
these products, remove the exclamation point (!) and extra dollar
sign ($) that precedes the line that starts the software (in other
words, change $!$ to $). If you are running DECnet-Plus, DECnet
is already set up to start automatically each time you boot your
system.
For more information about updating SYSTARTUP_VMS.COM and starting networking software, refer to the HP OpenVMS System Manager's Manual, Volume 1: Essentials . Relevant information about networking software is also included in the HP OpenVMS System Manager's Manual, Volume 2: Tuning, Monitoring, and Complex Systems . For starting third-party networking software, refer to the appropriate vendor's product documentation.
|
|