OpenSolaris

Printable Version Enter a New Search
Bug ID 6513136
Synopsis Misleading ipcrm console messages
State 10-Fix Delivered (Fix available in build)
Category:Subcategory suncluster:ha-websphere_mq
Keywords
Responsible Engineer Neil Garthwaite
Reported Against
Duplicate Of
Introduced In
Commit to Fix 3.2_patch
Fixed In 3.2_patch
Release Fixed 3.2_patch , 3.1_patch(Bug ID:2145925)
Related Bugs 6685193
Submit Date 15-January-2007
Last Update Date 25-January-2007
Description
The WebSphere MQ agent provides the ability to cleanup shared memory when the queue manager is shutting down. When this cleanup occurs it can on some occassions produce console messages if the shared memory segment is not found i.e. 

# uname -r
5.8
# ipcrm -m 12
ipcrm: shmid(12): not found
usage: ipcrm [ [-q msqid] [-m shmid] [-s semid]
         [-Q msgkey] [-M shmkey] [-S semkey] ... ]
#

# uname -r
5.9
# ipcrm -m 12
ipcrm: shmid(12): not found
usage: ipcrm [ [-q msqid] [-m shmid] [-s semid]
         [-Q msgkey] [-M shmkey] [-S semkey] ... ]
#

# uname -r
5.10
# ipcrm -m 12
ipcrm: shmctl(12): not found
#
Work Around
N/A
Comments
N/A