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
transmission-remote-cli(1)				      transmission-remote-cli					transmission-remote-cli(1)

NAME
transmission-remote-cli - a console client for the Transmission BitTorrent client SYNOPSIS
transmission-remote-cli [options] [filename-or-URL] DESCRIPTION
transmission-remote-cli is a curses interface for the daemon of the BitTorrent client Transmission. OPTIONS
--version Show version number and exit -h --help Show usage information and a list of options -c CONNECTION --connect=CONNECTION Point to the server. CONNECTION must match the following pattern: [username:password@]host[:port][path] Default: localhost:9091 -s --ssl Use SSL to connect to the server. Default: don't use SSL --create-config Create configuration file with default values. NOTE: A config file won't be created unless you provide this option at least once. After that, it is rewritten whenever transmis- sion-remote-cli exits. -f CONFIGFILE --config=CONFIGFILE Set path to configuration file. Default: ~/.config/transmission-remote-cli/settings.cfg -n --netrc Get authentication info from ~/.netrc. -- OPTIONS Use the known server connection to pass OPTIONS on to transmission-remote. FILES
transmission-remote-cli overwrites the configuration file on exit. Keep that in mind if you edit it manually. SEE ALSO
transmission-create(1), transmission-daemon(1), transmission-edit(1), transmission-gtk(1), transmission-qt(1), transmission-remote(1), transmission-show(1). April 22, 2012 transmission-remote-cli(1)