Sponsored Content
Full Discussion: Kernel Parameters
Operating Systems Solaris Kernel Parameters Post 302481179 by jegaraman on Friday 17th of December 2010 12:27:41 AM
Old 12-17-2010
Hi Murphy,

Thanks for the info that you have send.

One of my doubt is whether a Solaris 10 should have all the Kernel Parameters mentioned in your link page or is any thing less is enough.

Bcos I have been asked here , to evaluate whether all the kernel parameter are good in our existing system.

The existing setup has

Code:
* Begin MDD root info (do not edit)
rootdev:/pseudo/md@0:0,0,blk
* End MDD root info (do not edit)
set pg_contig_disable=1
* Begin user_stack parameter for oracle
set noexec_user_stack=1
set nautopush=64
set sd:sd_io_time=30
set scsi_reset_delay=500
set rlim_fd_curr=4096
set rlim_fd_max=65536
set noexec_user_stack=1
set semsys:seminfo_semmnu=16384
set semsys:seminfo_semmni=16384
set semsys:seminfo_semmsl=1024
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmni=16384
set shmsys:shminfo_shmmin=1
* End of user_Stack for oracle
* Message queues
set msgsys:msginfo_msgmap=500
set msgsys:msginfo_msgmax=8192
set msgsys:msginfo_msgmnb=65536
set msgsys:msginfo_msgmni=256
set msgsys:msginfo_msgssz=32
set msgsys:msginfo_msgtql=500
set msgsys:msginfo_msgseg=8192

Kindly reply.

Last edited by DukeNuke2; 12-17-2010 at 03:22 AM..
 

10 More Discussions You Might Find Interesting

1. HP-UX

Display Kernel Parameters

Good Day Please couls somebody tell me how to display Configurable Kernel parameters from the command line. I am able to do it from SAM,but would like to dump the command line output to a text file so I can email it off to HP. Kind Regards Shawn (1 Reply)
Discussion started by: shawnbishop
1 Replies

2. UNIX for Advanced & Expert Users

Tunable kernel parameters

Hi all, I'm at SCO UNIXWARE 7.1.1, my system's memory is larger than dump device, I have found one kernel tunable parameter at SCO website ie SYSDUMP_SELECTIVE which tells me that if set to 1 system will dump only kernel mapped memory, but I'm not sure how to configure this parameter. As well... (2 Replies)
Discussion started by: tayyabq8
2 Replies

3. HP-UX

kernel parameters

I want to change some kernel parameters in HP-UX11, to do with Oracle upgrade/install. I know this is done using SAM. I am told SAM will not let you enter values outside the allowable range. Could anyone tell me if they have experienced anything different? In Solaris, I would copy the... (2 Replies)
Discussion started by: malcqv
2 Replies

4. HP-UX

Need to look at Kernel parameters

Hello all, Can anyone tell me the command line I can use to look at the following Kernel parameters: nfile maxfile maxfile_lim I'm using the Reflection manager connection to my Unix box so I can't use SAM. (3 Replies)
Discussion started by: impunchdrunk
3 Replies

5. HP-UX

Kernel parameters.

I've been trying to find out the following parameters of our Unix box: ==>OS version ==> patch level and the following kernel parameters =>maxfiles_lim =>maxvgs =>nproc =>msgmni =>ncsize =>nfile Could someone help me how would I find the above(commands)? Thanks, Bhagat (1 Reply)
Discussion started by: bhagat.singh-j
1 Replies

6. HP-UX

Adding new kernel parameters

Hi, I'm new to HP-UX. i'm working on HP-UX 11.31 ia64 for testing our product i could able to change the kernel parameter values and i need to add the following parameters to the parameters list semmap = 258 nfile = 2048 msgseg = 7168 msgssz = 32 maxusers = 60 msgmap = 258 msgmax =... (4 Replies)
Discussion started by: jo09
4 Replies

7. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

8. Linux

kernel module parameters

Hi, if I install a module with specific parameter, will this parameters applied next time system boots? for exampe, I want to disable InterruptThrottleRate modprobe e1000e InterruptThrottleRate=0 Is this parameter apllied only for this run, or this module will always use this parameter when... (2 Replies)
Discussion started by: Shedon
2 Replies

9. Solaris

Kernel Parameters

Dear All, I have weblogic Portal Installed in the Server solaris 10. How can i verify whether all the kernel parameters are available for this Software and also another question is How to crosscheck a server ( Solaris 10 Sparc ) whether it has all the required kernel parameters. ... (2 Replies)
Discussion started by: jegaraman
2 Replies

10. UNIX for Dummies Questions & Answers

What exactly does Kernel parameters do ?

Virtual Machine running on VMWare workstation 9.2 os : RHEL 5.8 RAM : 2.5GB Swap : 2.6gb CPU : 1 virtual CPU Surprizingly I couldn't find much from googling on What exactly does Kernel parameters do ? I was under the impression that kernel parameters just set the limits/maximum for a... (2 Replies)
Discussion started by: John K
2 Replies
newfs_hfs(1M)															     newfs_hfs(1M)

