- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sybase databases problems with performance
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО10-13-2002 10:54 PM
тАО10-13-2002 10:54 PM
Sybase databases problems with performance
He went about it in this way he exported the databases then installed 12.0 then built the databases and then imported the information in the other databases to the new ones. The problems that has arisen since are performance problems the system is working much slower than before the upgrade.Has anybody encountered the same problems? My customer runs K-class servers with a Serviceguard cluster 11.00 HP/UX with the latest patches. Is there any kernel parameters that should be different when you move from 11.5.1 to 12.0?
Thank you for your help in advance if you need more info just give a hint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2002 11:08 PM
тАО10-13-2002 11:08 PM
Re: Sybase databases problems with performance
Theres not much to go on here. Is Sybase 12.0 now more cpu intensive or more i/o intensive or more memory intensive ?? give us a clue.
Also - is Sybase 12.0 32 or 64bit ? and 11.5.1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2002 11:12 PM
тАО10-13-2002 11:12 PM
Re: Sybase databases problems with performance
Were HP-UX patches installed along with upgrading to Sybase 12?
I yes, then you should check if the asyncdsk driver is really used by the database (quick-check: fuser /dev/async).
Beginning with PHKL_21535 (superseded by PHKL_27919) you need MLOCK priviledges to use asyncdsk... see the patch's special installation instructions.
Guest a guess...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2002 11:51 PM
тАО10-13-2002 11:51 PM
Re: Sybase databases problems with performance
2. It is the 32 bit op system and Sybase version.It is all 32 bit.
3. There are some instances using the async driver but i could not determine if it was the database.
4. The patches you suggested are not installed so this could be a reason.
regards Boris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2002 02:31 AM
тАО10-14-2002 02:31 AM
Re: Sybase databases problems with performance
;^)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 04:59 AM
тАО10-15-2002 04:59 AM
Re: Sybase databases problems with performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 05:06 AM
тАО10-15-2002 05:06 AM
Re: Sybase databases problems with performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 05:24 AM
тАО10-15-2002 05:24 AM
Re: Sybase databases problems with performance
1. asyncdsk driver must be included in your hpux kernel.
2. shmmax hpux kernel parameter should be equil to or bigger than your physical memory size.
3. check your sybase memory -> sp_configure "total memory", don't leave it at default which is too small for good cache peformance.
4. check out the runnable process search count -> sp_configure 'runnable process search count', if it is not at default then change it back to default.
5. while your machine is slow, run "sar -Mud 2 9" to see if you ran into CPU or disk bound situation. If disk bounded, go back to your sql program to make sure they don't cause table scan problems. If CPU bounded then you got whole lot more work to do. Also run "top" to make sure there are no other program that occupied the CPU.
6. make sure no livelocks in Sybase, while your machine is slow check output from "sp_who", look at the "block by" column.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2002 05:29 AM
тАО10-15-2002 05:29 AM
Re: Sybase databases problems with performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2002 11:43 PM
тАО11-03-2002 11:43 PM
Re: Sybase databases problems with performance
Try changing the CONFIG parameter TCP NO DELAY to 1.
On ASE12.0 by default it is 0, which means ASE would wait until the TDS packets are full.
For apps atht use small TDS, may benefit significantly by turning this off.
This is a static parameter in 12.0 and needs a recycle.
Cheers