![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extend a Filesystem with other LV | aldowsary | AIX | 6 | 11-01-2007 02:42 AM |
| How to extend /tmp size? | mr_bold | UNIX for Dummies Questions & Answers | 3 | 07-25-2007 01:11 AM |
| How to extend ?? | starszym | AIX | 5 | 10-18-2006 12:46 AM |
| extend /usr on AIX | steve99 | UNIX for Advanced & Expert Users | 2 | 08-13-2002 05:19 AM |
| semget failed for the semaphore | zippy | UNIX for Dummies Questions & Answers | 2 | 11-26-2001 08:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello evry body,
I search to do a extend from semaphore on a SunOS 5.5.1 . I know the /etc/system file but I don't know the code line to put in this file . Help me a find a solution for my computer . Merci d'avance . |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Check out the info here:
http://sunsolve.sun.com/pub-cgi/retr...&wholewords=on If this doesn't work, go to http://sunsolve.sun.com and do an advanced search of the free docs - you should get a few for semaphores. Solaris 2.5.1 is set up the same as 2.6 and up. In /etc/system you would add your values (these may be too high or low for your use - read the info doc first) set shmsys:shminfo_shmmax=131072000 set semsys:seminfo_semaem=16384 set semsys:seminfo_semmap=66 set semsys:seminfo_semmni=70 set semsys:seminfo_semmns=200 set semsys:seminfo_semmnu=30 set semsys:seminfo_semume=10 set semsys:seminfo_semvmx=32767 and reboot the system. Remeber the comment in the /etc/system is * not #. |
|||
| Google The UNIX and Linux Forums |