Author |
Message
|
Gaya3 |
Posted: Fri Sep 15, 2006 4:46 am Post subject: Files missing while installing MQ 6 on HP UX |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi All,
while installing MQ Version 6.0 on O/s: HP-UX 11i,
i encountered the below problem..
ln: inc/CMQCFXNL: No such file or directory
ln: inc/CMQCFXLL: No such file or directory
ln: inc/CMQCFIFL: No such file or directory
I want to know whether the above files are important or not. I ignored it and installed fully. whether it will make any problem in the future.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
wschutz |
Posted: Fri Sep 15, 2006 5:35 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Only if you want to compile Cobol programs...but I'd be concerned that something else might be wrong with the install... are you installing from CD or downloaded file? _________________ -wayne |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Sep 15, 2006 5:57 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi wschutz,
I'm installing through CD.
the Queue managers are running perfectly....
but i want to make sure that it wont create any problem in the future..
and one more error happened whole installing the fix pack of MQ version 6.0, that is with the amqiclen ,
i made a link to the amqiclen to /usr/bin/true, then it starts working
i dont now why...
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Sep 15, 2006 7:18 am Post subject: Re: Files missing while installing MQ 6 on HP UX |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Gaya3 wrote: |
Hi All,
while installing MQ Version 6.0 on O/s: HP-UX 11i,
i encountered the below problem..
ln: inc/CMQCFXNL: No such file or directory
ln: inc/CMQCFXLL: No such file or directory
ln: inc/CMQCFIFL: No such file or directory
I want to know whether the above files are important or not. I ignored it and installed fully. whether it will make any problem in the future.
Regards
Gayathri |
Its a bug in the install, it was intended to link the COBOL copybooks in /opt/mqm/inc/cobcpy32 to /opt/mqm/inc for compatibility with previous releases but the generated code is bad and misses off the /opt/mqm part of the path. The actual files are there, it is just the symlinks athat are missing. If you are developing with COBOL you will have to explicitly specify /opt/mqm/inc/cobcpy32 or '64 as appropriate. Sorry. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Sep 15, 2006 7:49 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Please give me an idea about this issue also
While installing the fix pack of MQ version 6.0, the problem encounterd with the amqiclen ,
i made a link to the amqiclen to /usr/bin/true, then it starts working
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Sep 15, 2006 12:44 pm Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Gaya3 wrote: |
Hi
Please give me an idea about this issue also
While installing the fix pack of MQ version 6.0, the problem encounterd with the amqiclen ,
i made a link to the amqiclen to /usr/bin/true, then it starts working
Regards
Gayathri |
If amqiclen is retuning non-zero it should indicate that some shared resource is in use ( shared memory, semaphore etc ). Run amqiclen -v -x from the command line, that should give some information about what is in use. Have you stopped all MQ activity (applications, Queue Managers, listeners) ? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Sep 17, 2006 10:43 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Thanks to all, for giving great information,,,,
Regards
Gayaythri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|