Check back here periodically. New limitations and workarounds will be published as they become available.
Topics described in this document are:
Some divisions configured during installation on a second SCSI hard disk might not be available after installation and are displayed by divvy(ADM) as not named.
To make those divisions available, use divvy after installation to name the divisions, but do not make any other changes with divvy. Then, install the updated division table to make all divisions available as configured.
Most video adapters can be operated with the generic VESA video driver. A more limited range of video adapters can be operated with accelerated, hardware-specific drivers. When a hardware-specific driver exists, the SCOadmin Video Configuration Manager will identify it. Accelerated drivers usually perform much faster than the VESA driver.
If you experience problems with the operation of a video adapter, try switching between its accelerated and VESA drivers. An adapter not behaving correctly with one driver might operate correctly with the other. Specifically, if you experience system hangs with the Number Nine SR9 AGP video adapter using the VESA driver, you should configure and use the accelerated video driver to avoid this problem.
The wd(HW) manual page gives incorrect syntax for the UDMA debug bootstring. The correct syntax is wd.debug=udma.
If SCODB, the kernel debugger, is linked into the kernel prior to an in-place upgrade, the upgrade fails with an error message similar to:
undefined symbol - scodbinitTo avoid this problem, before trying to upgrade to SCO OpenServer Release 5.0.6, deactivate SCODB in the link kit by changing
Y to N in the file
/etc/conf/sdevice.d/scodb.
If the system has already been upgraded, you can correct the problem by editing the file /etc/conf/cf.d/mdevice, but be careful not to damage the format of this file because you cannot reconstruct it without reinstalling the system. On the line for ``scodb'', change the second field from ``P'' to ``PI''. (Because of the risk involved in editing /etc/conf/cf.d/mdevice, it is safer to deactivate SCODB, as described above, before upgrading.)
During an upgrade installation of a SCO OpenServer Release 5.0.6 Host or Desktop System to Release 5.0.6 Enterprise System, you are prompted to enter your Enterprise license. Supply the license information from your Release 5.0.6 Enterprise System Certificate of License and Authenticity (COLA); do not choose to install the 60-day evaluation license because there is no built-in evaluation license for SCO OpenServer.
If you select the 60-day evaluation license, after installation the Enterprise system is in an unlicensed state, the License Manager shows the Host or Desktop license, and the Software Manager shows the Host or Desktop software as installed. To clear these unnecessary entries from the License Manager and Software Manager and to ensure that your system is licensed correctly, performing the following steps after installation:
Replace product, with unixos for the Host software or with odtps for the Desktop software.
If your COLA has a license data string, enter:
brand -g -a
"license_data" license_number
license_code os.a
For example:
brand -g -a "k1;q1;m9zyxwv" NUM123ENT xexfmyub os.a
If your COLA does not have a license data string, enter:
brand -g license_number license_code
os.a
For more information, see ``Upgrading to the Enterprise configuration from Host or Desktop'' in the SCO OpenServer Handbook.
On a system installed in French or German, after reboot, you will see a series of errors similar to this:
iserrno = 117
This error can be ignored and should not cause any problems.
Under certain conditions, it might appear that the network on your SCO OpenServer Release 5.0.6 system is not functioning properly. Upon closer inspection, you might discover that a default route has not been set or that a routing daemon did not start as expected. This might be due to changes in how configuration information is stored and changes in the TCP/IP startup script.
You might encounter these problems if you:
To get your network functioning properly:
You can check if a default route exists by displaying the
routing tables with:
netstat -r
This command produces output similar to:
Routing tables
Destination Gateway Flags Refs Use Interface
default gateway1 UGS 38 355378 net0
localhost localhost UH 37 52026 lo0
198.0.0 system1 UC 1 0 net0
system1 localhost UGHS 2 30 lo0
BASE-ADDRESS.MCA system1 UGS 0 0 net0
(If you have trouble with name resolution, you can display network
addresses instead of system and network names by adding the
-n option to the
netstat(TC) command.)
If the destination column does not contain an entry for ``default'', then a default route has not been configured on your system.
You can check if a router daemon is running by entering:
ps -e | egrep "gated|routed"
If the command returns with no output, no router daemon is running, which is normal for many network configurations because it is usually sufficient to have a default route that redirects outbound network traffic to a specific network interface. A router daemon is only needed on certain complex network configurations. If a router daemon is needed, your network administrator should be able to identify the correct daemon for your network. In no case should more than one routing daemon be running.
To see if the resolver configuration file has been set up as you
expect, take a quick look at it with:
cat /etc/resolv.conf
If the file does not exist or does not have the values you expect, you can edit this file manually -- see resolv.conf(SFF).
The network configuration screen of the initial installation has some new fields for TCP/IP configuration, which affects how network configuration files are created and used.
If you leave this field blank during initial installation, the ``GATEWAY='' line in /etc/default/tcp exists without a value assigned. Because the variable is not set, /etc/tcp does not establish a default route.
Two routing daemons (routed and gated) are available, but they are mutually exclusive. One (but not both) of these daemons can be configured to start by editing the configuration file /etc/default/tcp. The variables ROUTER_DAEMON and ROUTER_DAEMON_ARGS in that file should contain the absolute path to the daemon to be used and the arguments with which to start that daemon, respectively.
These variables are not set during installation, so routing daemons will not be started automatically for you. This is fine if you have specified a gateway address, or do not require routing tables, but if your system participates in a larger network where routing tables are updated through the routing daemon propagation protocols, you must specify which daemon to use and its arguments by editing the /etc/default/tcp file and filling in the fields. For example:
ROUTER_DAEMON=/etc/routed ROUTER_DAEMON_ARGS=-qor
ROUTER_DAEMON=/etc/gated ROUTER_DAEMON_ARGS="-f /etc/gated.conf"
These variables might not exist in the /etc/default/tcp file if you have performed an upgrade from a pre-5.0.6 system. If automatic start up of one of these daemons is required, simply add the appropriate definitions to the /etc/default/tcp file.
Be sure to unset the GATEWAY variable, if its existence is inappropriate with the running of one of these daemons.
Read the manual pages for routed(ADMN), gated(ADMN), and gated.conf(SFF) for further information on setting up these daemons.
A change made to /etc/resolv.conf is used by new processes requiring name resolution services. Some daemons, or long-running programs, might need to be restarted to reread /etc/resolv.conf. If you detect inconsistent name resolution behavior, you might need to either restart the services that are not working properly or reboot the system.
Changes to /etc/default/tcp require a restart of TCP/IP using one of these methods:
The new network environment should reflect the changes you made.
or
In this release of SCO OpenServer, the /etc/resolv.conf file might be created for you during a fresh installation; however, if you examine this file, you might notice that the domain line is missing, which is intentional because the domain line is redundant with the search line. While the domain keyword is still legal, if the domain line appears after the search line, the search line is ignored. To prevent confusion or misunderstanding, the /etc/resolv.conf file is now created without the domain line.
Other configuration information placed in the /etc/resolv.conf file during installation includes:
For more detailed instructions on resolver configuration, see the resolv.conf(SFF) manual page.
The ipftest(ADMN) manual page mentions several tools that are not currently shipping with SCO OpenServer; therefore, please ignore any reference to ipftest, tcpdump, or etherfind.
The steps given in ``Calendars'' in the SCO OpenServer Handbook to restart the calendar server with the initial LANG setting are not correct.
Below are the correct steps:
To make this change permanent on your system, you must also:
DBKEY=6373; export DBKEY
IQMFILE=/usr/adm/ISL/iqm_file . $IQMFILE LANG=$IQM_LANGUAGE export IQMFILE LANG
Although the manual page has not yet been updated, the tape(C) command has been enhanced with new subcommands:
Stp_read_variable_blocks switch in the device
driver.Stp_read_variable_blocks switch in the
device driver. For example, turn the switch on by setting
Stp_read_variable_blocks to 1 (one) with the -a
option:To turn it off, use the -a option with an argument of 0 (zero).
When Stp_read_variable_blocks is set to 1, a read
in variable mode (block size=0) returns the actual physical block
read.
With Stp_read_variable_blocks set to 0, a read
returns as much data as the buffer will hold.
If you start a DOS session from a tty running the ``scoansi'' terminal type, DOS does not work correctly. If you exit the DOS environment and set the terminal type to ``ansi'', then DOS works correctly.
In order to provide system-wide access to the Apache web server manual pages, modify /etc/default/man as follows:
MANPATH=scohelp:/usr/man:/usr/local/man:/usr/local/lib/apache/manThat is, add /usr/local/lib/apache/man to your MANPATH.
After setting up your MANPATH, follow the instructions in the Apache Release Notes on the SCO Skunkware CD-ROM.
Complete documentation on the Apache web server is available in
the Apache manual. After installing the Apache web server , the
Apache manual can be accessed via the URL:
file:/usr/local/lib/apache/htdocs/manual/index.html
Release Notes for Netscape Communicator 4.70e say that a new feature of this release is built-in support for the Macromedia(TM) Flash plug-in; however, at this time, no Macromedia Flash plug-in exists for SCO OpenServer.
Release Notes for Netscape Communicator 4.70e say that a new feature of this release is built-in support for RealNetworks® products; however, RealNetworks products are no longer part of the SCO OpenServer distribution and are no longer available from SCO.

/Unixart/sco506late.html copyright All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar