Modify semaphores parameters on Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Modify semaphores parameters on Linux
# 1  
Old 01-30-2002
Modify semaphores parameters on Linux

Hello,
I need to modify the semaphores parameters on a Linux server Debian 2.2.R3. How can I do it?
Thks.
# 2  
Old 01-30-2002
Try looking into these system calls:

Quote:
semctl (2) - semaphore control operations
semget (2) - get a semaphore set identifier
semop (2) - semaphore operations
# 3  
Old 01-31-2002
Patrol installation

I need to modify these parameters for BMC Patrol setup.
But I'm not sure it is really needed.
Is someone can help ????
Thks
# 4  
Old 01-31-2002
Can you give some more information?
Why do you think you need it?
What would you need to do with it?
# 5  
Old 01-31-2002
I am not the project leader for Patrol. I only know they want to install the agent on servers I've installed. The business rules says what all servers need to have Patrol for monitoring and alerts.
# 6  
Old 01-31-2002
OK... I am not familiar with Patrol... for some reason I'm thinking this is part of an SNMP setup - am I right?

Also, who says that you need to modify semaphore parameters, and for what reason? Is it the Patrol docs? The project leader?
# 7  
Old 01-31-2002
They need to modify semaphores on SUN and HP servers (from Patrol documentation) so they suppose that there is the same need on Linux. But we don't find any documentation on this. This why I ask here !!! We are also asking BMC in the same time.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Linux parameters in SQL command

Hello. It's my first steps in creat bash skript. This is my skript : mysql -e " UPDATE datebase.table SET U_O_ID=NULL WHERE U_O_ID LIKE '"$w4"' AND N_U != '"$w1"' " -u admin -p""Password"" ; It doesn't work. I find a lot of topic about it, but I didn't find simple answer.... (7 Replies)
Discussion started by: karp
7 Replies

2. Linux

SQLLDR file not able to modify in Linux

Hi All I am trying to modifying SQLLDR file in Linux, I’m getting the below error "counterparty.sqlldr" E506: Can't write to backup file (add ! to override) Press ENTER or type command to continue Can someone help me resove this issue. Thank (1 Reply)
Discussion started by: na.dharma
1 Replies

3. Red Hat

Kernel parameters problem in Linux

please tell me the list of kernel parameters in RHEL 5.7 Because we've a requirement in one project. Also tell me the importance of eah kernel parameter if possible. ==Thanks in Advance==:):D (1 Reply)
Discussion started by: vamshigvk475
1 Replies

4. Shell Programming and Scripting

Modify awk command to work in linux

Hi All I have the original file like '1','3','COMMON','N','djpCM3PopDimDateGen','JobDescription','1','ds','O','ONE' '1','3','COMMON','N','djpCM3PopDim1','JobDescription','2','ds','O','ONE' '1','3','COMMON','N','djpCM3PopDim2','JobDescription','3','ds','O','ONE'... (3 Replies)
Discussion started by: vee_789
3 Replies

5. Programming

How to modify all Makefiles in a source tree into linux environment

Hi Frndz, I am new to the makefile generation. I have a source code which contains makefiles in each sub-directories. Previously we have used the entire source code in Dtbuild environment to get the executables. Now have to change the current Dtbuild environment to Linux build... (1 Reply)
Discussion started by: korraag
1 Replies

6. Programming

How to modify this c code to get full GUI interface for Unix Linux ?

Hi, the following code comes from Unix Linux dialog utility project. Unfortunately, this project is no more actively maintained. Unix Linux dialog utility is made of widget boxes. One of them is mixedgauge.c In the following example I would like to get rid of flickering when run in... (0 Replies)
Discussion started by: jack2
0 Replies

7. UNIX for Dummies Questions & Answers

Linux kernel module parameters

Hi, Does anyone know if it is possible to know the current value of a kernel module parameters after the module is loaded. Are the values of the parameters advertised at some /proc or /sys location ? The only thing I know is modinfo, that actually looks a the module .ko and gives a... (3 Replies)
Discussion started by: macL
3 Replies

8. Shell Programming and Scripting

Request to modify script to list multiple parameters for V_fieldid variable

I am posting a script below which essentially excutes the following functions in the described order. 1) From a source directory pools together three files generated by system logs for each user session, tar's these files and archives them as a log set in a destination directory and these... (0 Replies)
Discussion started by: Sammy
0 Replies

9. Solaris

semaphores parameters

Hi, I'm facing some problems with Sun Microsystem (running Solaris 8) while running EDA tools (Synopsys and Cadence). While we are compling design using Synopsys FPGA Complier, we received this error message "sem-create->semget->IPC_CREATE : No space left on device GMA failed ... (3 Replies)
Discussion started by: jennifer
3 Replies

10. Filesystems, Disks and Memory

kernal parameters on Linux 7.3

Hi all, I am running 7.3 Redhat Linux, I have Oracle database running on it and I have some problem with the memory. every time I startup the database, the memory was peak up to 630M of Ram out 640M ram on the entire box and I didn't specify that much of memory on my database. Oracle advise me... (2 Replies)
Discussion started by: lapnguyen
2 Replies
Login or Register to Ask a Question