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 IndexGeneral IBM MQ Supporturgent help

Post new topicReply to topic Goto page 1, 2  Next
urgent help View previous topic :: View next topic
Author Message
jeevan
PostPosted: Wed Feb 22, 2006 8:09 am Post subject: urgent help Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

Two questions:

why channel does not start automatically? Also, I tried manually inside the runmqsc wtih start channel command but still not working

what does it mean

pts/ 1 in the display of output of ps-ef?

thanks
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Feb 22, 2006 8:17 am Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Channel might not be setup for triggering
Channel Initiator might be down (I seriously doubt this is the problem)
What kind of channel is it? SDR or RCVR or what kind?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jeevan
PostPosted: Wed Feb 22, 2006 8:24 am Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

it is server and used to be started before
jsut not working now
after once the queue manager was shutdown for some reason
when restarted did not work
Back to top
View user's profile Send private message
harry_hotdog
PostPosted: Wed Feb 22, 2006 8:34 am Post subject: Reply with quote

Novice

Joined: 19 Oct 2005
Posts: 10
Location: England

jeevan, how did you get a job working with MQ and UNIX?
You don;t seem to know [b]anything[/b].
Back to top
View user's profile Send private message
JT
PostPosted: Wed Feb 22, 2006 9:22 am Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Quote:
why channel does not start automatically? Also, I tried manually inside the runmqsc wtih start channel command but still not working

Why do you think this is a problem?

What is it preventing you from doing?

Or are you asking because you're the type of person that likes things to be started instead of stopped, on instead of off, up instead of down ?
Back to top
View user's profile Send private message
jeevan
PostPosted: Wed Feb 22, 2006 9:56 am Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

application is unable to connect to the queue manaer.
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Feb 22, 2006 10:20 am Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

jeevan wrote:
application is unable to connect to the queue manaer.


That has got nothing to do with channel not running.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JT
PostPosted: Wed Feb 22, 2006 12:08 pm Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

How do you know?

What's the error that you're seeing ?
Back to top
View user's profile Send private message
KramJ
PostPosted: Wed Feb 22, 2006 12:18 pm Post subject: Reply with quote

Voyager

Joined: 09 Jan 2006
Posts: 80
Location: Atlanta

Ping the channel and see what type of response you get.
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Wed Feb 22, 2006 12:44 pm Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

Bet you didn't stop all channels before stopping the queue manager did ya?

My bet is the sequence numbers are out of sync now, but without you providing any error messages it could be anything.

Have you plinked the whatsit and toggled the danglemejiggery?
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Feb 22, 2006 1:21 pm Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

jeevan wrote:
application is unable to connect to the queue manaer.
Maybe its a svrconn channel... who knows?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
csmith28
PostPosted: Thu Feb 23, 2006 5:41 am Post subject: Re: urgent help Reply with quote

Grand Master

Joined: 15 Jul 2003
Posts: 1196
Location: Arizona

Quote:
Two questions:

why channel does not start automatically?

What kind of channel?
No Channel starts automatically except in a Cluster. SVRCONN Channels start at the request of an application. SDR and SVR Channels can be triggered by and XMITQ but they do not start automatically.

Quote:
Also, I tried manually inside the runmqsc wtih start channel command but still not working

what does it mean


The start channel(XXXX) command only works with and should only be use on certain CHLTYPE's.

Quote:
pts/ 1 in the display of output of ps-ef?

thanks


I have no idea what that means and that’s a third question, that is to say it has a question mark after it. The actual structure of this string of words and characters doesn't even qualify it as a sentence. Perhaps you intended to say “Two question marks and some unintelligible gibberish:” instead of “Two questions:”. Who knows?

You're welcome.
_________________
Yes, I am an agent of Satan but my duties are largely ceremonial.
Back to top
View user's profile Send private message
sandiksk
PostPosted: Thu Feb 23, 2006 6:26 am Post subject: Reply with quote

Centurion

Joined: 08 Jun 2005
Posts: 133

Guys,
I think its waste of time trying to help him. he cant even provide us with full details of the problem and any erorrs from error logs.

Jeevan,
I strongly recommend you read the manuals first, do a little bit search and then post a question.
This forumn is not for training. these guys are tying to help us and its our basic responsibility to study manuals first, do some search and then post a question.
Back to top
View user's profile Send private message
jeevan
PostPosted: Thu Feb 23, 2006 7:25 am Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

I realised that my listener is not working. the channel is scrconn and it will start automatically when the connection request comes.

I checked netstat -an|grep port and there is nothing running. but the listener still does not start . Any suggestion.

thanks
Back to top
View user's profile Send private message
KramJ
PostPosted: Thu Feb 23, 2006 7:35 am Post subject: Reply with quote

Voyager

Joined: 09 Jan 2006
Posts: 80
Location: Atlanta

Try starting the listener:

runmqlsr -t <protocol> -p <port> -m <qmgr>

example: runmqlsr -t TCP -p 1414 -m QM1
Back to top
View user's profile Send private message
Display posts from previous:
Post new topicReply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum IndexGeneral IBM MQ Supporturgent help
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.