1825954 Members
2641 Online
109690 Solutions
New Discussion

MAXDSIZ value

 
SOLVED
Go to solution
Anand_30
Regular Advisor

MAXDSIZ value

Can anyone please tell me how can I obtain the value for the maxdsiz parameter in my HP-UX10.20 machine. I need to know what is the value that is set for MAXDSIZ in my machine

Anand.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: MAXDSIZ value

not sure but.

kmtune

kmtune | grep -i maxdsiz

I am not 100% certain kmtune is on 10.20

Otherwise try

sam
kernel
configurable parameters

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Con O'Kelly
Honored Contributor
Solution

Re: MAXDSIZ value

Hi

You can use:
# sysdef | grep maxdsiz
(HP 10.20 doesn't have kmtune)

If that doesn't work use SAM
Kernel Configuration -> Confiurable Parameters.

Cheers
Con
Anand_30
Regular Advisor

Re: MAXDSIZ value

Hi Con,

Thanks for the rely. I was able to use sysdef in my machine. The output shows something like this:

maxdsiz 131072 - 256-655360 Pages -

Can you please tell me how do I interpret this. What is the value of the maxdsiz for my machine.

Anand.
Tim Adamson_1
Honored Contributor

Re: MAXDSIZ value

The value fro maxdsiz is 131072 pages. Multiply it by 4096 and you will have your answer in bytes.

The answer ends up being 512Mb.


Tim
Yesterday is history, tomorrow is a mystery, today is a gift. That's why it's called the present.
Con O'Kelly
Honored Contributor

Re: MAXDSIZ value

Hi

This shows your maxdsiz is set at 524288K (131072 x 4K).

If you type sysdef |more the first line will give you the sysdef column headings.

Cheers
Con