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 |
one guy asking how to grow disk size in SDS? what is SDS?
How will you clear the soft error on disk
If you have multiple ethernet interfaces, how do you keep it from routing between them?
How can you see the system firewll?
can you explain about the vxencap command in veritas volume manager?
how to configure ethernet card.
Hello Everyone, One of our servers is showing a strange issue, let me paste the output Code: root # uptime 4:37pm 3 users, load average: 0.00, 0.04, 0.04 Its been running since months but you can see after time there isn't any output like up 191 days(s). Even the who command with b and r option isn't giving any output. Code: root # who -b root # root # who -r root # the date command displays correct output. I am not sure but is it because someone has played with utmpx and wtmpx files, is reboot the only solution we have. Can anyone help us since we don't intend to reboot the server for such a reason and also no one has complained till yet.
How to enable the crashdump?
What are thing you must ensure to provide security the system
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?
Explain /etc/inittab files
In which file port No’s are defined