| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Hi, when i excute ipcs command , its nothing shown the status of memory, mesge ques, but when i check with ps command, lot of demaons are running, Apache,nfs,mail services what would be the problem,.? below i shown the output... bash-3.00[/usr/bin]# ipcs IPC status from /dev/mem as of Fri May 1 08:15 0:00 IST 1970 T ID KEY MODE OWNER GROUP Message Queues: Shared Memory: Semaphores: bash-3.00[/usr/bin]# let clear me about this .... Appreciating the responces.... |
|
#2
| ||||
| ||||
As root, type: # ipcs -mp The output should look similar to this: IPC status from /dev/mem as of Thu May 24 23:30:47 CDT 2001 T ID KEY MODE OWNER GROUP CPID LPID Shared Memory: m 0 0x580508f9 --rw-rw-rw- root system 5428 5428 m 1 0xe4663d62 --rw-rw-rw- imnadm imnadm 14452 14452 m 2 0x9308e451 --rw-rw-rw- imnadm imnadm 14452 14452 m 3 0x52e74b4f --rw-rw-rw- imnadm imnadm 14452 14452 m 4 0xc76283cc --rw-rw-rw- imnadm imnadm 14452 14452 m 5 0x298ee665 --rw-rw-rw- imnadm imnadm 14452 14452 m 6 0xffffffff --rw-rw---- root system 5202 5202 m 7 0x7804129c --rw-rw-rw- root system 17070 20696 m 8 0x0d05320c --rw-rw-rw- root system 19440 23046 CPID is the process ID using the shared memory segment. Keep in mind, we're talking about shared memory and semaphores. This is not the same as system memory. Shared memory is used by processes or threads to pass data back and forth. Semaphores are used for locking segments when in use by a thread and message queues are a method for threads or processes to communicate between each other when they have updated a segment. If you're looking for something to show how much system and or/kernel virtual memory a process is using, then you'll want to use the svmon command.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Fred Sherman IBM pSeries and Storage Architect |
|
#3
| ||||
| ||||
hi I executed the cmd, It showing the same, no values are displayed. bash-3.00$ ipcs -mp IPC status from /dev/mem as of Thu Jun 1 09:30:00 IST 1970 T ID KEY MODE OWNER GROUP CPID LPID Shared Memory: bash-3.00$ I need to know y its not showing.... the values of shared mem Ravi |
|
#4
| ||||
| ||||
Because you have no processes using shared memory.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Fred Sherman IBM pSeries and Storage Architect |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem installing SuSe 10 | sukete | Linux for POWER Systems | 5 | May 23rd, 2007 16:05 |
| Webserver Problem | simone_tantari | AIX for POWER Systems | 10 | May 23rd, 2007 06:26 |
| SSH Problem with virt. Ethernet | m_seger | IBM PowerVM Editions | 7 | March 20th, 2007 11:41 |
| IPCS error | arunmbalaji | AIX for POWER Systems | 2 | February 15th, 2007 23:49 |
| AIX With EVA/6000 Storage problem | TROY | AIX for POWER Systems | 4 | January 24th, 2007 05:36 |