1833784 Members
2726 Online
110063 Solutions
New Discussion

vxfsd on 11.11

 
Stuart Powell
Super Advisor

vxfsd on 11.11

I saw some earlier threads on this but no one clearly explained exactly what the daemon is doing. Does anybody have a good handle on the daemon or a link to where I could find out more info?

Stuart
Sometimes the best answer is another question
2 REPLIES 2
Jeff Schussele
Honored Contributor

Re: vxfsd on 11.11

Hi Stuart,

vxfsd is the JFS daemon. Basically it's the filesystem driver. Under certain conditions - high disk I/O loads for EX - it can grow quite high on the glance/top output.
Under NO circumstances should it be killed or reniced.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Mark Ray_1
New Member

Re: vxfsd on 11.11

Hi Stuart,

The vxfsd daemon is a kernel daemon. I don't think you can kill it if you want to. It does many tasks in the background so the user processes don't have to. One such process is to free inactive inodes from the JFS inode cache. Another example is to look flush the Transaction Log periodically, or flush delayed extended write buffers for a file.

Best Regards,

Mark