In article <91c6g6$374$1_at_nnrp1.deja.com>,
Allan Plesniarski <aplesnia_at_my-deja.com> wrote:
> I suspect there is an incompatability between the default init.ora
file
> and the kernel parameter settings on your machine. If commenting out
> db_files does not work, post a copy of the complete init.ora AND the
> stand file containing kernel parameter settings somewhere under
> the /etc filesystem. Then we can examine the cause.
And here's the etc/system file:
$ cat /etc/system
*ident "@(#)system 1.18 97/06/27 SMI" /* SVR4 1.5 */
*
- SYSTEM SPECIFICATION FILE
*
- moddir:
*
- Set the search path for modules. This has a format similar to
the
- csh path variable. If the module isn't found in the first
directory
- it tries the second and so on. The default is /kernel
/usr/kernel
*
- Example:
- moddir: /kernel /usr/kernel /other/modules
- root device and root filesystem configuration:
*
- The following may be used to override the defaults provided by
- the boot program:
*
- rootfs: Set the filesystem type of the root.
*
- rootdev: Set the root device. This should be a fully
- expanded physical pathname. The default is the
- physical pathname of the device where the boot
- program resides. The physical pathname is
- highly platform and configuration dependent.
*
- Example:
- rootfs:ufs
- rootdev:/sbus_at_1,f8000000/esp_at_0,800000/sd_at_3,0:a
*
- (Swap device configuration should be specified in /etc/vfstab.)
- exclude:
*
- Modules appearing in the moddir path which are NOT to be loaded,
- even if referenced. Note that `exclude' accepts either a module
name,
- or a filename which includes the directory.
*
- Examples:
- exclude: win
- exclude: sys/shmsys
- forceload:
*
- Cause these modules to be loaded at boot time, (just before
mounting
- the root filesystem) rather than at first reference. Note that
- forceload expects a filename which includes the directory. Also
- note that loading a module does not necessarily imply that it
will
- be installed.
*
- Example:
- forceload: drv/foo
- set:
*
- Set an integer variable in the kernel or a module to a new
value.
- This facility should be used with caution. See system(4).
*
- Examples:
*
- To set variables in 'unix':
*
- set nautopush=32
- set maxusers=40
*
- To set a variable named 'debug' in the module named
'test_module'
*
- set test_module:debug = 0x13
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=100
set semsys:seminfo_semmns=630
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
Sent via Deja.com
http://www.deja.com/
Received on Fri Dec 15 2000 - 15:00:46 CST