This chapter contains release notes that apply to DIGITAL UNIX Version 4.0D documentation. It discusses the following topics:
The online version of the Documentation Overview, Glossary, and Master Index has been changed in the following ways for this release:
Because only the online version has changed, that version differs substantially from the printed version.
Also, the Master Index was not revised for this release; therefore, some of the index entries for books that have been revised since the Version 4.0 release may be inaccurate.
A new printed version of the Documentation Overview will be offered with the next major release of DIGITAL UNIX. At that time, the Glossary and Master Index will also be updated and provided as a separate book in both online and printed versions.
The following sections describe changes to the Network Administration manual.
The following instructions replace the instructions in Section 4.2.2.2:
To verify that PPP is supported in the kernel, enter the following command:
#
sysconfig -s | grep ppp
If it is not loaded and configured, do the following:
/vmunix
file.
doconfig
program and selecting the Point-to-Point Protocol (PPP) option.
vmunix
file to
/vmunix
.
/etc/sysconfigtab
file using the
sysconfigdb
utility:
ppp: nppp=2
This provides for 2 PPP connections. If your system requires a greater number of PPP connections, increase the number.
The following instructions replace the instructions in Sections 4.2.3.1, 4.2.3.2, and 4.2.3.3:
After you have connected your modem to a serial port on your system, or installed a supported modem card option, do the following:
/etc/remote
file and copy the
kdebug
entry.
tty00
or
tty01
depending on your system), the correct baud rate, and correct parity.
See the
remote
(4)
reference page for more information.
tip
command to access the modem as follows:
%
tip system_name
system_name
is the system name from the
/etc/remote
file.
AT[Return]
If the modem is not in quiet mode, it responds with an
OK
message.
This information is used to create a chat script, which automates the dial-out process.
chat
program uses to direct the modem what number to dial and what to send the
remote system in order to start
pppd
.
This file is called a
chat script.
Each entry in a chat script has the following format:
string_chat_expects
string_chat_sends
For example, the following file, named
/etc/ppp/chat-script
,
contains the following information:
atdt2135476 [1] CONNECT [2] login: myname [3] Password: "\qmypassword" [4] "$ " "\qpppd" [5]
chat
script expects nothing and sends a dial command to the modem.
[Return to example]
chat
script expects a
CONNECT
message and sends a carriage return (implied).
[Return to example]
chat
script expects the
login:
string and sends the
myname
string.
[Return to example]
chat
script expects the
Password:
string and sends the
mypassword
string. The
/eq
escape sequence prevents
chat
from logging the password when you use the
-v
option.
[Return to example]
chat
script expects the
$
(the shell prompt) and sends
pppd
to start the
pppd
daemon on the remote machine. The
\q
escape sequence cancels the effect of the previous
\q
.
[Return to example]
See the
chat
(8)
reference page for more information on
chat
and chat scripts.
Note
You might want to use the
tip
command to dial out and log in to the remote system and to write down the exact
prompt, login sequence, and
pppd
start-up sequence.
/etc/ppp/options
file and include the following
pppd
options as required by the remote system or ISP:
defaultroute [1]
asyncmap 0 [2]
mru 296 [3]
netmask dd.dd.dd.dd [4]
lcp-echo-interval 60 [5]
lcp-echo-failure 5 [6]
noipdefault [7]
crtscts [8]
debug [9]
asyncmap 200a0000
is appropriate if the serial link includes a
telnet
link.
[Return to example]
pppd
considers the link dead and tears down the connection.
[Return to example]
/etc/syslog.conf
file. After your connection is working correctly, remove this entry
from the PPP options file.
[Return to example]
See the
pppd
(8)
reference page for a complete list of
pppd
options.
/etc/syslog.conf
file and do the following:
local2
facility (used by
pppd
and
chat
)
to the line that specifies
/dev/console
as the message destination, as follows:
kern.debug;local2.notice /dev/console
In this example, the
notice
level is specified.
ppp-log
file:
local2.debug /etc/ppp/ppp-log
syslogd
by entering the following commands:
#
/sbin/init.d/syslog stop
#
/sbin/init.d/syslog start
pppd
on the local system to connect to the remote system. For example,
the following command starts a link on
tty01
and specifies the
connect
option to run the
chat
program and the specified chat script file.
%
pppd /dev/tty01 38400 connect 'chat -v -f /etc/ppp/chat-script'
ppp-log
file and to determine whether the PPP connection is active:
%
tail -f /etc/ppp/ppp-log
If any problems occur while using PPP, see Chapter 13 in Network Administration.
After you have connected your modem to a serial port on your system, to configure a dial-in system, complete the following steps:
/etc/passwd
file and create a dedicated entry for
a PPP user. For the login shell field, specify
/usr/sbin/startppp
;
for example:
ppp1:password:10:20:Remote PPP User:/usr/users/guest:/usr/sbin/startppp
/etc/inittab
file and create an entry for each
terminal device that is to run PPP. For example:
modem:3:respawn:/usr/sbin/getty /dev/tty00 M38400 vt100
See the
inittab
(4)
reference page for more information.
init q
command to start the
getty
process immediately.
gated
.
Edit the
/etc/gated.conf
file and delete the
nobroadcast
option (if specified) in the
rip
statement. See Chapter 2 of
Network Administration
for basic network setup information and the
gated.conf
(4)
reference page for
gated
options.
/etc/ppp/options
file and include the following
pppd
options required to support dial-in access for all remote users:
netmask dd.dd.dd.dd[1] proxyarp [2] crtscts [3] asyncmap 0 [4] :
remote_ip_address[5] debug [6]
gated
is running.
[Return to example]
asyncmap 200a0000
is appropriate if the serial link includes a
telnet
link.
[Return to example]
If you want to specify options for each individual serial port,
create a
/etc/ppp/options.tty
xx file and include the remote IP address and
any other options that apply to that specific serial port.
See the
pppd
(8)
reference page for a complete list of
pppd
options.
startppp
runs in the background. The process ID is logged in the
/etc/ppp/ppp
xx.pid
file.
/etc/syslog.conf
file. After your connection is working correctly, remove this entry
from the PPP options file.
If any problems occur while using PPP, see Chapter 13 in Network Administration.
The following notes describe changes to the System Administration guide.
In the System Administration guide, file system hard and soft quota limits are discussed in:
None of these sections discuss the fact that a hard limit is one more unit (blocks, files, inodes) than will be allowed when the quota limit is active. The quota is up to, but not including the limit. For example, if you set a hard limit of 10,000 disk blocks for each user account in a file system, an account reaches the hard limit when 9,999 disk blocks have been allocated. If you want a maximum of 10,000 complete blocks for the user account, you must set the hard limit to 10,001.
In the Environmental Monitoring section, the System Administration guide incorrectly states:
When a fan failure is encountered, a message is broadcasted and an orderly shutdown ensues.
It should state:
When the cooling fan on an AlphaServer 1000A fails, the kernel logs the error, synchronizes the disks, then powers the system down. On all other fan failures, a hard shutdown ensues.
You can modify any messages broadcast or logged by the Environmental Monitoring utility. The messages are located in the following file:
/usr/share/sysman/envmon/EnvMon_UserDefinable_Msg.tcl
You must be root to edit this file. You can edit any message included in braces ({}). The instructions for editing this file are included in the comment (#) fields. Do not alter any other data in this file.
The
Assembly Language Programmer's Guide
(Chapter 5) should include a description of the
.rconst
directive.
This directive instructs the assembler to add subsequent data into the
.rconst
section.
This behavior is similar to the
.rdata
directive, except that the entries cannot be relocatable.
Sections 2.1.5 and 2.1.6 of the Programming with ONC RPC guide are correct only for a DIGITAL UNIX system. The code may not be portable to other UNIX systems.
If the client machine is not another DIGITAL UNIX system, copy the source code to the client. Check that the header calls are appropriate for the programming conventions on the client operating system and then compile the code locally.
The guide for
Developing Applications for the Display PostScript System
refers to a nonexistent example directory
/usr/examples/dps
.
None of the examples specified in the documentation are provided.
References to the
Gate Daemon Configuration Guide
in the
Technical Overview
and possibly other books are obsolete because this document has been
removed from the
DIGITAL UNIX V4.0D Documentation, Volume 1
CD-ROM. Information from the
Gate Daemon Configuration Guide
has been incorporated into the following
reference pages:
gated.conf
(4),
gated.control
(4),
gated.proto
(4),
gated_intro
(7),
and
gated
(8).
The notes in this section refer to problems with the online help volumes.
For each of the SysMan applications, online help is available from the Help menu or from the Help button in the main window.
The online help contains:
The Using Help item on the Help menu displays a help volume that explains how to use the online help.
The Help viewer has the following known problems:
For example, the first time a quick help dialog box displays a reference page, the Backtrack button may be enabled even though there is no place to which to backtrack. If the dialog box is closed and then opened again, the Backtrack button is dimmed.
The following known problems occur in the online help:
In the Archiver, License Manager, and System Information applications, there is an Appearance item on one of the menus. The item should offer three options: Text Only, Large Icon, and Small Icon. In some help volumes, not all of these are documented.
There are a few links from one help volume to another that appear in a new help viewer window. In some situations, a distracting proliferation of help viewer windows can result.
You can get a new view when you want one using the New Window item on the File menu in the help viewer.
The SysMan configuration applications on-item help does not work on the items in the menu bar.
In all the SysMan applications, the keyboard method of getting on-item help does not work on the Help menu.
The update installation path shown in the installation online help is not correct. The Preinstall Review List in the installation online help should state:
Your system must be running DIGITAL UNIX operating system Version 4.0A, Version 4.0B, or Version 4.0C in order to update to DIGITAL UNIX Version 4.0D.
The following problems apply only to help in specific applications:
The Kernel Tuner application records its changes immediately,
so if a system failure occurs while the Kernel Tuner is
running, any boot-time changes will take effect the next
time the system boots. If the
/etc/sysconfigtab
file contains invalid values,
you can enter the following command at the boot prompt to boot
with default values:
boot -fl c
The help volume for Display Window has opening instructions that show how to access the application from the CDE Application Manager. These should show that the Display Window icon appears in two groups.
The names of the
gated
,
joind
,
routed
,
and
rwhod
daemons
are misspelled in the online help volume.
In the Configuring Interfaces dialog box, the fields under To Obtain IP Address are relevant for all interfaces.
In the Local Printer Settings dialog box and the Remote Printer Settings dialog box, the aliases in the Printer Aliases field must be separated by vertical bars because spaces are allowed in an alias.
The
/usr/sbin/shutdown
command now sends the Shutdown Message
each time a reminder is sent of the time remaining before
the system is shut down.
The
/etc/nologin
file is not created until immediately before the shutdown occurs.
System shutdown messages are sent to all users that are locally or remotely logged in to the system being shut down. Additionally, if the "Broadcast to NFS Clients" option is selected, shutdown messages are broadcast to all hosts that are NFS clients of the system being shut down.
The following corrected definitions replace the definitions in the glossary for Disk Configuration.
A deviation from a reference direction, either by design or in response to lateral forces.
On a disk, the sector skew per track. The skew is the angle that sector 0 of the track changes from an imaginary radius line, due to a nonuniform number of sectors per track.
The following corrected definitions replace the definitions in the glossary for BIND Configuration:
A system that queries a BIND server for host name and address information, interprets the responses, and passes the information to requesting applications.
An authoritative source for information about one or more zones. It either maintains the master copy of the hosts database for the zone or obtains the information required to serve the hosts database from another server.
Distributed Computing Environment. The capabilities of DCE are defined by the Open Software Foundation (OSF).
A logical group of systems that share services offered by DCE.
The server in a DCE cell.
In BIND Configuration, the available service types are BIND client and BIND server. The service type determines whether a system is configured to be a BIND client or a BIND server.