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 » mqsideploy command

Post new topic  Reply to topic Goto page 1, 2  Next
 mqsideploy command « View previous topic :: View next topic » 
Author Message
sraghukumar
PostPosted: Mon Jun 13, 2011 5:31 am    Post subject: mqsideploy command Reply with quote

Apprentice

Joined: 15 Feb 2011
Posts: 49

I am using mqsideploy command to deploy to remote broker, i am using -i -p and -q as information of remote broker.
Just curious to know, do i need to provide any user id and password to deploy to remote broker, i am giving correct information of ip, port and queue manager name, but still i get error saying Queue Manager is not running or dose not exit.

I am running this command on Windows and remote queue manager 7 and broker 7 are in Solaris.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Mon Jun 13, 2011 5:55 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

please refer link

Quote:
but still i get error saying Queue Manager is not running or dose not exit.

Have you checked to remotely administer Qmgr ?
Are you able to get that server connected, telnet ?
Qmgr actually exists ?
{move this post to broker section ?}
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Jun 13, 2011 5:58 am    Post subject: Re: mqsideploy command Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sraghukumar wrote:
IJust curious to know, do i need to provide any user id and password to deploy to remote broker, i am giving correct information of ip, port and queue manager name, but still i get error saying Queue Manager is not running or dose not exit.


User id is the same as it is for any WMQ connection.

Proceed as you would for any app with a 2059.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
sraghukumar
PostPosted: Mon Jun 13, 2011 6:43 am    Post subject: Reply with quote

Apprentice

Joined: 15 Feb 2011
Posts: 49

I am not able to do telnet to that system.

We can do ssh for that system.
Yes Queue Manager dose exist in that system.

Have you checked to remotely administer Qmgr ?
Can you tell me how to check this one in qmgr


Yes i get 2059 error

Raghu
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Jun 13, 2011 6:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sraghukumar wrote:
I am not able to do telnet to that system.

We can do ssh for that system.


So is the mqsideploy command connection using telnet or ssh (unsecured or secured)? Because if it's using the default (unsecured) then it'll have the same problem you're having.

If it's using a secure connection are the credentials correct?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Mon Jun 13, 2011 7:00 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Quote:
Yes i get 2059 error


Your id is authorized to +connect on qmgr ?

Quote:

Have you checked to remotely administer Qmgr ?
Can you tell me how to check this one in qmgr


Have you heard of PCF and MQSC Commands ? (Pls refer infocenter for the same)
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
sraghukumar
PostPosted: Mon Jun 13, 2011 7:04 am    Post subject: Reply with quote

Apprentice

Joined: 15 Feb 2011
Posts: 49

Yes they are using SSH,

If it's using a secure connection are the credentials correct?
-i -p -q are correct.
-i is in name formate. like: broker.run.ibm.com
-p is just port
-q queue manager.

Here is what i am trying,.

>mqsideploy -i broker.run.ibm.com -p 1414 -q QMDWMB01 -b DWMB01 -e Request -a C:\Request.bar

Any help is greatly appreciated, Thank you in Advance[/quote]
Back to top
View user's profile Send private message Send e-mail
sraghukumar
PostPosted: Mon Jun 13, 2011 7:10 am    Post subject: Reply with quote

Apprentice

Joined: 15 Feb 2011
Posts: 49

@shashivarungupta
Yes my id is authorized to that system, and my id is part of mqm group.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Jun 13, 2011 7:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sraghukumar wrote:
Yes they are using SSH


Who are they?

sraghukumar wrote:
If it's using a secure connection are the credentials correct?
-i -p -q are correct.
-i is in name formate. like: broker.run.ibm.com
-p is just port
-q queue manager.


Now post how you know that starts a secure (i.e. an ssh-like) connection to the target queue manager, and doesn't just telnet.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Jun 13, 2011 7:47 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
Now post how you know that starts a secure (i.e. an ssh-like) connection to the target queue manager, and doesn't just telnet.


mqsideploy creates an MQ client connection, and not a telnet connection nor an ssh connection.

Therefor, the usual means of resolving an MQRC 2058 or 2059 apply.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jun 13, 2011 7:49 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
mqsideploy creates an MQ client connection, and not a telnet connection nor an ssh connection.


What I'm driving at (using analogy) is the nature of the connection the command is establishing, and how secure (or not) it is. Given that an insecure telnet is being refused.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
sraghukumar
PostPosted: Mon Jun 13, 2011 7:49 am    Post subject: Reply with quote

Apprentice

Joined: 15 Feb 2011
Posts: 49

Lol They mean, client. I am so stress out of broker, i am very new to this. you guys are really helping me out. I got most of my question resolved by this forum,

I am able to connect through Tool kit and deploy. While connecting i use my id and password to connect it, thats trough ssh..

Raghu
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Jun 13, 2011 7:50 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
mqjeff wrote:
mqsideploy creates an MQ client connection, and not a telnet connection nor an ssh connection.


What I'm driving at (using analogy) is the nature of the connection the command is establishing, and how secure (or not) it is. Given that an insecure telnet is being refused.


I consider that a bit optimisitic.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jun 13, 2011 7:55 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
Vitor wrote:
mqjeff wrote:
mqsideploy creates an MQ client connection, and not a telnet connection nor an ssh connection.


What I'm driving at (using analogy) is the nature of the connection the command is establishing, and how secure (or not) it is. Given that an insecure telnet is being refused.


I consider that a bit optimisitic.


You know what a happy-go-lucky, glass-half-full kind of guy I am.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jun 13, 2011 7:56 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sraghukumar wrote:
I am able to connect through Tool kit and deploy.


So what does that indicate about why the mqsideploy was failing then?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » mqsideploy command
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.