- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Values
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
03-17-2004 03:06 PM
03-17-2004 03:06 PM
Kernel Values
I've 1gb RAM and 2GB Swap on my Lclass server having Oracle Database of 50GB. What should be the value of maxdsize, maxssize and maxtsize.
How to set the integer value of these par using SAM.
How to convert 0x040000 to decimal value
and vice versa.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:16 PM
03-17-2004 03:16 PM
Re: Kernel Values
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=194845
kmtune contains options in the man page for changing hex to numeric and back.
As does sam.
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
03-17-2004 04:14 PM
03-17-2004 04:14 PM
Re: Kernel Values
Kernel Values given below should be ok.
maxdsiz 0x40000000
maxdsiz_64bit 0x80000000
maxssiz 0x8000000
maxssiz_64bit 0x40000000
maxtsiz 0x4000000
maxtsiz_64bit 0x40000000
Conversion of decimal value to hexadecimal can been seen check through SAM --> Kernel Configuration --Configurable Parameters. It shows both the values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 05:32 PM
03-17-2004 05:32 PM
Re: Kernel Values
1)
maxdsiz 990056448
maxdsiz_64bit 4294967296
maxssiz 8388608
maxssiz_64bit 33554432
maxtsiz 67108864
maxtsiz_64bit 1073741824
2)
Just replace the integer values.
3)
For Conversion :
Very simple use you calculator of any windows O.S. and select view as scientific.
Here you can convert hex-dec and vice-versa.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 05:35 PM
03-17-2004 05:35 PM
Re: Kernel Values
In need you can bump this value to a higher value.
These parameters just describe the upper limit for the process so that it does not take away more resources.
you can just use
#echo "0x040000=D"|adb
to get the decimal value.