XCOMU0465E Check of xcom.glb pathnames failed Identify Clear Delete memory segments & semaphores XCOM for Linux
search cancel

XCOMU0465E Check of xcom.glb pathnames failed Identify Clear Delete memory segments & semaphores XCOM for Linux

book

Article ID: 137626

calendar_today

Updated On:

Products

XCOM Data Transport - Linux PC

Issue/Introduction

We checked the .glb file and our home directory but we are still receiving following error when trying to bring up XCOM

XCOMU0465E Check of xcom.glb pathnames failed.
XCOMU0466E Unable to create an index file for queue.

Environment

XCOM™ Data Transport® for Linux PC

Cause

Memory segments and semaphores not being cleaned up

Resolution

Issue ipcs and look for key 0x00000019 indicating they are owned by XCOM 

  • Shared Memory Segments - shmid
  • Semaphore Arrays  - semid

Note: which ipcrm tells you where it is getting executed from

To remove:

  • ipcsrm -m 294912    where 29412 is the shmid
  • and then ipcrm -s 327680         and 327680 is the semid
  • ipcs to confirm and verify that the 0x19 keys are no longer there