on 2012 Dec 31 4:04 AM
Hi experts,
After sap instance restart we have clean the shared memory via cleanipc 00 remove.
can any one please how can i remove shared memory for sap instance.
REgards,
Request clarification before answering.
Dear Mr. Vivek.
The cleanipc command is used to clear the shared memeory occupied by the SAP system.
Mostly, this command is used (by <sid>adm user) while restarting an SAP system.
So, you stop the system using stopsap, run the cleanipc command to clear the memory and
then start the system using startsap.
Command: cleanipc <instance_nr> remove
However, sometimes, cleanipc fails to cleanup some semaphores saying: Semaphore Key: XX remove failed **** - errno = 1 (Not owner)
Command: cleanipc 06 remove
In this case, login as root and run the following commands:
ipcs –s | grep “the number from the semaphore”
ipcrm –s “the number from the above command”
The above command ipcrm clears up
the semaphore which was not cleared by cleanipc command when executed by <sid>adm user.
Now, if you run cleanipc again using <sid>adm, you will find that the affected semaphore
is now cleared.
Kind rgds,
Ashwin Mane
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.