Kernel parameters problem in Solaris 10

please tell me the list of kernel parameters in solaris10. Because we've a requirement in one project.
Also tell me the importance of eah kernel parameter if possible.

Thanks in Advance.:):cool:

You can list them with these commands (taken from Rosetta Stone for Unix):

sysdef
getconf
cat /etc/system
ndd
adb -k

Read up on the kernel documentation about them. Importance is depending on what is important for you or the application you are going to run. Same applies as in your Linux thread.

# prctl $$

with this command you can list some parameters from current shell. It is projects related command.
For example starting from Solaris 10 projects are used for tuning kernel parameters when you install oracle database.