- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxswapchunks - user defined kernel varable?
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
09-01-2006 08:13 AM
09-01-2006 08:13 AM
Why am I getting the following, I thought it was a standard variable?
I had no luck finding that variable in sam either.
# /usr/sbin/kctune -h -B maxswapchunks=16384
ERROR: The tunable 'maxswapchunks' is not known. (If you are trying
to create a user-defined tunable, specify the -u flag.)
# ###
## # #
# # # #
# # #
# # #
# # #
##### ###
##### #### # # # ##### ####
# # # # # ## # # #
# # # # # # # # # ####
##### # # # # # # # #
# # # # # ## # # #
# #### # # # # ####
Solved! Go to Solution.
- Tags:
- maxswapchunks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:20 AM
09-01-2006 08:20 AM
Re: maxswapchunks - user defined kernel varable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:22 AM
09-01-2006 08:22 AM
Re: maxswapchunks - user defined kernel varable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:27 AM
09-01-2006 08:27 AM
Re: maxswapchunks - user defined kernel varable?
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:33 AM
09-01-2006 08:33 AM
Re: maxswapchunks - user defined kernel varable?
now what about semmap? Does that variable no longer exists either in 11.23?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:37 AM
09-01-2006 08:37 AM
Re: maxswapchunks - user defined kernel varable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 08:40 AM
09-01-2006 08:40 AM
Re: maxswapchunks - user defined kernel varable?
http://docs.hp.com/en/5990-6737/ch04s29.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 09:55 AM
09-01-2006 09:55 AM
Re: maxswapchunks - user defined kernel varable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 08:41 AM
09-03-2006 08:41 AM
Re: maxswapchunks - user defined kernel varable?
more information about 11.23 kernel tunning:
â ¢ Several commands are obsolete in HP-UX 11i v2:
â configâ configure and build an HP-UX system.
â kmadminâ kernel module administration.
â kminstallâ add, delete, update the installation of a kernel module.
â kmmodregâ register or unregister loadable kernel modules with the running kernel.
â kmsystemâ set, query planned configuration attributes of kernel modules.
â kmupdateâ update default kernel, or update specified kernel modules.
â Deprecated Commands
â kmtuneâ this now calls kctune.
â kmpathâ this now calls kcpath.
â mk_kernelâ this is now a script that calls kconfig.
â ¢ Several new commands are added in HP-UX 11i v2:
â kconfigâ used for managing kernel configurations.
â kctuneâ used for managing tunable kernel tunables (tunables).
â kcmoduleâ used for managing the states of kernel modules
â kclogâ used for viewing the contents of the kernel configuration log.
â kcpathâ used by scripts to determine the path of the running kernel.
â ¢ Several tunables have been obsoleted and new ones added
â Obsolete Tunables
â shmem
â sema
â mesg
â maxusers
â New Tunables
â fs_symlinks (5) - Maximum number of symbolic links used to resolve a path name
â aio_proc_threads (5) - Maximum number of process threads allowed in AIO pool
â aio_monitor_run_sec (5) - Frequency of AIO thread pool monitor execution (in seconds)
â aio_proc_thread_pct (5) - Percentage of all process threads allowed in AIO pool
â aio_req_per_thread (5) - Desirable ratio between number of pending AIO requests and servicing
threads
â Tunables Made Dynamic
â nfile (5) - maximum number of open files (system-wide)
â nflocks (5) - maximum number of file locks
â dbc_min_pct (5) - minimum percentage of memory used for caching file I/O data and metadata
â dbc_max_pct (5) - maximum percentage of memory used for caching file I/O data and metadata
â aio_max_ops (5) - maximum number of POSIX async I/O operations that can be queued at any
time
â aio_listio_max (5) - the maximum number of POSIX asynchronous I/O operations that can be
specified in a listio() call
â aio_prio_delta_max (5) - greatest delta (slowdown factor) allowed in POSIX async IO request
priorities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2006 08:45 AM
09-03-2006 08:45 AM