Use ASU Administrator to set UseOplocks in the
Registry. See SCO Advanced Server Administrator Guide, Appendix
A, Advanced Server Registry, for details on changing server configuration
parameters.
Printer support
See also:
Support for the redirection of UNIX spooled print jobs to printers attached to Windows client or server systems is not provided in this release of Advanced Server.
In some circumstances, Advanced Server sends mail to the administrator account (root) saying the printer request was cancelled by the administrator.
The print jobs complete successfully and the messages can be disregarded.
This may occur when using:
To run Advanced Server on a system with VisionFS already installed, first stop VisionFS with the command:
visionfs stopthen start the TCP/IP NetBIOS and Advanced Server using the commands:
netbios start net start server
To run VisionFS on a system with Advanced Server installed, first stop the Advanced Server and the TCP/IP NetBIOS using the commands:
net stop server netbios stopthen start VisionFS with the command:
visionfs startYou can prevent Advanced Server and the TCP/IP NetBIOS from starting at boot time by renaming the files /etc/rc2.d/S74netbios and /etc/rc2.d/S99ms_srv to /etc/rc2.d/s74netbios and /etc/rc2.d/s99ms_srv respectively.
To avoid any conflict between VisionFS and Advanced Server, it is recommended that you remove VisionFS from the system before installing the Advanced Server product.
Windows NT compatibility
Security features in Windows NT 4.0 Service Pack 3
Windows NT 4.0 Service Pack 3 introduces a new security feature that can result
in Advanced Server failing to communicate with an NT 4.0 server or workstation.
By default, Service Pack 3 does not introduce any incompatibilities but, if the
registry is subsequently modified to enable the SMB signing security feature,
the NT system can no longer communicate with Advanced Server.
Building applications using API libraries
When building application using the Advanced Server API libraries, if the
compiler reports errors similar to the following:
Undefined first referenced symbol in file __builtin_delete /usr/lib/libasusec.so __builtin_new /usr/lib/libasusec.sothen you need to include the Advanced Server compatibility library, liblmxcomp.so on the compiler command line. For example:
cc program.c -o program -I/usr/include/lmx \ -llmx -lnsl -ldl -lc -lasulang -lasusec -lsam -lthread \ -lcrypt -lmsrpc -ltask -lrpcapi -llmxcomp