- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vhand issue
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
05-15-2006 04:25 AM
05-15-2006 04:25 AM
Vhand issue
RP1 server with HP Unix V.11.11 & Oracle 8.1.7 loaded, In which vhand
Process is consuming a lot of CPU usage, Sometimes two Vhand processes
running at high CPU %. This is happening at low load and as well as high
load also. As vhand is taking all the system resource, it is making all
other applications very slow, thus effecting the performance of the database
server. Please Help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 04:37 AM
05-15-2006 04:37 AM
Re: Vhand issue
Check your 'swapinfo -tam' output to see what your swap situation is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 04:52 AM
05-15-2006 04:52 AM
Re: Vhand issue
try working out memory statistics through
UNIX95 command line and also you can use vmstat..
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 04:56 AM
05-15-2006 04:56 AM
Re: Vhand issue
I think that your system is paging processes in and out of swap heavily and you would benefit from more memory.
vmstat will help you see this issue.
http://www.hpux.ws/system.perf.sh
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 08:09 AM
05-15-2006 08:09 AM
Re: Vhand issue
Check for following as well besides already above.
dbc_min_pct & dbc_max_pct
Because of memory pressure, vhand might need to stale the pages from buffer to cater the memory pressure.
Are you using Filesystem based or Raw device based Oracle application?
Whats the patch status of the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 10:11 PM
05-15-2006 10:11 PM
Re: Vhand issue
root@rp1 />swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 1182 7010 14% 0 - 1 /dev/vg00/lvol2
reserve - 3094 -3094
memory 3087 1013 2074 33%
total 11279 5289 5990 47% - 0 -
root@rp1 />vmstat
procs memory page
faults cpu
r b w avm free re at pi po fr de sr in
sy cs us sy id
1 3 15 281987 3330 72 0 3 3 0 0 61 1459
14576 2780 34 5 61
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 08:42 AM
05-16-2006 08:42 AM
Re: Vhand issue
thanks for responding.do i have to change any kernel parameters like desfree,minfree or lotsfree?.i checked both swapinfo and vmstat.where can i get detailed information regarding patches??
thanks a lot