HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameters for Sybase 12.5 running on HP-UX...
Operating System - HP-UX
1830102
Members
4401
Online
109998
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 04:54 PM
03-10-2003 04:54 PM
Kernel parameters for Sybase 12.5 running on HP-UX 11i
Hi,
I've searched through the forum and looked at
the archives. We have a problem of starting
up two Sybase servers using 2GB RAM each.
Let's call them "A" and "B"
We can start either "A" or "B" with 2GB but
the next one shows this error in the log:
00:00000:00000:2003/03/10 19:06:11.02 kernel Checked out license ASE_SERVER
00:00000:00000:2003/03/10 19:06:11.02 kernel Adaptive Server Enterprise Edition
00:00000:00000:2003/03/10 19:06:11.03 kernel Using config area from primary master
device.
00:00000:00000:2003/03/10 12:42:55.08 kernel os_create_region: can't allocate 1073635328 bytes
00:00000:00000:2003/03/10 19:06:11.04 kernel kbcreate: couldn't create kernel region.
00:00000:00000:2003/03/10 19:06:11.04 kernel kistartup: could not create shared memory
Starting the other database with just 300MB
will work though.
Here's our machine: Dome cell with 4 CPU
and 12GB RAM running HP-UX 11i with June 2002
Goldbase patches.
Here's our Sybase version:
Adaptive Server Enterprise/12.5.0.1/EBF 10427 ESD#2/P/HP9000-829/HP-UX 11.0/rel12501/1792/32-bit/FBO/Tue Jul 30 07:45:20 2002
Here are some kernel params:
dbc_max_pct 10
dnlc_hash_locks 512
ksi_alloc_max 12000
max_mem_window 0
max_thread_proc 256
maxdsiz 0X100000000
maxdsiz_64bit 0X100000000
maxfiles 2048
maxfiles_lim 2048
maxssiz 0X10000000
maxssiz_64bit 0X10000000
maxswapchunks 16384
maxtsiz 1073741824
maxtsiz_64bit 0X40000000
maxuprc 512
maxusers 1024
maxvgs 80
msgmap 15002
msgmax 32768
msgmnb 65535
msgmni 1500
msgseg 32767
msgssz 128
msgtql 15000
ncallout 5000
nfile 12000
nflocks 1500
ninode 8000
nkthread 3411
nproc 1500
npty 256
nstrpty 256
nstrtel 256
nswapdev 25
semmap 3602
semmni 7800
semmns 32767
semmnu (NPROC-4)
semume 256
shmmax 24884901888
shmmni 8192
shmseg 8192
Here's what we discovered: if we have max_mem_window set to a non-zero value, we can't start any of the Sybase servers with
2GB of RAM. Lower amounts of RAM work.
Right now we're playing around with the
values of the sh* kernel parameters but
running both servers are still not working.
and reboots take at least 20 minutes each. I
know shmmax is way too high (higher than
the 15GB of swap) but setting it to other values doesn't seem to make a difference.
I still have to adjust maxdsiz lower because
'sam' complains about the setting being
too high.
We already ran 'chatr -M' on the dataserver
binary file and I've read Bill Allen's
"Sybase and HP Tuning" document in Sybase's
web site a number times.
My question is: What the correct combination
of kernel parameter so we can have two
servers that use 2GB each?
We are restricted on using the 32-bit binary
due to deadlines. We can't just jump to
64-bit Sybase...
If you need more info. pls. let me know. Thanks!
JohnF
I've searched through the forum and looked at
the archives. We have a problem of starting
up two Sybase servers using 2GB RAM each.
Let's call them "A" and "B"
We can start either "A" or "B" with 2GB but
the next one shows this error in the log:
00:00000:00000:2003/03/10 19:06:11.02 kernel Checked out license ASE_SERVER
00:00000:00000:2003/03/10 19:06:11.02 kernel Adaptive Server Enterprise Edition
00:00000:00000:2003/03/10 19:06:11.03 kernel Using config area from primary master
device.
00:00000:00000:2003/03/10 12:42:55.08 kernel os_create_region: can't allocate 1073635328 bytes
00:00000:00000:2003/03/10 19:06:11.04 kernel kbcreate: couldn't create kernel region.
00:00000:00000:2003/03/10 19:06:11.04 kernel kistartup: could not create shared memory
Starting the other database with just 300MB
will work though.
Here's our machine: Dome cell with 4 CPU
and 12GB RAM running HP-UX 11i with June 2002
Goldbase patches.
Here's our Sybase version:
Adaptive Server Enterprise/12.5.0.1/EBF 10427 ESD#2/P/HP9000-829/HP-UX 11.0/rel12501/1792/32-bit/FBO/Tue Jul 30 07:45:20 2002
Here are some kernel params:
dbc_max_pct 10
dnlc_hash_locks 512
ksi_alloc_max 12000
max_mem_window 0
max_thread_proc 256
maxdsiz 0X100000000
maxdsiz_64bit 0X100000000
maxfiles 2048
maxfiles_lim 2048
maxssiz 0X10000000
maxssiz_64bit 0X10000000
maxswapchunks 16384
maxtsiz 1073741824
maxtsiz_64bit 0X40000000
maxuprc 512
maxusers 1024
maxvgs 80
msgmap 15002
msgmax 32768
msgmnb 65535
msgmni 1500
msgseg 32767
msgssz 128
msgtql 15000
ncallout 5000
nfile 12000
nflocks 1500
ninode 8000
nkthread 3411
nproc 1500
npty 256
nstrpty 256
nstrtel 256
nswapdev 25
semmap 3602
semmni 7800
semmns 32767
semmnu (NPROC-4)
semume 256
shmmax 24884901888
shmmni 8192
shmseg 8192
Here's what we discovered: if we have max_mem_window set to a non-zero value, we can't start any of the Sybase servers with
2GB of RAM. Lower amounts of RAM work.
Right now we're playing around with the
values of the sh* kernel parameters but
running both servers are still not working.
and reboots take at least 20 minutes each. I
know shmmax is way too high (higher than
the 15GB of swap) but setting it to other values doesn't seem to make a difference.
I still have to adjust maxdsiz lower because
'sam' complains about the setting being
too high.
We already ran 'chatr -M' on the dataserver
binary file and I've read Bill Allen's
"Sybase and HP Tuning" document in Sybase's
web site a number times.
My question is: What the correct combination
of kernel parameter so we can have two
servers that use 2GB each?
We are restricted on using the 32-bit binary
due to deadlines. We can't just jump to
64-bit Sybase...
If you need more info. pls. let me know. Thanks!
JohnF
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 05:09 PM
03-10-2003 05:09 PM
Re: Kernel parameters for Sybase 12.5 running on HP-UX 11i
Semaphores and shared memory are the big ones:
For 1 gig of RAM:
shmni=200
shmseg=120
nfile=910
nflocks=200
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x79b653921f1ad5118fef0090279cd0f9,00.html
For 1 gig of RAM:
shmni=200
shmseg=120
nfile=910
nflocks=200
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x79b653921f1ad5118fef0090279cd0f9,00.html
Support Fatherhood - Stop Family Law
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP