ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB deployment using Ant on secured Integration Node

Post new topic  Reply to topic Goto page Previous  1, 2
 IIB deployment using Ant on secured Integration Node « View previous topic :: View next topic » 
Author Message
mqjeff
PostPosted: Tue Jan 17, 2017 5:22 am    Post subject: Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Tue Jan 17, 2017 5:50 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
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
View user's profile Send private message
mqjeff
PostPosted: Tue Jan 17, 2017 6:03 am    Post subject: Reply with quote

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
View user's profile Send private message
mrSatendraNegi
PostPosted: Mon Jan 01, 2018 2:15 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IIB deployment using Ant on secured Integration Node
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.