Hello: Thanks to John Leadeham. The solution he provides is: The kernel is modular and the modules not loaded until needed (when you start up your application). You can use the modload command: modload -p sys/shmsys modload -p sys/msgsys and quite possibly: modload -p sys/semsys for semaphores followed by sysdef I My original post: To install an application, it requires to tune a few kernel parameters. Such as MSGMAX, MSGMAP, SHMMAX, SHMMNI, etc. Before I make any change on those parameters, I would like to verify their current values. Command #sysdef does not show those parameters. Does it mean those parameters currently have the default value? Which command(s) should I use to retrieve all kernel parameters. Warren _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Thu May 19 16:43:39 2005
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:47 EST