If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > SCO Openserver 5 Kernel parameters

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-18-09, 06:18
alfrednone alfrednone is offline
Registered User
 
Join Date: Feb 2005
Posts: 46
Question SCO Openserver 5 Kernel parameters

Hi All ,

Please i need to know :
1- if there is any document about Kernel Parameters configuration for SCO OpenServer 5 ( recommended values, min , max ).

2- after changing some parameters , relinking kernel , we are having some warning about exceeding the required values , will that create a problem for us later ?

Thank you .
Best Regards,
Reply With Quote
  #2 (permalink)  
Old 11-18-09, 10:22
kitaman kitaman is offline
Registered User
 
Join Date: Sep 2009
Location: Ontario
Posts: 528
/etc/conf/cf.d/mtune is a text file containing the minimum default and maximum settings for each tunable parameter. The maximum is the SCO recommended maximum, and can be exceeded for some parameters.

/etc/conf/cf.d/stune contains the settings that are different from the default that are in the current configuration.

Increasing values generally increases the size of the kernel, though memory isn't much of an issue these days. Increasing too much though may hurt performance by making searches through cache longer than re-retrieving data from disk for example.
Reply With Quote
  #3 (permalink)  
Old 11-18-09, 10:30
alfrednone alfrednone is offline
Registered User
 
Join Date: Feb 2005
Posts: 46
Exclamation

Hi ,

parameters that are changed are mainly related to semaphors ..semmna ,.,.semmni ..... will that create a problem later in our server ?

is there any Documentfor that ?

thank you .
Reply With Quote
  #4 (permalink)  
Old 11-18-09, 12:16
kitaman kitaman is offline
Registered User
 
Join Date: Sep 2009
Location: Ontario
Posts: 528
Semaphores are used for program to program communication. How many you need will depend upon how your application software is written, and how many concurrent sessions there are.
As a general rule, you can start by doubling the value of any parameter that shows it is being exceeded.

Does this help: Kernel parameters that you can change using configure
Reply With Quote
  #5 (permalink)  
Old 11-26-09, 05:58
alfrednone alfrednone is offline
Registered User
 
Join Date: Feb 2005
Posts: 46
My customer is worried from the warnings he is getting after he changed the values for some semaphores parameters and relinked the kernel .
the search is much faster now and more users can access the database , but he is afraid that his database will crash or fail due to the warnings he is getting from the kernel parameters .

Do you think these warning could lead to something serious or it is just a notes that values are exceeded?
Reply With Quote
  #6 (permalink)  
Old 11-26-09, 08:16
kitaman kitaman is offline
Registered User
 
Join Date: Sep 2009
Location: Ontario
Posts: 528
If the only warnings come from the re-linking process and not from day to day operations, then there should be no concern.
You could always modify the mtune file so that the maximum value is greater than the value you have chosen, then the kernel would re-link with no warnings.
Reply With Quote
  #7 (permalink)  
Old 12-11-09, 06:48
alfrednone alfrednone is offline
Registered User
 
Join Date: Feb 2005
Posts: 46
Thank you .
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On