Hi Alex, Thanks for your help and support.
Just to inform you that the problem got resolved. Actually earlier I was upgrading from 4.2.4 to 4.6.2 by using rpm –Uvh command. After I uninstall the old rpm and install 4.6.2 with “rpm –ivh “ did not observe the issue. Thank You. Regards Dheeraj From: Dheeroj Ram Sent: 09 November 2017 18:12 To: 'Alex Jones' <[email protected]>; [email protected] Subject: RE: [users] opensafd start failed with error :component registration timer expired Hi Alex, Thank you so much for the useful info. I do not have lsipc command available. Please find the below outputs: atcafs-n12s1:~# ipcs -l ------ Shared Memory Limits -------- max number of segments = 4096 max seg size (kbytes) = 449853679 max total shared memory (kbytes) = 838860800 min seg size (bytes) = 1 ------ Semaphore Limits -------- max number of arrays = 128 max semaphores per array = 250 max semaphores system wide = 32000 max ops per semop call = 32 semaphore max value = 32767 ------ Messages: Limits -------- max queues system wide = 32768 max size of message (bytes) = 8192 default max size of queue (bytes) = 16384 atcafs-n12s1:~# atcafs-n12s1:~# ipcs -smq ------ Shared Memory Segments -------- key shmid owner perms bytes nattch status 0x00001a38 0 root 600 4 1 0x0052e2c1 32769 postgres 600 3320963072 5 ------ Semaphore Arrays -------- key semid owner perms nsems 0x0052e2c1 0 postgres 600 17 0x0052e2c2 32769 postgres 600 17 0x0052e2c3 65538 postgres 600 17 0x0052e2c4 98307 postgres 600 17 0x0052e2c5 131076 postgres 600 17 0x0052e2c6 163845 postgres 600 17 0x0052e2c7 196614 postgres 600 17 ------ Message Queues -------- key msqid owner perms used-bytes messages atcafs-n12s1:~# Thanks dheeraj From: Alex Jones [mailto:[email protected]] Sent: 08 November 2017 20:44 To: Dheeroj Ram <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]> Subject: Re: [users] opensafd start failed with error :component registration timer expired Hi Dheeraj, It appears that shared memory is not configured correctly on your linux machine. Maybe you don't have enough? What does "lsipc" show on your linux machine? If that doesn't show anything obvious, you can instrument the function ncs_os_posix_shm() in base/os_defs.c to see where and why it is failing. Alex On 11/08/2017 08:46 AM, Dheeroj Ram wrote: ________________________________ NOTICE: This email was received from an EXTERNAL sender ________________________________ Hi Alex, Thank you so much for your help. Actually We are using MSG for our application , so we cannot remove. Is there any other way to fix the issue. Attaching the latest error. Please refer and let me know your input. Thank You. Regards Dheeraj From: Alex Jones [mailto:[email protected]] Sent: 03 November 2017 18:38 To: Dheeroj Ram <[email protected]><mailto:[email protected]>; [email protected]<mailto:[email protected]> Subject: Re: [users] opensafd start failed with error :component registration timer expired The MSG subsystem is implemented by msgd and msgnd in imm.xml. If you are not using MSG in your application, then you can remove them from your imm.xml file. Alex On 11/03/2017 09:04 AM, Dheeroj Ram wrote: ________________________________ NOTICE: This email was received from an EXTERNAL sender ________________________________ Hi Alex, Thank you so much for your quick response. My imm.xml does not contain MSG. Did you mean MQND? Thank You. Regards Dheeraj From: Alex Jones [mailto:[email protected]] Sent: 03 November 2017 18:26 To: [email protected]<mailto:[email protected]>; Dheeroj Ram <[email protected]><mailto:[email protected]> Subject: Re: [users] opensafd start failed with error :component registration timer expired Hi Dheeraj, It looks like there is some misconfiguration of shared memory on linux. Are you using the MSG subsystem? If not, then just remove it from your imm.xml file. Alex On 11/03/2017 08:41 AM, [email protected]<mailto:[email protected]> wrote: Nov 3 23:34:33 localhost osafmsgnd[3687]: Creation of shared memory segment failed ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
