Sponsored Content
Full Discussion: Enabling MQ Listeners
Operating Systems Solaris Enabling MQ Listeners Post 302235235 by billy_mega on Thursday 11th of September 2008 11:55:50 AM
Old 09-11-2008
Enabling MQ Listeners

Hi

I've been trying to change the services for MQ listeners using inetaconv and inetadm.

The MQ was already installed and Im trying to change the QManager name. Ive creted the appropriate files (MQSeries-tcp.xml) and am now trying to enable MQSeries and then refresh the service:

inetadm -e svc:/network/MQSeries/tcp:default
svcadm refresh inetd

thes ecommand run ok but when I look at the service:

inetadm -l /network/MQSeries/tcp

I shows, amongst others, the line:

exec="/opt/mqm/bin/amqcrsta -m QMGR"

the problem is that the QMGR is the old Queue manager name not the one I am trying to set up the listener for.

Help.......
 

9 More Discussions You Might Find Interesting

1. Solaris

Enabling NTP ....

Hi , What is the best way to configure NTP ( Network Timing Protocol ).. on Solaris 9 .... I have 5 Servers. Regards (2 Replies)
Discussion started by: ArabOracle.com
2 Replies

2. AIX

Enabling 64 bit

Hi, I am having some issues installing Oracle 10G Release 2 on my AIX 5.2L box. Here is what i do: 1- Extract the 10gr2 64bit cpio file using cpio -icdmv < install_file.cpio 2- Once the file is extracted, i run the rootpre.sh file. I got no error message so far everything is fine 3-... (3 Replies)
Discussion started by: Netghost
3 Replies

3. IP Networking

RIP listeners

Hi! I have to find out if RIP listeners are enabled on some of UNIX servers. They are all running Tru64. Tnx! (1 Reply)
Discussion started by: veccinho
1 Replies

4. AIX

AIX listeners?

I have a file directory which I want to monitor - when a new file arrives I want to start a script. Are there any utilities which can do this (aside from DB2, Oracle, Websphere, etc). I just want a "simple" listener which will invoke a script. (2 Replies)
Discussion started by: edibob
2 Replies

5. Cybersecurity

Enabling C2 audit

hey guys, im going to enable C2 auditing on a sun box, i know how to do it, but im just wondering if there are any issues or problems that i may run into. this will be my first major change (since i have to reset the box) since i joined this company and i dont really wanna kill their servers, so... (2 Replies)
Discussion started by: roguekitton
2 Replies

6. Shell Programming and Scripting

2 listeners in a port

Hi, Is it possible to have 2 programs to listen in 1 port? the only job of that other program is to record or monitor down any request it recieves to that specific port. Is that possible? Won't it cause any conflicts? (4 Replies)
Discussion started by: fif14344
4 Replies

7. Shell Programming and Scripting

I need your help about port listeners

Hi guys, Im new on unix. but I need your help. I have a windows program that is querying data from unix computer through winsock, this unix computer is bought from Japan in 1995. All the guys who are in charge of this have already resigned. The problem is this winodws program is developed... (1 Reply)
Discussion started by: fif14344
1 Replies

8. UNIX for Dummies Questions & Answers

Help with enabling ports.

Hi All, How to enable or disable a port in solaris 10. Thanks in advance.:) (3 Replies)
Discussion started by: rama krishna
3 Replies

9. Red Hat

XWindow is not enabling !!!

Dear Experts, Our system admin is struggling over a month with an issue regarding xwindow. RHEL 5.4 is our server OS. whenever I export Display with my machine IP and run xclock. It is not working. We are using DHCP. Please tell me what checks and actions should be taken from our sys admin point... (8 Replies)
Discussion started by: saifurshaon
8 Replies
asadmin-create-iiop-listener(1AS)				   User Commands				 asadmin-create-iiop-listener(1AS)

NAME
asadmin-create-iiop-listener, create-iiop-listener - adds the IIOP listener SYNOPSIS
create-iiop-listener --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] --listeneraddress address [--iiopport iiop_port] [--enabled=true] [--property (name=value)[:name=value]*] listener_ID Adds the IIOP listener. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. --listeneraddress can be the IP address or the hostname --iiopport IIOP port number. --enabled determines whether the IIOP listener is enabled at runtime. --property optional attribute name/value pairs for configuring the resource. OPERANDS
listener_id unique identifier for the IIOP listener to be created. Example 1: Using create-iiop-listener asadmin> create-iiop-listener --user admin --password adminadmin --host fuyako --port 7070 --listeneraddress 192.168.1.100 --iiopport 8080 sample_iiop_listener Created IIOP listener with id = sample_iiop_listener Where: sample_iiop_listener is the IIOP listener created. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-delete-iiop-listener(1AS), asadmin-list-iiop-listeners(1AS) J2EE 1.4 SDK March 2004 asadmin-create-iiop-listener(1AS)
All times are GMT -4. The time now is 11:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy