Oracle 5.0 Reference Manual page 206

Table of Contents

Advertisement

SCO provides operating system patches at
ftp.sco.com/pub/unixware7/713/
7.1.4, and
ftp://ftp.sco.com/pub/openunix8
SCO provides information about security fixes at
OpenUNIX and
ftp://ftp.sco.com/pub/security/UnixWare
The UnixWare 7 file size limit is 1 TB with VXFS. Some OS utilities have a limitation of 2GB.
On UnixWare 7.1.4 you do not need to do anything to get large file support, but to enable large file
support on prior versions of UnixWare 7.1.x, run fsadm.
#
fsadm -Fvxfs -o largefiles /
#
fsadm /
* Note
#
ulimit unlimited
#
/etc/conf/bin/idtune SFSZLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune HFSZLIM 0x7FFFFFFF
#
/etc/conf/bin/idbuild -B
* This should report "largefiles".
** 0x7FFFFFFF represents infinity for these values.
Reboot the system using shutdown.
By default, the entries in
Value
Default
-----
-------
SVMMLIM
0x9000000
HVMMLIM
0x9000000
To make changes to the kernel, use the
/etc/conf/cf.d/stune
root:
#
/etc/conf/bin/idtune SDATLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune HDATLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune SVMMLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune HVMMLIM 0x7FFFFFFF
#
/etc/conf/bin/idtune SFNOLIM 2048
#
/etc/conf/bin/idtune HFNOLIM 2048
Then rebuild and reboot the kernel by issuing this command:
#
/etc/conf/bin/idbuild -B && init 6
To tune the system, the proper parameter values to use depend on the number of users accessing the
application or database and size the of the database (that is, the used buffer pool). The following kernel
parameters can be set with idtune:
(recommended setting: 128MB) and
SHMMAX
have an influence on the MySQL database engine to create user buffer pools.
and
SFNOLIM
HFNOLIM
should be set to at least 3000/4000 (depends on number of users).
NPROC
• The following formulas are recommended to calculate values for SEMMSL, SEMMNS, and SEMMNU:
SEMMSL = 13
13 is what has been found to be the best for both Progress and MySQL.
SEMMNS = SEMMSL *
number of db servers to be run on the system
Set
to the value of
SEMMNS
you are running on the system at one time.
Other Unix Notes
ftp://ftp.sco.com/pub/unixware7
for UnixWare 7.1.3,
for OpenUNIX 8.0.0.
/etc/conf/cf.d/mtune
Min
---
0x1000000
0x1000000
idtune name parameter
file for you. To set the kernel values, execute the following commands as
should be at maximum 2048.
multiplied by the number of database servers (maximum) that
SEMMSL
186
ftp://ftp.sco.com/pub/unixware7/714/
ftp://ftp.sco.com/pub/security/OpenUNIX
for UnixWare.
** Note
** Note
are set as follows:
Max
---
0x7FFFFFFF
0x7FFFFFFF
command.
(recommended setting: 15). These parameters
SHMSEG
for UnixWare 7.1.1,
ftp://
for UnixWare
for
modifies the
idtune

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents