<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to tune the kernel Configurable Parameters for sybase 11? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467528#M787339</link>
    <description>The clients complain that they retrieve data from SYBASE very slowly. What can I do to find the key to solve the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Tue, 26 Apr 2005 01:04:11 GMT</pubDate>
    <dc:creator>MA Qiang</dc:creator>
    <dc:date>2005-04-26T01:04:11Z</dc:date>
    <item>
      <title>How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467518#M787329</link>
      <description>OS: HP 11iv1&lt;BR /&gt;Memory: 8GB&lt;BR /&gt;CPU: 4&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 20 Jan 2005 09:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467518#M787329</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-01-20T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467519#M787330</link>
      <description>&lt;BR /&gt;You usually get this information from SYBASE, as we do for ALL other products (Oracle, Informix, BEA, ...).&lt;BR /&gt;&lt;BR /&gt;Then once armed with that info, you can use "sam"-&amp;gt;Kernel Configuration-&amp;gt;configure kernel&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Thu, 20 Jan 2005 09:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467519#M787330</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-01-20T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467520#M787331</link>
      <description>Hi Qiang,&lt;BR /&gt;&lt;BR /&gt;You should have from 300-400 Mb buffer cache:&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct = 5&lt;BR /&gt;dbc_min_pct = 3&lt;BR /&gt;&lt;BR /&gt;More things you can check with "sar -v 5 1000" (see if one of the following parameters overflows): &lt;BR /&gt;&lt;BR /&gt;ninode = 2048 (2048 it's a good start)&lt;BR /&gt;nproc = 400 (an idea -&amp;gt; depends of db and apps)&lt;BR /&gt;nfile = (15*nproc+2048) &lt;BR /&gt;&lt;BR /&gt;Kindest Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;swchunk = 4096</description>
      <pubDate>Thu, 20 Jan 2005 09:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467520#M787331</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-01-20T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467521#M787332</link>
      <description>1) Go to the documentation for sybase.&lt;BR /&gt;2) Get the minimum kernel parameters for Sybase.&lt;BR /&gt;&lt;BR /&gt;Use this methodology to set parameters and put a new kernel into production.&lt;BR /&gt;&lt;BR /&gt;You can also use sam.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kmtune -s parameter=####&lt;BR /&gt;&lt;BR /&gt;# use a real parameter and a real number based on your current kmtune output and the documentation on sybase.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cd /stand&lt;BR /&gt;#cp vmunix vmunix.old&lt;BR /&gt;#cp system system.old&lt;BR /&gt;#cd build&lt;BR /&gt;&lt;BR /&gt;#this is the changed line.&lt;BR /&gt;#/usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;&lt;BR /&gt;Edit system file and make changes here as per ur require ment. Imeand addition/Deletion of devices. Then&lt;BR /&gt;#mk_kernel -s system&lt;BR /&gt;For more information see the man page of mk_kernel&lt;BR /&gt;&lt;BR /&gt;Now one new kernel will be created in /stand/build directory. Copy this to original location&lt;BR /&gt;#cd /stand/build&lt;BR /&gt;#cp vmunix_test /stand/vmunix&lt;BR /&gt;#cp system /stand&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry I can't help you with the Sybase doc, I'm assuming you can find that yourself.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Jan 2005 09:24:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467521#M787332</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-20T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467522#M787333</link>
      <description>Some specific threads about sysbase:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=204085" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=204085&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=77268" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=77268&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 20 Jan 2005 09:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467522#M787333</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-01-20T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467523#M787334</link>
      <description>I got the following error when I issued the isql.&lt;BR /&gt;sybase@mercury2 [/opt/sybase/install]&lt;BR /&gt;&amp;gt; isql -Usa                  &lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/libcl.1&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;Abort(coredump)</description>
      <pubDate>Sun, 23 Jan 2005 07:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467523#M787334</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-01-23T07:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467524#M787335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you'll have to tune all the kernel. &lt;BR /&gt;&lt;BR /&gt;Here are my tuned parameters (non default):&lt;BR /&gt;&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;dbc_max_pct     15&lt;BR /&gt;dbc_min_pct     10&lt;BR /&gt;max_async_ports 206&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;maxdsiz         536870912&lt;BR /&gt;maxfiles        1024&lt;BR /&gt;maxssiz         134217728&lt;BR /&gt;maxssiz_64bit   1073741824&lt;BR /&gt;maxswapchunks   16384&lt;BR /&gt;maxtsiz         134217728&lt;BR /&gt;maxuprc         (NPROC*9/10)&lt;BR /&gt;maxusers        150&lt;BR /&gt;msgmap          (2+MSGMNI)&lt;BR /&gt;msgmni          (NPROC)&lt;BR /&gt;msgseg          32767&lt;BR /&gt;msgtql          (NPROC)&lt;BR /&gt;nfile           (15*NPROC+2048)&lt;BR /&gt;nflocks         4096&lt;BR /&gt;ninode          2048&lt;BR /&gt;nproc           400&lt;BR /&gt;nstrpty         60&lt;BR /&gt;num_tachyon_adapters 5&lt;BR /&gt;semmni          4096&lt;BR /&gt;semmns          (SEMMNI*2)&lt;BR /&gt;semmnu          (NPROC-4)&lt;BR /&gt;shmmax          1073741824 (Max Shared Mem Segment (Bytes): this is a memory dependent parameter so, since you have 5 times the memory I've, you can multiply this value by 5: 5368709120&lt;BR /&gt;shmmni          512&lt;BR /&gt;swchunk         4096&lt;BR /&gt;vps_ceiling     64&lt;BR /&gt;&lt;BR /&gt;See if you have big differences at those parameters values and try to approach to my values.&lt;BR /&gt;&lt;BR /&gt;Finally, since you are on 11i v1 (I'm on 11.0) you may have to tune other new  parameters (not present on 11.0)&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 24 Jan 2005 04:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467524#M787335</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-01-24T04:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467525#M787336</link>
      <description>I issued "chatr -M /opt/sybase/bin/dataserver", and let sybase fit on quadrant 2 of shared memory.&lt;BR /&gt;Then solved the problem.&lt;BR /&gt;Are there any disadvantages for sybase performance when it is running on quadrant 2? &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 06:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467525#M787336</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-01-24T06:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467526#M787337</link>
      <description>I don't know the answer to this question. What is quadrant 2 of shared memory??&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 06:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467526#M787337</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-01-24T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467527#M787338</link>
      <description>My sybase is 32-bit version. Use chatr -M can fit the 32-bit application on Q2 of shared memory. You can man the chatr for SHMEM-MAGIC.</description>
      <pubDate>Mon, 24 Jan 2005 07:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467527#M787338</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-01-24T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467528#M787339</link>
      <description>The clients complain that they retrieve data from SYBASE very slowly. What can I do to find the key to solve the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 26 Apr 2005 01:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467528#M787339</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-04-26T01:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467529#M787340</link>
      <description>First check&lt;BR /&gt;&lt;BR /&gt;1.your memory and CPU usage on the server&lt;BR /&gt;&lt;BR /&gt;2.The i/o for the operations on the server.&lt;BR /&gt;&lt;BR /&gt;If these things are fine then you can move down to the sybase level&lt;BR /&gt;&lt;BR /&gt;then check&lt;BR /&gt;&lt;BR /&gt;The amount of pool size available for the operations,temporary segment sizes,etc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is where you can start with...&lt;BR /&gt;revert back on the findings so that we can find the cause for the performance problems..</description>
      <pubDate>Tue, 26 Apr 2005 01:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467529#M787340</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-26T01:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467530#M787341</link>
      <description>I find the io, memery and CPU usage are normal. More infomation  shoud I offer, what and how to get? &lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;CPU USAGE(by top): SYS avg &amp;lt; 25%&lt;BR /&gt;MEMERY USAGE(by kmeminfo, shminfo and ipcs):&lt;BR /&gt;# kmeminfo&lt;BR /&gt;Kernel TEXT pages not requested in crashconf&lt;BR /&gt;Will use an artificial mapping from a.out TEXT pages&lt;BR /&gt;kmeminfo (3.99)&lt;BR /&gt;unix: /stand/vmunix 11.11 64bit PA2.0&lt;BR /&gt;core: /dev/kmem live&lt;BR /&gt;link: Mon Jan 24 11:11:33 GMT 2005&lt;BR /&gt;boot: Tue Mar 29 03:33:42 2005 &lt;BR /&gt;dump: Tue Apr 26 08:15:10 2005 &lt;BR /&gt;&lt;BR /&gt;Note: resyncing "freemem" with freemem caches: was 645666, now 645481&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Pfdat processing:&lt;BR /&gt;&lt;BR /&gt;Scanning 2042393 pfdat entries (be patient) ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physmem             =  2095104    8.0g 100%  Physical memory&lt;BR /&gt;  Freemem           =   645481    2.5g  31%  Free physical memory&lt;BR /&gt;  Used              =  1449623    5.5g  69%  Used physical memory&lt;BR /&gt;    System          =   925516    3.5g  44%  By kernel:&lt;BR /&gt;      text          =     2672   10.4m   0%   text&lt;BR /&gt;      data          =      514    2.0m   0%   data&lt;BR /&gt;      bss           =     1849    7.2m   0%   bss&lt;BR /&gt;      Static        =   100740  393.5m   5%   for text/static data&lt;BR /&gt;      Dynamic       =   296808    1.1g  14%   for dynamic data&lt;BR /&gt;      Bufcache      =   523776    2.0g  25%   for buffer cache&lt;BR /&gt;      Eqmem         =       46  184.0k   0%   for equiv. mapped memory&lt;BR /&gt;      SCmem         =     4146   16.2m   0%   for critical memory&lt;BR /&gt;    User            =   528324    2.0g  25%  By user processes:&lt;BR /&gt;      Uarea         =     6264   24.5m   0%   for thread uareas&lt;BR /&gt;    Disowned        =        8   32.0k   0%  Disowned pages&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Kernel dynamic memory usage (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Dynamic             =   296808    1.1g  14%  Kernel dynamic memory&lt;BR /&gt;  Arenas            =   223871  874.5m  11%  Kernel arenas&lt;BR /&gt;    M_TEMP          =   160960  628.8m   8%  &lt;BR /&gt;    ALLOCB_MBLK_LM  =    24402   95.3m   1%  &lt;BR /&gt;    M_SPINLOCK      =    17050   66.6m   1%  &lt;BR /&gt;    M_SWAP          =     4208   16.4m   0%  &lt;BR /&gt;    M_IOSYS         =     2508    9.8m   0%  &lt;BR /&gt;    M_KTHREAD       =     1654    6.5m   0%  &lt;BR /&gt;    LVM_PBUF        =     1585    6.2m   0%  &lt;BR /&gt;    VFD_BT_NODE     =     1526    6.0m   0%  &lt;BR /&gt;    M_LVM           =     1468    5.7m   0%  &lt;BR /&gt;    M_VXVM          =     1367    5.3m   0%  &lt;BR /&gt;    M_REG           =     1155    4.5m   0%  &lt;BR /&gt;    M_PREG          =     1065    4.2m   0%  &lt;BR /&gt;    M_DYNAMIC       =      719    2.8m   0%  &lt;BR /&gt;    KMEM_ALLOC      =      537    2.1m   0%  &lt;BR /&gt;    VM MISC ARENA   =      516    2.0m   0%  &lt;BR /&gt;    Other           =     3151   12.3m   0%  Other arenas...&lt;BR /&gt;  Kalloc            =    72887  284.7m   3%  kalloc()&lt;BR /&gt;    SuperPagePool   =    21312   83.2m   1%    Kernel superpage cache&lt;BR /&gt;    BufcacheBufs    =    45728  178.6m   2%    Buffer cache bufs&lt;BR /&gt;    BufcacheHash    =     5120   20.0m   0%    Buffer cache hash heads&lt;BR /&gt;    Other           =      727    2.8m   0%    Other...&lt;BR /&gt;  Eqalloc           =       50  200.0k   0%  eqalloc()&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# shminfo&lt;BR /&gt;libp4 (9.41): Opening /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Loading symbols from /stand/vmunix&lt;BR /&gt;Kernel TEXT pages not requested in crashconf&lt;BR /&gt;Will use an artificial mapping from a.out TEXT pages&lt;BR /&gt;shminfo (3.13)&lt;BR /&gt;&lt;BR /&gt;Global 32-bit shared quadrants:&lt;BR /&gt;===============================&lt;BR /&gt;        Space      Start        End  Kbytes Usage&lt;BR /&gt;Q4 0x0fc8dc00.0xc0000000-0xc0006fff      28 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0007000-0xc0007fff       4 SHMEM id=0&lt;BR /&gt;Q4 0x0fc8dc00.0xc0008000-0xc0078fff     452 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0079000-0xc007afff       8 SHMEM id=2&lt;BR /&gt;Q4 0x0fc8dc00.0xc007b000-0xc0246fff    1840 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0247000-0xc0247fff       4 SHMEM id=19971&lt;BR /&gt;Q4 0x0fc8dc00.0xc0248000-0xc030cfff     788 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc030d000-0xc031cfff      64 SHMEM id=1 locked&lt;BR /&gt;Q4 0x0fc8dc00.0xc031d000-0xc039afff     504 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc039b000-0xc039bfff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc039c000-0xc03eafff     316 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc03eb000-0xc03ebfff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc03ec000-0xc03fefff      76 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc03ff000-0xc03fffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0400000-0xc05aafff    1708 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc05ab000-0xc05abfff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc05ac000-0xc05edfff     264 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc05ee000-0xc05effff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc05f0000-0xc06bdfff     824 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc06be000-0xc06bffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc06c0000-0xc06d5fff      88 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc06d6000-0xc06d7fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc06d8000-0xc06ddfff      24 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc06de000-0xc06dffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc06e0000-0xc0865fff    1560 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0866000-0xc0867fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0868000-0xc0876fff      60 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0877000-0xc0877fff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0878000-0xc087dfff      24 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc087e000-0xc087ffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0880000-0xc08cefff     316 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc08cf000-0xc08cffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc08d0000-0xc08f8fff     164 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc08f9000-0xc08fffff      28 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0900000-0xc0ce5fff    3992 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0ce6000-0xc0ce7fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0ce8000-0xc0cfefff      92 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0cff000-0xc0cfffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0d00000-0xc0d6cfff     436 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0d6d000-0xc0d6ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0d70000-0xc0d8cfff     116 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0d8d000-0xc0d8ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0d90000-0xc0dcefff     252 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0dcf000-0xc0dcffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0dd0000-0xc0de5fff      88 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc0de6000-0xc0deffff      40 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc0df0000-0xc1132fff    3340 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1133000-0xc1133fff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1134000-0xc113cfff      36 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc113d000-0xc113ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1140000-0xc1180fff     260 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1181000-0xc1183fff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1184000-0xc118dfff      40 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc118e000-0xc118ffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1190000-0xc11c7fff     224 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc11c8000-0xc11cffff      32 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc11d0000-0xc11fbfff     176 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc11fc000-0xc11fffff      16 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1200000-0xc1304fff    1044 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1305000-0xc130ffff      44 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1310000-0xc1339fff     168 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc133a000-0xc133ffff      24 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1340000-0xc1386fff     284 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1387000-0xc138ffff      36 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1390000-0xc13befff     188 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc13bf000-0xc13bffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc13c0000-0xc1408fff     292 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1409000-0xc140ffff      28 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1410000-0xc1439fff     168 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc143a000-0xc143ffff      24 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1440000-0xc14d2fff     588 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc14d3000-0xc14d3fff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc14d4000-0xc14fcfff     164 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc14fd000-0xc14fffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1500000-0xc154bfff     304 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc154c000-0xc154ffff      16 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1550000-0xc157cfff     180 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc157d000-0xc157ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1580000-0xc161cfff     628 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc161d000-0xc161ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1620000-0xc1651fff     200 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1652000-0xc1653fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1654000-0xc165dfff      40 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc165e000-0xc165ffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1660000-0xc1696fff     220 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1697000-0xc169ffff      36 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc16a0000-0xc16dbfff     240 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc16dc000-0xc16dffff      16 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc16e0000-0xc16f2fff      76 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc16f3000-0xc16f3fff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc16f4000-0xc16fdfff      40 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc16fe000-0xc16fffff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1700000-0xc1af5fff    4056 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1af6000-0xc1afffff      40 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1b00000-0xc1b7efff     508 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1b7f000-0xc1b7ffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1b80000-0xc1c09fff     552 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1c0a000-0xc1c0ffff      24 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1c10000-0xc1d88fff    1508 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1d89000-0xc1d8bfff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1d8c000-0xc1deefff     396 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc1def000-0xc1deffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc1df0000-0xc21e5fff    4056 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc21e6000-0xc21e7fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc21e8000-0xc21f6fff      60 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc21f7000-0xc21fffff      36 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc2200000-0xc2273fff     464 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc2274000-0xc228ffff     112 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc2290000-0xc22b5fff     152 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc22b6000-0xc22bffff      40 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc22c0000-0xc22d5fff      88 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc22d6000-0xc22f2fff     116 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc22f3000-0xc22fffff      52 SHMEM id=6&lt;BR /&gt;Q4 0x0fc8dc00.0xc2300000-0xc235cfff     372 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc235d000-0xc23bffff     396 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc23c0000-0xc23defff     124 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc23df000-0xc23dffff       4 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc23e0000-0xc4ef6fff   44124 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc4ef7000-0xc4efffff      36 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc4f00000-0xc4ff1fff     968 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc4ff2000-0xc4ffffff      56 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5000000-0xc5040fff     260 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5041000-0xc504ffff      60 SHMEM id=7&lt;BR /&gt;Q4 0x0fc8dc00.0xc5050000-0xc506ffff     128 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5070000-0xc50a2fff     204 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc50a3000-0xc50affff      52 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc50b0000-0xc50cafff     108 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc50cb000-0xc50cffff      20 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc50d0000-0xc50e5fff      88 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc50e6000-0xc50effff      40 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc50f0000-0xc5275fff    1560 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5276000-0xc527ffff      40 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5280000-0xc531cfff     628 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc531d000-0xc531ffff      12 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5320000-0xc5330fff      68 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5331000-0xc533ffff      60 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5340000-0xc5383fff     272 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5384000-0xc538ffff      48 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5390000-0xc53b7fff     160 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc53b8000-0xc53bffff      32 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc53c0000-0xc53e1fff     136 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc53e2000-0xc53e3fff       8 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc53e4000-0xc53f1fff      56 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc53f2000-0xc53fffff      56 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5400000-0xc5803fff    4112 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5804000-0xc580ffff      48 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5810000-0xc5839fff     168 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc583a000-0xc583ffff      24 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5840000-0xc58d6fff     604 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc58d7000-0xc58fffff     164 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5900000-0xc5a26fff    1180 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5a27000-0xc5a3ffff     100 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5a40000-0xc5a8afff     300 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5a8b000-0xc5a8ffff      20 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5a90000-0xc5ac5fff     216 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5ac6000-0xc5afffff     232 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5b00000-0xc5d34fff    2260 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5d35000-0xc5d3ffff      44 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5d40000-0xc5d91fff     328 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5d92000-0xc5dbffff     184 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5dc0000-0xc5e00fff     260 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5e01000-0xc5e3ffff     252 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5e40000-0xc5ef4fff     724 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc5ef5000-0xc5efffff      44 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc5f00000-0xc60a4fff    1684 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc60a5000-0xc60fffff     364 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc6100000-0xc6212fff    1100 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xc6213000-0xc623ffff     180 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xc6240000-0xca64cfff   69684 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xca64d000-0xca9a4fff    3424 FREE&lt;BR /&gt;Q4 0x0fc8dc00.0xca9a5000-0xcb3a4fff   10240 OTHER&lt;BR /&gt;Q4 0x0fc8dc00.0xcb3a5000-0xefffffff  602476 FREE&lt;BR /&gt;&lt;BR /&gt;Private 32-bit shared quadrants:&lt;BR /&gt;================================&lt;BR /&gt;&lt;BR /&gt;Shared space from Window id 0 (global):&lt;BR /&gt;        Space      Start        End  Kbytes Usage&lt;BR /&gt;Q2 0x0d2a0000.0x40000000-0x7ffe5fff 1048472 SHMEM id=34308&lt;BR /&gt;Q2 0x0d2a0000.0x7ffe6000-0x7fffffff     104 FREE&lt;BR /&gt;Q3 0x0fc8dc00.0x80000000-0xac436fff  725212 SHMEM id=1541&lt;BR /&gt;Q3 0x0fc8dc00.0xac437000-0xbfffffff  323364 FREE&lt;BR /&gt;&lt;BR /&gt;Shared space from Window id 1 (q3private):&lt;BR /&gt;        Space      Start        End  Kbytes Usage&lt;BR /&gt;Q2 0xffffffff.0x40000000-0x7fffffff 1048576 OTHER&lt;BR /&gt;Q3 0xffffffff.0x80000000-0xbfffffff 1048576 OTHER&lt;BR /&gt;&lt;BR /&gt;Limits for 32-bit SHMEM allocation:&lt;BR /&gt;===================================&lt;BR /&gt;&lt;BR /&gt;Maximum shmem segment:    4000000 Kbytes (shmmax)&lt;BR /&gt;Largest free  segment:     602476 Kbytes (Global 32-bit quadrant 4)&lt;BR /&gt;Max. shmem reduced to:     602476 Kbytes (largest free segment)&lt;BR /&gt;Available swap       :    6161024 Kbytes (swapspc_cnt)&lt;BR /&gt;Available pseudo-swap:    3567812 Kbytes (swapmem_cnt)&lt;BR /&gt;&lt;BR /&gt;Allocation policy for 32-bit shared segments&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;1. First-fit on quadrant 2 (SHMEM_MAGIC only)&lt;BR /&gt;2. First-fit on quadrant 4&lt;BR /&gt;3. First-fit on quadrant 3&lt;BR /&gt;&lt;BR /&gt;# swapinfo -mt&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    2152   -2152&lt;BR /&gt;memory     6311    2827    3484   45%&lt;BR /&gt;total     14503    4979    9524   34%       -       0    -&lt;BR /&gt;&lt;BR /&gt;IO USAGE(by iostat):&lt;BR /&gt;# iostat 1 10&lt;BR /&gt;&lt;BR /&gt;  device    bps     sps    msps  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0      0     0.0     1.0  &lt;BR /&gt;  c1t8d0      0     0.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      0     0.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      4     0.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0     36     7.9     1.0  &lt;BR /&gt;  c1t8d0     30     5.9     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      4     1.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0     30     7.0     1.0  &lt;BR /&gt;  c1t8d0     26     4.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3     24     4.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0      2     1.0     1.0  &lt;BR /&gt;  c1t8d0      6     1.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      0     0.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0     20     5.0     1.0  &lt;BR /&gt;  c1t8d0     14     4.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      0     0.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0     20     4.9     1.0  &lt;BR /&gt;  c1t8d0     10     2.9     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      0     0.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0      5     1.0     1.0  &lt;BR /&gt;  c1t8d0      3     1.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      1     1.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c0t0d0      5     2.0     1.0  &lt;BR /&gt;  c1t8d0     11     2.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      0     1.0     1.0  &lt;BR /&gt;&lt;BR /&gt;  c1t8d0      3     0.0     1.0  &lt;BR /&gt;  c0t1d0      0     0.0     1.0  &lt;BR /&gt;  c1t9d0      0     0.0     1.0  &lt;BR /&gt; c11t0d3      4     2.0     1.0  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 03:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467530#M787341</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-04-26T03:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467531#M787342</link>
      <description>can you provide ,&lt;BR /&gt;&lt;BR /&gt;sar -u ,sar -d , information from your system.</description>
      <pubDate>Tue, 26 Apr 2005 04:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467531#M787342</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-26T04:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467532#M787343</link>
      <description># sar -u 1 5&lt;BR /&gt;&lt;BR /&gt;HP-UX mercury2 B.11.11 U 9000/800    04/26/05&lt;BR /&gt;&lt;BR /&gt;23:35:36    %usr    %sys    %wio   %idle&lt;BR /&gt;23:35:37       1      24       0      75&lt;BR /&gt;23:35:38       1      25       1      74&lt;BR /&gt;23:35:39       0      24       0      76&lt;BR /&gt;23:35:40       1      25       0      74&lt;BR /&gt;23:35:41       1      25       0      74&lt;BR /&gt;&lt;BR /&gt;Average        1      25       0      75&lt;BR /&gt;&lt;BR /&gt;# sar -d 1 5&lt;BR /&gt;&lt;BR /&gt;HP-UX mercury2 B.11.11 U 9000/800    04/26/05&lt;BR /&gt;&lt;BR /&gt;23:35:48   device   %busy   avque   r+w/s  blks/s  avwait  avserv&lt;BR /&gt;23:35:49&lt;BR /&gt;23:35:50   c0t0d0    1.98    0.50       1       8    8.96   11.15&lt;BR /&gt;           c1t8d0    0.99    0.50       1       8    8.96    8.94&lt;BR /&gt;23:35:51   c0t0d0    1.98    0.50       3      14    6.19    7.46&lt;BR /&gt;           c1t8d0    0.99    0.50       2      10    4.80    6.84&lt;BR /&gt;23:35:52   c0t0d0    1.00    0.50       1       2    9.26    4.80&lt;BR /&gt;           c1t8d0    1.00    0.50       1       2    9.26    4.98&lt;BR /&gt;23:35:53   c0t0d0    3.00    0.50       5      38    7.04    6.63&lt;BR /&gt;           c1t8d0    2.00    0.50       4      34    6.59    5.12&lt;BR /&gt;&lt;BR /&gt;Average    c0t0d0    1.59    0.50       2      12    7.20    7.14&lt;BR /&gt;Average    c1t8d0    1.00    0.50       2      11    6.77    6.01</description>
      <pubDate>Tue, 26 Apr 2005 18:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467532#M787343</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-04-26T18:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467533#M787344</link>
      <description>Wanted to add these points,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The CPU system usage time (sys%) is more.Not sure as whether any backup or any kind of a process was running when you captured the output.&lt;BR /&gt;Make sure that the system processes are not carrying away the system.&lt;BR /&gt;&lt;BR /&gt;Meanwhile,I dont see any application activity on the system.&lt;BR /&gt;What actions by the user claim the system to be slow!&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;I would not like to see a avwait being more than the avserv time.&lt;BR /&gt;&lt;BR /&gt;The wait time should be very less than the service time.&lt;BR /&gt;&lt;BR /&gt;Also,your shared memory usage is very high on the system.&lt;BR /&gt;&lt;BR /&gt;you have defined a SHMMAX of 1gb on your kernel.&lt;BR /&gt;&lt;BR /&gt;you should be able to increase this further up to 2GB.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Apr 2005 23:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467533#M787344</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-26T23:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467534#M787345</link>
      <description>The shmmax is 4gb:&lt;BR /&gt;# kmtune|grep -i shmmax&lt;BR /&gt;shmmax             4096000000  Y  4096000000  &lt;BR /&gt;&lt;BR /&gt;There are some error log of SYBASE:&lt;BR /&gt;&lt;BR /&gt;00:00000:00016:2005/04/26 02:28:01.65 server  Process id 14 killed by Hostname mercury2, Host process id 3076.&lt;BR /&gt;00:00000:00014:2005/04/26 02:32:32.18 kernel  Cannot read, host process disconnected: HEWLETT-7E673F5 608 spid&lt;BR /&gt;: 14&lt;BR /&gt;00:00000:00015:2005/04/26 02:32:32.18 kernel  Cannot read, host process disconnected: HEWLETT-7E673F5 608 spid&lt;BR /&gt;: 15&lt;BR /&gt;00:00000:00002:2005/04/26 03:53:07.09 kernel  nopen: setsockopt, Interrupted system call&lt;BR /&gt;00:00000:00002:2005/04/26 03:53:07.10 server  Error: 1605, Severity: 21, State: 1&lt;BR /&gt;00:00000:00002:2005/04/26 03:53:07.10 server  Failed to open virtual socket for new connections&lt;BR /&gt;00:00000:00002:2005/04/26 09:53:02.03 kernel  nopen: setsockopt, Interrupted system call&lt;BR /&gt;00:00000:00002:2005/04/26 09:53:02.05 server  Error: 1605, Severity: 21, State: 1&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 00:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467534#M787345</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-04-27T00:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467535#M787346</link>
      <description>Just browsed thru sybase for the error information&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://manuals.sybase.com/onlinebooks/group-as/asg1250e/svrtsg/@Generic__BookTextView/26529" target="_blank"&gt;http://manuals.sybase.com/onlinebooks/group-as/asg1250e/svrtsg/@Generic__BookTextView/26529&lt;/A&gt;</description>
      <pubDate>Wed, 27 Apr 2005 02:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467535#M787346</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-27T02:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467536#M787347</link>
      <description>Which system parameter corresponds to the maximum number of file descriptors that the operating system allows for server's engine processes?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2005 04:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467536#M787347</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-04-27T04:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to tune the kernel Configurable Parameters for sybase 11?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467537#M787348</link>
      <description>&lt;A href="http://docs.hp.com/en/939/KCParms/KCparam.Nfile.html" target="_blank"&gt;http://docs.hp.com/en/939/KCParms/KCparam.Nfile.html&lt;/A&gt;</description>
      <pubDate>Wed, 27 Apr 2005 04:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-tune-the-kernel-configurable-parameters-for-sybase-11/m-p/3467537#M787348</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-27T04:36:03Z</dc:date>
    </item>
  </channel>
</rss>

