- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with vhand process
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
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
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
04-27-2004 08:00 AM
04-27-2004 08:00 AM
Problem with vhand process
Memory: 8GB
CPUs: 4
Data Base: Sybase / 2 instance
Problem: Process vhand use all CPU and server stop.
I attach the top output
The problem is software o hardware ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 08:04 AM
04-27-2004 08:04 AM
Re: Problem with vhand process
Reduce the "dbc_max_pct" kernel parameter value to 10%. This is probably set to a higher value at present, probably 50% or something.
If you change this paramter, you'll have to rebuild the kernel and reboot.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 08:08 AM
04-27-2004 08:08 AM
Re: Problem with vhand process
If vhand is that active you're probably memory starved. As Sanjay suggest check the dbc_max_pct & dbc_min_pct & lower them to around 10 & 5 respectively. If theye're already down there then you either have to install more memory & reduce memory pressure.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:12 AM
04-27-2004 10:12 AM
Re: Problem with vhand process
Modify dbc_max_pct is only with file system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:40 AM
04-27-2004 10:40 AM
Re: Problem with vhand process
dbc_max_pct refer to the max percent of memory the system will setup as buffer cache. Even if you database use RAW device, not all part of your application used raw dev, the binary and the libs are most of the time in normal filesystem. If your parameter is already setup to 10 or less then you have to reduce the sga of your database.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 08:44 PM
04-27-2004 08:44 PM
Re: Problem with vhand process
I am not familiar with Sybase but you can have a memory leak.
In that case, stop the DBMS instances, reboot the machine, and restart Sybase.
If, after a reboot you see rather soon, the vhand process taking all CPU resources again, then probably your DBMS cache tuning is set too large. In this case, lower your dbms cache configuration and restart the dbms.
Regards,
Franky Leeuwerck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 03:22 AM
04-28-2004 03:22 AM
Re: Problem with vhand process
The fact that vhand is active means that your system is facing severe memory pressure. Please send us the output of kmtune from your system. If you feel the kernel parameters are tuned right like dbc_max_pct (use sam too) then check for other causes, maybe memory leaks in applications or just plain overload and you need to add more memory because you may have added more users hence more processes.
Also please check if you have the latest patch bundles for vm.
When you have vhand become extremely active you could experience system hangs or system becomes very unresponsive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:30 AM
04-28-2004 04:30 AM
Re: Problem with vhand process
vhand process comes into picture only when systems various process requires more and more memory , i guess by changing dbc_max_pct and dbc_min_pct wont sort out the issue, the best thing is to upgrade the memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:56 AM
04-28-2004 05:56 AM
Re: Problem with vhand process
Once again please post the kernel tunables and we can assist you better.