connect to remote MQ-QManager


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting connect to remote MQ-QManager
# 1  
Old 01-28-2009
Java connect to remote MQ-QManager

Hi ,
I need to connect to a remote MQ Manager using shell script. Please help.


thanks in advance
Satya
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to connect to remote and sendmail.

Hello, Kindly guide. SendMail function on my script is not working, but it works manually. Any better way to handle the script is appreciable. #!/bin/sh GetHostConnection() { truncate --size 0 /home/web/for_mail.out while read -r lines ; do ip=`echo $lines | awk '{print... (9 Replies)
Discussion started by: sadique.manzar
9 Replies

2. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

3. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 Replies

4. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

5. AIX

Connect HMC to remote servers

I'm trying to connect a few servers in different remote locations to my HMC. I added static IPs to the Service Processor through ASM, and did all the necessary network configurations, then connected those servers to our switch. Now my questions are: - in our site, do I need to connect these... (4 Replies)
Discussion started by: Dardeer
4 Replies

6. UNIX for Dummies Questions & Answers

How do I connect to a remote X11 server ?

Hi, how do I connect to a remote x server? i tried this: startx -display 192.168.0.1:0 # when I do this, it just connects to my own x server i.e I see my own desktop. and export DISPLAY=192.168.0.1:0.0 # when I do this nothing happens. (it doesn't even try to connect, no activity in... (7 Replies)
Discussion started by: uxfuser
7 Replies

7. OS X (Apple)

Can't connect to remote mini

I have a headless remote Mini in which I was hoping to reduce bandwidth consumption by following an Apple knowledge base note (Mac OS X v10.6: Disabling mDNSResponder will disable DNS) which is a method to stop Bonjour service advertisement. Now I can't connect to the Mini via SSH, screen... (4 Replies)
Discussion started by: mbohn
4 Replies

8. UNIX for Dummies Questions & Answers

what is the command to connect to remote terminals

what is the command to connect to remote terminals? (1 Reply)
Discussion started by: sendtorohitgupt
1 Replies

9. UNIX for Dummies Questions & Answers

connect to a remote account using a text browser.....

is it possible to coonect to a remote account using a text browser without the use of ftp... but using the httpd address. to be more precise is there any way to directly connect throught ssh in the text browser itself.. (using a lynx elinks browser). moxxx68 (2 Replies)
Discussion started by: moxxx68
2 Replies

10. UNIX for Dummies Questions & Answers

Remote Connect - SCO Open Server

Hello.. Please helppppppp...!!! I am using SCO Open Server version 5.0 at work. I am trying to find a third party software to use on my computer at home which has windows 98 on it to do remote connect to my work. Is there any such software ? I know there is PC ANYWHERE but i don't think it... (2 Replies)
Discussion started by: jackpotp
2 Replies
Login or Register to Ask a Question
XINE-REMOTE(1)						      General Commands Manual						    XINE-REMOTE(1)

NAME
xine-remote - a small tool to connect xine remote control server. SYNOPSIS
xine-remote [options] DESCRIPTION
This manual page documents briefly the xine-remote tool. xine-remote can replace a raw telnet connection to a xine remote control server. It use the readline facilities (completion, vi/emacs shortcuts, command history, etc...). By default, it try to connect the localhost, using the default port (see xine(1)). OPTIONS
The program follow the usual GNU command line syntax, with long ioptions starting with two dashes (`-'). A summary of options are included below. -H, --host <hostname> Try to connect <hostname>. -P, --port <port> Try to connect the host using <port>. -c, --command <command> Send <command> to server then quit. The command should be single quoted if it contain spaces or special characters. -n, --noconnect Do not initiate the connection on startup. -v, --version Display version. -h, --help Display options summary. COMMANDS
Few commands are available, which are used to open or close a connection: ? Display available commands (the xine-remote ones + server ones when connection is established). help <command> Display the purpose of <command>, if that is omitted, display available commands. syntax <command> Display the usage of <command>. version Display version. open <server[:port]> Open connection to server. A port can be optionally specified, using colon (:) separator. close Close connection. quit Leaving xine-remote. SEE ALSO
xine(1). AUTHOR
This manual page was written by Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> for the xine project. The xine project 2002-04-16 XINE-REMOTE(1)