1833788 Members
2360 Online
110063 Solutions
New Discussion

Re: vhand

 
SOLVED
Go to solution
Sandip Ghosh
Honored Contributor

vhand


What does the vhand process do?

Thanks in advance
Sandip
Good Luck!!!
11 REPLIES 11
harry d brown jr
Honored Contributor
Solution

Re: vhand

Ian Dennison_1
Honored Contributor

Re: vhand

"The vhand process is responsible for Management of Memory Availability" (taken from the HP-UX Memory Management whitepaper).

In brief, it is responsible for freeing up memory by paging it out.

If you would to learn more, look for the Whitepaper on the forums here.

Cheers, Ian Dennison
Building a dumber user
Sanjay_6
Honored Contributor

Re: vhand

Hi Sandip,

"vhand" is the swapper process that handles the normal paging mechanism. It is the "swapper", the process that swap pages to and from between swap and memory.

hope this helps.

Regds


Patrick Wallek
Honored Contributor

Re: vhand

If you are seeing vhand useing a lot of CPU time, then you are not going to get much done on your machine. vhand is the process that controls swapping of pages from memory to the swap area on disk. If it is using lots of CPU then you are doing lots of swapping and it is time for more RAM for this machine.
James George_1
Trusted Contributor

Re: vhand

vhand daemon handles the paging requirements and memory clearence. It decides when to page and takes care of the memory by clearing its references. It depends on couple of factors ..sorry don't remeber anything now.

Rgds / James
forum is for techies .....heaven is for those who are born again !!
harry d brown jr
Honored Contributor

Re: vhand

Sandip,

If it's consuming a lot of cpu, look at this:

http://us-support3.external.hp.com/cki/bin/doc.pl/screen=ckiDisplayDocument?docId=200000043976223
live free or die
harry
Live Free or Die
Sanjay_6
Honored Contributor

Re: vhand

Hi Sandip,

If you see "vhand" consuming a lot of system time, you should reduce the value of the kernel parameters, dbc_min_pct and dbc_max_pct Your dbc_max_pct was probably set at the default value of 50%, so it is consuming half of your RAM over time, thus slowing performance and using memory.

Hope this helps.

Regds

Marcin Wicinski
Trusted Contributor

Re: vhand

Hi,
vhand process is responsible for performing paging tasks.
Marcin Wicinski
Helen French
Honored Contributor

Re: vhand

Hi,

Also, Check this out:

http://www.docs.hp.com//hpux/onlinedocs/os/11i/mem_mgt.html#pregion elements used by vhand

HTH,
Shiju

Life is a promise, fulfill it!
Sandip Ghosh
Honored Contributor

Re: vhand

Hi All,

Thanks everybody for your replies.

Sandip
Good Luck!!!