1830227 Members
2502 Online
109999 Solutions
New Discussion

IPC Support

 
Nobody's Hero
Valued Contributor

IPC Support

How can I tell if IPC support is in my active RedHat9 Kernel?
UNIX IS GOOD
3 REPLIES 3
Slawomir Gora
Honored Contributor

Re: IPC Support

Hi,

run ipcs command to check if some resources are in use.
Nobody's Hero
Valued Contributor

Re: IPC Support

here is what it returned:

[root@rockfish_dev rmenefee]# ipcs -a

------ Shared Memory Segments --------
key shmid owner perms bytes nattch status

------ Semaphore Arrays --------
key semid owner perms nsems
0x00000000 65536 apache 600 1
0x00000000 98305 apache 600 1
0x00000000 131074 apache 600 1

------ Message Queues --------
key msqid owner perms used-bytes messages

Does this mean I have the module installed?
UNIX IS GOOD
Vitaly Karasik_1
Honored Contributor

Re: IPC Support

yes, IPC [==interprocess commonication] is supported in your kernel.

Rgds,
Vitaly