1830587 Members
3182 Online
110015 Solutions
New Discussion

set the vx_ninode to 64k

 
SOLVED
Go to solution
Mousa55
Super Advisor

set the vx_ninode to 64k

Hi
how to change the vx_ninode parameter from 0 to 64k
Parameter: vx_ninode
Current: 0
Planned: 0
Default: 0
Minimum: -
Module: -
Version: -
Dynamic: N

thanks
10 REPLIES 10
Jeeshan
Honored Contributor
Solution

Re: set the vx_ninode to 64k

hi

use SAM to change the parameter. but size must be in bytes.
64K = 64*1024
a warrior never quits
Venkatesh BL
Honored Contributor

Re: set the vx_ninode to 64k

The way to change kernel tunables is slightly different between OS versions. Which is your HPUX version? Also, note that you need to reboot the system to effect this change.
Mousa55
Super Advisor

Re: set the vx_ninode to 64k

Hi
from where in the SAM i can change this parameter
thanks
Davis Paul
Valued Contributor

Re: set the vx_ninode to 64k

Hi Nejad,
Sam >Kernel Configuration > Kernel configuration (character mode) > t - Tunables
Davis Paul.
Jeeshan
Honored Contributor

Re: set the vx_ninode to 64k

hi again

which OS version you are using?
There is difference for kernel parameter changing.

in 11iv1 this parameter is static. that means you need reboot.

in 11iv2 this is dynamic.
a warrior never quits
Rasheed Tamton
Honored Contributor

Re: set the vx_ninode to 64k

Hi,

man vx_ninode

kcweb->Tunables
Select vx_ninode->Enter
m for modify
1-help

Rgds.
Mousa55
Super Advisor

Re: set the vx_ninode to 64k

Hi
yes i have 11i version, and i want to set to 64k this = 65536 byte, this value which i set it.
thanks a lot
Rasheed Tamton
Honored Contributor

Re: set the vx_ninode to 64k

You can do directly also:

kctune vx_ninode=64kb
Asif Sharif
Honored Contributor

Re: set the vx_ninode to 64k

vx_ninode is a static tunable that is initialized when VxFS is loaded, so any changes to vx_ninode cannot take effect until the next system reboot.By default, the initial value of vx_ninode is zero; the file system later computes a value based on the system memory size. The following example shows how to change the value of vx_ninode to 64000:

# kctune -s vx_ninode=64000

Regards,
Asif Sharif
Regards,
Asif Sharif
Mousa55
Super Advisor

Re: set the vx_ninode to 64k

thanks for all