![]() |
|
|
|
|
|||||||
| 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 |
| Automate FTP process and autorestart on link failure | sdcoms | IP Networking | 5 | 08-14-2008 02:45 PM |
| Difference between hard link and soft link | kamakshi s | UNIX for Dummies Questions & Answers | 2 | 06-26-2008 05:05 AM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 04:36 AM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 01:10 AM |
| Differences between hard link and soft link | penguin-friend | UNIX for Advanced & Expert Users | 3 | 03-08-2002 12:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
You can map the shared memory IDs with pmap, but I don't believe you can map the semaphore to a process. You can with Solaris 10 and dtrace, but not on 9.
I was thinking lsof might help, but I just tried it out and it looks like a no-go. Here's a quote from a Tivoli doc I did a quick lookup on: Code:
For shared memory and semaphore usage make sure that the kernel parameters of your
system have at least the following values (minimum requirements):
set semsys:seminfo_semmap=50
set semsys:seminfo_semmni=50
set semsys:seminfo_semmns=300
set semsys:seminfo_semmnu=150
set semsys:seminfo_semopm=50
set semsys:seminfo_semume=50
set semsys:seminfo_semmsl=125
Code:
semaphores = 60 + (2 x maxSessions) Where maxSessions is the maximum number of concurrent client sessions. |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Thanks for the info Diabolist, might come in handy.
I got relayed some information on what caused my problem... It seems it was because of a network problem causing the TSM sessions to not closing properly and constantly reopening a new session. To bad I wasn't able to get a more detailed technical explanation. |
|||
| Google The UNIX and Linux Forums |