Author |
Message
|
skoesters |
Posted: Sun Jun 08, 2008 11:39 pm Post subject: how to change the IP Adress |
|
|
Acolyte
Joined: 08 Jun 2008 Posts: 73
|
Hi,
my name is sebastian and i registred today.
Maybe it is a stupid questions, but i need to know how to change the IP Adress of a channel.
I dont know anything about mqseries so i did not found how to change it.
i have these channels running:
---
Code: |
1 : display chstatus(XXXX.YYYY.02)
AMQ8417: Details zum Befehl DISPLAY CHANNEL STATUS werden angezeigt.
CHANNEL(XXXX.YYYY.02) XMITQ(xxxxx.yyyy.02)
CONNAME(192.168.10.6(30002)) CURRENT
CHLTYPE(SDR) STATUS(RUNNING)
RQMNAME(xxxxx.yyyy.02)
2 : display chstatus(xxxx.02.yyyyy)
AMQ8417: Details zum Befehl DISPLAY CHANNEL STATUS werden angezeigt.
CHANNEL(YYYY.XXXX01) XMITQ( )
CONNAME(192.168.10.6(30002)) CURRENT
CHLTYPE(RQSTR) STATUS(RUNNING)
RQMNAME(yyyy.xxxx.02)
|
i need to change the 192.168.10.6 to 192.168.10.7 but dont know how to do this (the 192.168.x.x is only an example).
Hopefully some of you guys kann help me.
thanks a lot.
regards
Sebastian |
|
Back to top |
|
 |
AkankshA |
Posted: Sun Jun 08, 2008 11:47 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
ALTER CHANNEL(XXXX.YYYY.02) CHLTYPE(........) CONNAME(<NEW ip>(30002)) _________________ Cheers |
|
Back to top |
|
 |
skoesters |
Posted: Sun Jun 08, 2008 11:57 pm Post subject: |
|
|
Acolyte
Joined: 08 Jun 2008 Posts: 73
|
|
Back to top |
|
 |
exerk |
Posted: Mon Jun 09, 2008 12:12 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
AkankshA wrote: |
ALTER CHANNEL(XXXX.YYYY.02) CHLTYPE(........) CONNAME('<NEW ip>(30002)') |
Quote the IP Address and Port number though...as per the example above. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jun 09, 2008 1:46 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
By the way the preferred way is to use a DNS name and not an IP address. (It resolves to the same behind the scenes...) but the DNS name allows for more flexibility...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|