Author |
Message
|
jeevan |
Posted: Sun Jan 31, 2010 2:06 pm Post subject: (SOLVED) Fixpac silent installation is failing with RC 1603 |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am trying to install MQfixpac with script ( as I have to use it for installing in more than 3000 servers.
I am using the follwoing script.
WebSphereMQMDV7.0.1.1EnUs.exe -s -a MQPLOG="C:\WMQBACKUP\WMQUPDATEINSTALL.LOG" MQPINUSEOK=1 MQPBACKUPPATH="C:\WMQBACKUP\" MQPSILENT="0"[/i]
I also tried with MQPSILENT=1
However, it is failing with follwoing error messages:
16:57:51 Starting MQ Explorer initialisation post install operations
16:57:51 Calling MQ Explorer initialisation: 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' with parameters '-i'
16:57:51 Launching process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' '-i'; dir 'C:\Program Files\IBM\WebSphere MQ\bin'.
16:58:06 Process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' ended; exit code 0x00000000
16:58:06
16:58:06 amqicsdn.exe ending with RC 1603 (0x00000643)
16:58:06 ================= End of 'amqicsdn.exe' =================
Could any one suggest what mistake I am making or why it is failing.
thanks
Last edited by jeevan on Sat Feb 06, 2010 4:20 pm; edited 2 times in total |
|
Back to top |
|
 |
jeevan |
Posted: Mon Feb 01, 2010 10:14 am Post subject: Re: Silent installation of MQ fixpac is failing with RC 160 |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
jeevan wrote: |
I am trying to install MQfixpac with script ( as I have to use it for installing in more than 3000 servers.
WebSphereMQMDV7.0.1.1EnUs.exe -s -a MQPLOG="C:\WMQBACKUP\WMQUPDATEINSTALL.LOG" MQPINUSEOK=1 MQPBACKUPPATH="C:\WMQBACKUP\" MQPSILENT="0"[/i]
However, it is failing with follwoing error messages:
16:57:51 Starting MQ Explorer initialisation post install operations
16:57:51 Calling MQ Explorer initialisation: 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' with parameters '-i'
16:57:51 Launching process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' '-i'; dir 'C:\Program Files\IBM\WebSphere MQ\bin'.
16:58:06 Process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' ended; exit code 0x00000000
16:58:06
16:58:06 amqicsdn.exe ending with RC 1603 (0x00000643)
16:58:06 ================= End of 'amqicsdn.exe' =================
Could any one suggest what mistake I am making or why it is failing.
thanks |
Just for your information, I used the reference of this page:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.amqtac.doc/wq11250_.htm |
|
Back to top |
|
 |
JosephGramig |
Posted: Tue Feb 02, 2010 4:29 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Just to be clear, this is not a FixPac. It is maintenance which contains enhancements and APAR corrections. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Feb 02, 2010 4:36 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 02, 2010 4:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's FixPack 1 of Refresh Pack 1 of Version 7.0
Version 7.0:
Refresh Pack 1
FixPack 1
7.0.1.1
Regardless, jeevan's issue appears to be that it's trying to launch MQExplorer in the background after the install is otherwise complete.
I don't really know why it's doing that, but it's probably something that has not been configured to not happen. |
|
Back to top |
|
 |
jeevan |
Posted: Tue Feb 02, 2010 10:11 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
mqjeff wrote: |
It's FixPack 1 of Refresh Pack 1 of Version 7.0
Version 7.0:
Refresh Pack 1
FixPack 1
7.0.1.1
Regardless, jeevan's issue appears to be that it's trying to launch MQExplorer in the background after the install is otherwise complete.
I don't really know why it's doing that, but it's probably something that has not been configured to not happen. |
mqjeff,
I could agree with you whichh I also have thought but it in fact the installation fails before it tries to start explorer.
Quote: |
Total files: 3962
20:59:57 Files to process: 1584
20:59:57 MessageBox: 'Error installing 7.0.1.1. Examine log file 'C:\WMQBACKUP\WMQUPDATEINSTALL.LOG'. (AMQ4760)'
20:59:57
20:59:57 Starting MQ Explorer initialisation post install operations
20:59:57 Calling MQ Explorer initialisation: 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' with parameters '-i'
20:59:57 Launching process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' '-i'; dir 'C:\Program Files\IBM\WebSphere MQ\bin'.
20:59:57 Process 'C:\Program Files\IBM\WebSphere MQ\bin\strmqcfg.exe' ended; exit code 0x00000000
20:59:57
20:59:57 amqicsdn.exe ending with RC 1603 (0x00000643)
20:59:57 ================= End of 'amqicsdn.exe' =================
|
|
|
Back to top |
|
 |
J.D |
Posted: Tue Feb 02, 2010 3:45 pm Post subject: |
|
|
Voyager
Joined: 18 Dec 2009 Posts: 92 Location: United States
|
Try this, webSphereMQMDV7.0.1.1EnUs.exe -s -a MQPLOG="C:\WMQBACKUP\WMQUPDATEINSTALL.log" MQPSILENT=1 MQPREBOOT=0 MQPINUSEOK=1 |
|
Back to top |
|
 |
ramires |
Posted: Tue Feb 02, 2010 4:03 pm Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Do you have v 7.0.1.0 on that box ? Also search the output file for other error previous to that one |
|
Back to top |
|
 |
jeevan |
Posted: Tue Feb 02, 2010 7:57 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
J.D wrote: |
Try this, webSphereMQMDV7.0.1.1EnUs.exe -s -a MQPLOG="C:\WMQBACKUP\WMQUPDATEINSTALL.log" MQPSILENT=1 MQPREBOOT=0 MQPINUSEOK=1 |
I tried with MQREBOOT=0 option. It did not work either. It is infact tells wheather to reboot after installation or not. Anyway, I had the same result.
FYI, I had stopped all running application. |
|
Back to top |
|
 |
ramires |
Posted: Wed Feb 03, 2010 3:04 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
Can you apply that fix normally, without being in silent mode? |
|
Back to top |
|
 |
jeevan |
Posted: Wed Feb 03, 2010 7:16 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
ramires wrote: |
Can you apply that fix normally, without being in silent mode? |
No. I have to get this working as I have to deply the fix in thousand of servers eventually. That is why I am testing it. I am not just doing it for fun. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Feb 03, 2010 9:45 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
He's asking as a test, can you get it to work outside of silent mode for one server, to see if the issue is with silenet mode or if its something bigger. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jeevan |
Posted: Wed Feb 03, 2010 11:56 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
PeterPotkay wrote: |
He's asking as a test, can you get it to work outside of silent mode for one server, to see if the issue is with silenet mode or if its something bigger. |
I am plannning to install into another server tomorrow. I will update once I do it.
thanks |
|
Back to top |
|
 |
jeevan |
Posted: Fri Feb 05, 2010 1:05 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
ramires wrote: |
Can you apply that fix normally, without being in silent mode? |
Yes, I installed the same fixpac manualy into 3 servers and it works alright. However, it does not work in silent mode. It always fails with 1603.
amqicsdn.exe ending with RC 1603 (0x00000643) |
|
Back to top |
|
 |
jeevan |
Posted: Sat Feb 06, 2010 12:04 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
jeevan wrote: |
ramires wrote: |
Can you apply that fix normally, without being in silent mode? |
Yes, I installed the same fixpac manualy into 3 servers and it works alright. However, it does not work in silent mode. It always fails with 1603.
amqicsdn.exe ending with RC 1603 (0x00000643) |
It was problem in my original server. I tried to install and uninstall into another server, and it worked.
the script I listed at the beginning is good enough.
FYI, use the follwoing script to uninstall a latest fp.
"C:\Program Files\IBM\WebSphere MQ\bin\amqicsdn.exe" MQPUNINST=1 MQPSILENT="0"[/i] |
|
Back to top |
|
 |
|