1830165 Members
3067 Online
109999 Solutions
New Discussion

shared memory deleted

 
Vic S. Kelan
Regular Advisor

shared memory deleted

Hi,
I have a situation in which once I start an application it marks the shared memory as deleted.

Please any help on what I can do to unmark this? Manually or is ther a fix
HPUX11.11, oracle 8.1 Tuxedo 7
What could be causing this?

THANKS!!!
$ ipcs |grep tux
m 165909 0x00000000 D-rw------- tux tuxedo
s 110533 0x00000000 --ra------- tux tuxedo
s 110534 0x00000000 --ra------- tux tuxedo
s 110535 0x00000000 --ra------- tux tuxedo
3 REPLIES 3
RAC_1
Honored Contributor

Re: shared memory deleted

An application or a process can mark it that way. But why you want to get rid off it?? If application does not want it, it should take care of it. Do you have problems with this machine??

Anil
There is no substitute to HARDWORK
Vic S. Kelan
Regular Advisor

Re: shared memory deleted

Thanks Anil,
The application log shows a shared memory error.

It never used to mark it for deleted and am just wondering..........
RAC_1
Honored Contributor

Re: shared memory deleted

What is the error that you get?? Give error message. Did you reboot the system. With ipcrm you can delete a shared memeory segment. (You should use it only on the semaphores which show NATTCH as 0. Check it with ipcs -moba)

Anil
There is no substitute to HARDWORK