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 remove the volume
what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)
What command can be used in running a background process?
How to find out the shared file system from server and client
How to Create a snapshot volume
How to create a new volume
How will see the kernel version
How to do the disk cloning on solaris
How to start / stop the nfs server
To find the OBP environment variable
solaris kernel name
What are the NFS daemon in server & client