NAME
newfs_hfs: newfs - construct a new HFS file system SYNOPSIS
disk_type] swap] [mkfs-options] special DESCRIPTION
The command builds a file system by invoking the command. The command creates the file system with a rotational delay value of zero (see tunefs(1M)). special represents a character (raw) special device. Options recognizes the following options: Specify the HFS file system type. Reserve space for boot programs past the end of the file system. If file is present on the system then sufficient space to accommodate that file is reserved, otherwise 691 KB sectors are reserved. This option decreases the size of the file system to be created. This option cannot be used if the option is given; see below. This option allows the command to make the new file system in an ordinary file. In this case, special is the name of an existing file in which to create the file system. The option (see "mkfs Options") must be provided with this option. There are two types of HFS file systems, distinguished mainly by directory formats that place different limits on the length of file names. If is specified, build a long-file-name file system that allows directory entries (file names) to be up to(255) bytes long. If is specified, build a short-file-name file system that allows directory entries (file names) to be up to(14) bytes long. If neither nor is specified, build a file system of the same type as the root file system. Use disk parameters from the entry for the named disk type in This option is provided for backward compatibility with previous HP-UX releases. Any parameters specified in the command line will override the corresponding values in Any values not given in the command line or in will be defaulted. Reserve swap megabytes (MB) of swap space past the end of the file system. This option decreases the size of the file system to be created by the given amount. This option cannot be used if the option is given; see "mkfs Options" below. Verbose; the command prints out its actions, including the parameters passed to the command. Echo the completed command line, but perform no other actions. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. Both the and options can be given in the same command line. In this case, both the requested swap space and the space needed for boot pro- grams are reserved. These options are for use when the file system size defaults to the size of the entire disk. mkfs Options The mkfs-options argument can be zero or more of the following options that can be used to override default values passed to the command: The primary block size for files on the file system. Valid values are: 4096, 8192, 16384, 32768, and 65536. The default value is 8192 bytes. The number of disk cylinders per cylinder group. This number must be in the range 1 to 32. The default value is 16 cylinders per group. The fragment size for files on the file system. fragsize represents the smallest amount of disk space to be allocated to a file. It must be a power of two no smaller than and no smaller than one-eighth of the file system block size. The default value is 1024 bytes. The density of inodes in the file system specified as the number of bytes per inode. The default is 6144 bytes per inode. This number should reflect the expected average size of files in the file system. If fewer inodes are desired, a larger number should be used; if more inodes are desired, a smaller number should be used. The number of inodes that will be created in each cylinder group of a file system is approximately the size of the cylinder group divided by the number of bytes per inode, up to a limit of 2048 inodes per cylinder group. If the size of the cylinder group is large enough to reach this limit, the default number of bytes per inode will be increased. The minimum percentage of free disk space allowed. The default value is 10 percent. Once the file system capacity reaches this threshold, only users with appropriate privileges can allocate disk blocks. The disk speed in revolutions per minute (rpm). The default value is 3600 revolutions per minute. The number of blocks in the file system. is defined in The default value is the size of the entire disk or disk section minus any swap or boot space requested. See mkfs_hfs(1M) for limits on the size of HFS file systems. The number of tracks per cylinder. The default value depends on the size of the file system. For file systems of less than 500 MB, the default is 7; for file systems between 500 MB and 1 GB, the default is 12; for file systems larger than 1 GB the default is 16. Specify a list of comma separated suboptions and/or keyword/attribute pairs from the list below. Controls the for the file system. The default is This means the bit is not set and files created on the file system will be limited to less than 2 gigabytes in size. If is specified, the bit is set and the maximum size for files created on the file system is not limited to 2 gigabytes (see mount_hfs(1M) and fsadm_hfs(1M)). Access Control Lists Every file with one or more optional ACL entries consumes an extra (continuation) inode. If you anticipate significant use of ACLs on a new file system, you can allocate more inodes by reducing the value of the argument to the option appropriately. The small default value typically causes allocation of many more inodes than are actually necessary, even with ACLs. To evaluate the need for extra inodes, run the command on existing file systems. For more information on access control lists, see acl(5). EXAMPLES
Execute the command to create an HFS file system on a non-LVM disk and reserve 40 megabytes of swap space. Create an HFS file system within a logical volume, whose size is identical to that of the logical volume. (Note the use of the character (raw) special device.) WARNINGS
The old option, from prior releases of newfs(1M), is no longer supported. newfs(1M) cannot be executed specifying creation of a file system on a whole disk if that disk was previously used as an LVM disk. If you wish to do this, use mediainit(1) to reinitialize the disk first. AUTHOR
was developed by HP and the University of California, Berkeley. FILES
Static information about the file systems. SEE ALSO
bdf(1M), fsadm_hfs(1M), mkboot(1M), mkfs(1M), mkfs_hfs(1M), mount_hfs(1M), newfs(1M), tunefs(1M), disktab(4), acl(5), disk(7). newfs_hfs(1M)
All times are GMT -4. The time now is 07:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy