How to view the kernel (shmmax)paramiter value in solaris 10?
Answers were Sorted based on User's Feedback
Answer / deepunix
you can see kernel parameter values in /etc/system file, even you can set kernel parameters in this file. but now a days we are using project mode(Resource Control Options) kernel parameters settings.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / naveen
To view the current values of the resource control, enter
the following commands:
#id -p //to verify the project ID
uid = 0 (Root) gid = 0 (Root) projid = 1 (user.root)
#prctl -n project.max-shm-memory -i project user.root
#prctl -n project.max=sem-ids -i project user.root
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / kishore devlate
Hi DeepUnix,
I know that file, but i want to see that by command how can i see that all, for example
shmmax value i want to see the how you can see by the command?
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / naveen
View and Change Kernel Parameter Values on Solaris 10
To view the current values of the resource control, enter
the following commands:
#id -p //to verify the project ID
uid = 0 (Root) gid = 0 (Root) projid = 1 (user.root)
#prctl -n project.max-shm-memory -i project user.root
#prctl -n project.max=sem-ids -i project user.root
To change any of the current values, follow these steps:
1.
To modify the value of max-shm-memory to 6GB:
#prctl -n project.max-shm-memory -v 6gb -r -i project
user.root
2.
To modify the value of max-sem-ids to 256:
#prctl -n project.max-sem-ids -v 256 -r -i project
user.root
| Is This Answer Correct ? | 2 Yes | 1 No |
How to stop one node cluster exclusively
How to Switch service group between nodes
Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently
how to search hide files
What is difference between Hard and Soft mount?
I want to know how to Sechudle job using at and crontab so please give the explain with example please do the needful Regards Visva
What does pkgadd command do?
How we configure the veritas cluster server for solaris? what r the proceure we have to take configuration
Options in ufsrestore
Explain the boot process?
How to find the kernel bit version or architecture
What are the daemons will run when the system is booting?