View Single Post

   
  #3 (permalink)  
Old 01-16-2008, 06:46 PM
Bryan Brock
 
Posts: n/a
Default Re: Problem getiing IBM MQSeries V5.2 to run on HPUX 10.20

lsof will give you more info about the MQ processes. You could use
lsof to see if there is an MQ port that's already being used by some
other process.

You could also compare the open files for the MQ processes on the
working and non-working machines to see if you have a permissions
problem.

ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/

Reply With Quote