|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
IIB deployment using Ant on secured Integration Node |
« View previous topic :: View next topic » |
Author |
Message
|
mqjeff |
Posted: Tue Jan 17, 2017 5:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
One could put the broker files on an encrypted file system with a user that can be sudo'ed to, but only to run mqsideploy, and not anything that can read the file. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
zpat |
Posted: Tue Jan 17, 2017 5:50 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Our deployment server is Windows based (to Unix brokers) so that won't quite work, but we could restrict the file access permissions. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 17, 2017 6:03 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
Our deployment server is Windows based (to Unix brokers) so that won't quite work, but we could restrict the file access permissions. |
You could maybe do a r u n a s instead of a sudo. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
mrSatendraNegi |
Posted: Mon Jan 01, 2018 2:15 am Post subject: |
|
|
Newbie
Joined: 29 Jul 2017 Posts: 4
|
Guys, just got it working with the help of tips here.. Thanks.
in case someone is trying to build script to deploy the bar into remote server (AIX) from windows 7 here is the ant script for the same.
<exec executable="${deploy.bar.exe}" failonerror="false" >
<env key="MQSI_CMP_USERNAME" value="${ftp-userid}"/>
<env key="MQSI_CMP_PASSWORD" value="${ftp-password}"/>
<arg value="-i" />
<arg value="${ftp-server}" />
<arg value="-p" />
<arg value="2417" />
<arg value="-q" />
<arg value="${brokerQM}" />
<arg value="-e" />
<arg value="${integrationServer}" />
<arg value="-a" />
<arg value="Path of your bar file with bar file name" />
<arg value="-w" />
<arg value="2145336164" />
</exec> |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|