Sponsored Content
Top Forums UNIX for Advanced & Expert Users UX Kernel setting while database installation Post 80912 by Madan on Saturday 13th of August 2005 12:16:06 PM
Old 08-13-2005
The database server operation requires one UNIX semaphore for each virtual processor, one for each user who connects to the database server through shared memory (ipcshm protocol), six for database server utilities, and sixteen for other purposes.

you set it in /etc/system in solaris (hope u r using solaris ) Smilie

Vemula
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

database installation on unix(solaris)

Hello all, Which partition on solaris is appropriate for software instalations? I have to install a fress database. i appreciate your time, em (1 Reply)
Discussion started by: emsakopa
1 Replies

2. SCO

Installation error for Kernel Re-build

Hi All, While installing a Service Pack on my Unix Solaris machine, i got the following error: UX:acomp: ERROR: "space.c", line 16: undefined symbol: CHROOT_SECURITY UX:acomp: ERROR: "space.c", line 16: non-constant initializer: op "NAME" UX:idmkunix: ERROR: Compile/link of 'Driver_atup.o... (9 Replies)
Discussion started by: am_yadav
9 Replies

3. UNIX for Advanced & Expert Users

Setting kernel Parameters

I want to install Datastage in unix server...:) to do this i have to check that the following tunable kernel parameters: MSGMAX MSGMNB MSGSEG SEMMNS SEMMSL SEMMNI SEMOPM MAXUPROC My question is where shall i find this parameters in Unix..? Since i am new to unix i do not have... (1 Reply)
Discussion started by: Amey Joshi
1 Replies

4. Solaris

Kernel parameters for oracle installation

When I run the Oracle installer, following checks are failed: Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<< Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<< Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<< Checking... (1 Reply)
Discussion started by: aa_monster
1 Replies

5. Solaris

Issue with kernel patch installation...

I tried to install the kernel patch 118855-36 in my x86 machine which has Solaris 10 installed. Find below the error message.... #patchadd 118855-36 Checking patches that you specified for installation. Done! Approved patches will be installed in this order: 118855-36 Executing... (1 Reply)
Discussion started by: paventhan
1 Replies

6. Solaris

Can't create database after Oracle Database installation

I installed Oracle 10 software on Solaris 11 Express, everything was fine execpt I can't create database using dbca.rsp file. I populated file with following options. OPERATION_TYPE = "createDatabase" GDBNAME = "solaris_user.domain.com" SID = "solaris_user" TEMPLATENAME = "General... (0 Replies)
Discussion started by: solaris_user
0 Replies

7. Red Hat

Redhat Cluster updating kernel setting

hello, I was going through clustering documentation for Redhat, it says "Enable IP Aliasing support in the kernel by setting the CONFIG_IP_ALIAS kernel option to y. When specifying kernel options, under Networking Options, select IP aliasing support", I knew I should update /etc/sysctl.conf with... (1 Reply)
Discussion started by: bobby320
1 Replies

8. Solaris

Setting kernel parameters in solaris 10

hi guys, Prior to the installation of IBM DB2 database on Solaris 10, i need to set the following parameters: kernel.shmmax (SHMMAX) 1 073 741 824 (64-bit kernel) kernel.sem (SEMMNI) 1 024 kernel.msgmni (MSGMNI) 1 024 kernel.msgmax (MSGMAX) 65 536 kernel.msgmnb ... (2 Replies)
Discussion started by: frum
2 Replies

9. Shell Programming and Scripting

Setting up postgreSql database

Hi I have a small bash script which I want to run on an Amazon EC2 Ubuntu instance for setting up a postgreSQL database: #!/bin/bash USERNAME='postgres' start=$SECONDS TMP_DIR=/local/test/4g4d PORT=23456 rm -rf $TMP_DIR/db mkdir -p $TMP_DIR/ echo "creating database..."... (3 Replies)
Discussion started by: Helveticus
3 Replies
DH_AUTO_CONFIGURE(1)						     Debhelper						      DH_AUTO_CONFIGURE(1)

NAME
dh_auto_configure - automatically configure a package prior to building SYNOPSIS
dh_auto_configure [buildsystemoptions] [debhelperoptions] [--params] DESCRIPTION
dh_auto_configure is a debhelper program that tries to automatically configure a package prior to building. It does so by running the appropriate command for the build system it detects the package uses. For example, it looks for and runs a ./configure script, Makefile.PL, Build.PL, or cmake. A standard set of parameters is determined and passed to the program that is run. Some build systems, such as make, do not need a configure step; for these dh_auto_configure will exit without doing anything. This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using dh_auto_configure at all, and just run ./configure or its equivalent manually. OPTIONS
See "BUILD SYSTEM OPTIONS" in debhelper(7) for a list of common build system selection and control options. -- params Pass params to the program that is run, after the parameters that dh_auto_configure usually passes. For example: dh_auto_configure -- --with-foo --enable-bar SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 11.1.6ubuntu2 2018-05-10 DH_AUTO_CONFIGURE(1)
All times are GMT -4. The time now is 08:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy