Sponsored Content
Operating Systems AIX How to display IPC limit on AIX? Post 302211197 by bakunin on Wednesday 2nd of July 2008 10:52:11 PM
Old 07-02-2008
You might want to read the manpage of "ipcs", which can provide many sorts of lists and/or totals of the various IPC-facilities. As an example, from the manpage:

Quote:
-b
Writes the maximum number of bytes in messages on queue for
message queues, the size of segments for shared memory, and the
number of semaphores in each semaphores set.
I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Display Mirror State AIX

Hello, how can i see easily the state of a mirrored disk on a AIX 4.3.3. I try followed command: lslv -m >lvname> but for me is not enough information. thanx in advance fenomen (2 Replies)
Discussion started by: fenomen
2 Replies

2. Solaris

Cant export display from aix to solaris.

Hi Frnds, i face a peculiar issue. I am managing 200 Aix workstations and 20 sun boxes. I am not anle to export the display from aix workstations to sun box, But vice versa it is working fine. But if i try to export the display to a sun box from other sun box it works perfectly. Could... (3 Replies)
Discussion started by: sriram.s
3 Replies

3. AIX

Is the Length of User ID for AIX Limit to 8 Characters?

Hi, I'm using AIX version 5.3 currently. I'm trying to create a user id, e.g. andyleong, which the system prompted the length is too long. 1. I would like to know is that the length of user id is limited to maximum 8 characters for AIX. 2. Is it apply to all versions of AIX? If no... (2 Replies)
Discussion started by: meihua_t
2 Replies

4. Shell Programming and Scripting

Awk limitations in AIX 5.2 - 399 byte limit!

AIX version 5.2 has an arbitrary limit of 399 on the length of regular expressions and literal strings in an Awk program. Apart from splitting down the string into multiple strings is there any way around this annoyance? I have a search string that ends up way way too long and blows out... (4 Replies)
Discussion started by: Peejay
4 Replies

5. Solaris

errors on Netra-440: "IPC Warning: ipc: tcp_protocol: bad magic number"

I was asked to look into a problem with a Sun Netra 440 in another department. On the server in question, the relevant 'uname -a' information is, "SunOS host1 5.9 Generic_118558-16 sun4u sparc SUNW,Netra-440". That information aside, while the other admin is logged into the ALOM, these errors are... (0 Replies)
Discussion started by: Borealis
0 Replies

6. AIX

Limit a user on AIX

Hello, Sorry for my poor English. I have to reduce rights for a user on AIX system so that: When he does , he find in output, only filesystems on which he has permissions .He can't do to change user. Very thanks for helping. (2 Replies)
Discussion started by: edosseh
2 Replies

7. AIX

IBM AIX 5.3 Display

Hi, all! I am new in IBM AIX 5.3. I tried to activate graphical display when connected to my UNIX server. 1) I downloaded Putty to connect to my UNIX server. 2) Then I downloaded Xming and installed it. After that I installed Xming fonts. 3)Then I downloaded AIX fonts and put them into... (7 Replies)
Discussion started by: Debuger
7 Replies

8. UNIX for Advanced & Expert Users

Help with AIX port limit

Hi guys, I have a problem need to solve urgently, please help me, any suggestion will be great. When my workmates installed a control-m agent in an AIX 6.1 OS, they got an error below: Port exceeded maximum allowed value. No available port found in the specified range up to 65535. ... (2 Replies)
Discussion started by: Lucas_0418
2 Replies

9. AIX

Limit directory Size in AIX

Hello I have a disk mounted on my AIX server and inside the disk, I want to create 3 directories with max size limit, so that the directories can be limited to pre-defined size. Eg: My total disk size is 350 GB and I want to limit dir1 to max of 100 GB, dir 2 to 75 GB and dir 3 to 60 GB and... (3 Replies)
Discussion started by: karumudi7
3 Replies

10. AIX

AIX Fonts and Display issue

Hello Everyone, have a question regarding fonts: #env root@oraapp:/>env _=/usr/bin/env LANG=ar_AA LOGIN=root SSH_TTY=/dev/pts/1 PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/u ... (2 Replies)
Discussion started by: filosophizer
2 Replies
ipcs(1) 						      General Commands Manual							   ipcs(1)

NAME
ipcs - Reports Interprocess Communication (IPC) facility status SYNOPSIS
ipcs [-a | -bcopt] [-mqs] [-C corefile] [-N namelist] The ipcs command writes to the standard output information about active Interprocess Communication (IPC) facilities. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: ipcs: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Same as specifying the -b, -c, -o, -p, and -t options. Writes the maximum number of bytes in message queues, the size of segments for shared memory, and the number of semaphores in each semaphore set. Writes the username and group name of the user that made the facility. Writes report based on contents of file corefile instead of /dev/kmem. Writes information about active shared memory segments. Writes report based on contents of file namelist instead of /vmunix. Writes the following usage information: Number of messages on queue Total number of bytes in message queues Number of processes attached to shared memory segments Writes the following: Process number of the last process to receive a message on message queues Process number of the creating process Process number of last process to attach or detach on shared memory segments Writes information about active message queues. Writes information about active semaphore set. Writes the follow- ing: Time of the last control operation that changed the access permissions for all facilities Time of the last msgsnd() and last msgrcv() on message queues Time of the last shmat() and last shmdt() on shared memory Time of the last semop() on semaphore sets DESCRIPTION
If you do not specify any options, ipcs writes information in a short form about currently active message queues, shared memory segments, semaphores, remote queues, and local queue headers. Column Headings The column headings and the meaning of the columns in an ipcs listing follow. The letters in parentheses indicate the flags that cause the corresponding heading to appear. The word all means that the heading always appears. The flags only determine what information is pro- vided for each facility; they do not determine which facilities are listed. Type of facility: Message queue Shared memory segment Sema- phore The identifier for the facility entry. The key used as a parameter to the msgget(), semget() or shemget() system calls to make the facility entry. Note that the key of a shared memory segment is changed to IPC_PRIVATE when the segment is removed. This change remains in effect until all processes attached to the segment detach it. The facility access modes and flags. The mode consists of 11 characters that are interpreted as follows: The first two characters can be: [Tru64 UNIX] If the associated shared memory segment was locked. If a process is waiting on a msgrcv() system call. If a process is waiting on a msgsnd() system call. If the associated shared memory segment was removed. It disappears when the last process attached to the segment detaches it. If the corresponding special flag is not set. The next nine characters are interpreted as three sets of three bits each. The first set refers to the owner's permissions, the next to permissions of others in the user group of the facility entry, and the last to all others. Within each set, the first char- acter indicates permission to read, the second character indicates permission to write or alter the facility entry, and the last character is currently unused. The permissions are indicated as follows: Read permission is granted. Write permission is granted. Alter permission is granted. The indicated permission is not granted. The username of the owner of the facility entry. The name of the group that owns the facility entry. The username of the creator of the facility entry. The group name of the group of the creator of the facility entry. Note that for the OWNER, GROUP, CREATOR, and CGROUP, the user and group IDs display instead of the usernames. The number of bytes in messages currently outstanding on the associated message queue. The number of messages currently outstanding on the associated message queue. The maximum number of bytes allowed in messages outstanding on the associated message queue. The ID of the last process that sent a message to the associated queue. The ID of the last process that received a message from the associated queue. The time when the last message was sent to the associated queue. The time when the last message was received from the associated queue. The time when the associated entry was created or changed. The number of processes attached to the associated shared memory segment. The size of the associated shared memory segment. The process ID of the creator of the shared memory entry. The process ID of the last process to attach or detach the shared memory segment. The time when the last attach was completed to the associated shared memory segment. The time when the last detach was completed on the associated shared memory segment. The number of sema- phores in the set associated with the semaphore entry. The time when the last semaphore operation was completed on the set associ- ated with the semaphore entry. EXAMPLES
Sample output from entering ipcs without options follows. Message Queues: T ID KEY MODE OWNER GROUP q 4 0x41002ab4 --rw------- root system Shared Memory: T ID KEY MODE OWNER GROUP m 0 0x3253bc5c --rw-rw-rw- root system m 129 0 DLrw------- root daemon Semaphores: T ID KEY MODE OWNER GROUP s 0 0x41002ab4 --ra------- root system Output is formatted differently if the environment variable CMD_ENV is set to the string svr4. For example: IPC status from /dev/kmem as of Thu Mar 26 11:31:03 1998 T ID KEY MODE OWNER GROUP Message Queues: q 4 0x41002ab4 --rw------- root system Shared Memory: m 0 0x3253bc5c --rw-rw-rw- root system m 129 0 DLrw------- root daemon Semaphores: s 0 0x41002ab4 --ra------- root system FILES
Contains user information. Contains group information. SEE ALSO
Commands: ipcrm(1) Functions: msgrcv(2), msgsnd(2), semop(2), shmat(2), shmdt(2) ipcs(1)
All times are GMT -4. The time now is 01:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy