Sponsored Content
Top Forums Shell Programming and Scripting Local script to trigger multiple remote scripts Post 302754719 by RudiC on Friday 11th of January 2013 02:36:18 AM
Old 01-11-2013
Pls post the log.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to stop a script running in remote server from local script

Hi, I have googled for quite some time and couldn't able to get what exactly I am looking for.. My query is "how to stop a shell script which is running inside a remote server, using a script"??? can any one give some suggestions to sort this out. (1 Reply)
Discussion started by: mannepalli
1 Replies

2. Shell Programming and Scripting

rsh help - getting the output of remote script to local server.

Hi, I have a script that runs for an hour. Have to run it on remote server and need the output it produces on the remote server to decide for failure or success. I run it through a Autosys Job which logs the outputs, both 1 & 2. I use the commands 1) rsh <SERVER> 'nohup /tmp/xyz.ksh &' 2)... (5 Replies)
Discussion started by: aster007
5 Replies

3. Shell Programming and Scripting

Trigger a script by consequtive scripts in crontab

Hello Friends, I've been searching solutions for an exceptional backup case recently, I need someone to guide me, suggest a method pls. In a production system we have backup scripts, they are run by cron one after another, and monthly. There is 1 hour difference between each consecutive script... (1 Reply)
Discussion started by: EAGL€
1 Replies

4. UNIX for Advanced & Expert Users

Move folders from Multiple remote Servers to my local computer

I have 20 Servers (They are Windows 2003) that I remote every day using names or IP address and type in my username & Password then copy folders manually to my local computer. I'm wondering if i can just run script(s) from my local computer to do this job without using FTP(because of security... (5 Replies)
Discussion started by: idiazza
5 Replies

5. Solaris

Remote execution of a local script on multiple servers

So I have a scriptlet called solaris_command: for i in \ server1 server2 server3 do echo $i ssh $i $1 echo "" done I then use that as a command in multiple scripts to allow for data gathering for all virtual hosts in the environment thusly: solaris_command "cat... (3 Replies)
Discussion started by: os2mac
3 Replies

6. Shell Programming and Scripting

Execute a local script against a remote server

I am unable to run the below script against a remote server due to syntax error (then unexpected), but i am able to run it locally. Am i executing it correctly or is there any other way to execute it. ssh username@servernname ksh -s < scriptname #!/bin/ksh function record { ((end =... (5 Replies)
Discussion started by: NarayanaPrakash
5 Replies

7. Shell Programming and Scripting

To run a local shell script in a remote machine by passing arguments to the local shell script

I need to run a local shell script on a remote machine. I am able to achieve that by executing the command > ssh -qtt user@host < test.sh However, when I try to pass arguments to test.sh it fails. Any pointers would be appreciated. (7 Replies)
Discussion started by: Sree10
7 Replies

8. Shell Programming and Scripting

Except script to run a local shell script on remote server using root access

local script: cat > first.sh cd /tmp echo $PWD echo `whoami` cd /tmp/123 tar -cvf 789.tar 456 sleep 10 except script: cat > first #!/usr/bin/expect set ip 10.5.15.20 set user "xyz123" set password "123456" set script first.sh spawn sh -c "ssh $user@$ip bash < $script" (1 Reply)
Discussion started by: Aditya Avanth
1 Replies

9. Shell Programming and Scripting

Grep remote multiple hosts output to local server

Hello all, i'm trying to create a report by greping a pattern on multiple remote hosts and creta a simple report, actually i did this, is ther any better way to do this. #!/bin/bash for host in `cat RemoteHosts` do ssh $host -C 'hostname 2>&1; grep ERROR /var/log/WebServer.log.2019-09-21... (0 Replies)
Discussion started by: charli1
0 Replies

10. Shell Programming and Scripting

Copy local files to single remote host but multiple folders using rsync

I'm trying to copy a file myfile.scr from my local Linux server to multiple folders on remote AiX server using single rsync command. Below command helps me copy the file "myfile.scr" from my localhost to a remote host folder "/app/deployment/tmpfiles" rsync --delay-updates -F --compress... (1 Reply)
Discussion started by: mohtashims
1 Replies
slrnpull(1)							   User Manuals 						       slrnpull(1)

NAME
slrnpull - Pull a small newsfeed for offline reading. SYNOPSIS
slrnpull [-d spooldir] [-h server] [--debug file] [--expire] [--fetch-score n] [--help] [--kill-log file] [--kill-score n] [--logfile file] [--marked-bodies] [--new-groups] [--no-post] [--post] [--post-only] [--rebuild] [--version] DESCRIPTION
slrnpull pulls a small newsfeed from an NNTP server. It puts the articles into a spool directory from which slrn can later read them, even if the server is unreachable at that time. Typically, this is useful if you do not have a permanent network connection. OPTIONS
The following options can be used when calling slrnpull from the command line. -d spooldir Set slrnpull's root directory for this run to spooldir, overriding the $SLRNPULL_ROOT environment variable. -h host[:port] Connect to the NNTP server on host, overriding the $NNTPSERVER environment variable. If no port is given, the default NNTP port (119) will be used. --debug file Write dialogue with the server and some additional debugging output to file. --expire Expire (remove) old messages from the spool, but do not fetch news. --fetch-score n Fetch article bodies with a score of at least n automatically (in true offline mode, the default is to fetch only bodies that were explicitly marked by the user). --help Show help for command line switches. --kill-log file Keep a log of all articles that were killed by the scorefile in file. By default, no such logfile is created. --kill-score n Kill all articles with a score below n. The default value for this is 0. --logfile file Log the messages and errors that slrnpull prints to the screen to file. By default, they get written to the file log in slrnpull's root directory. --marked-bodies Only fetch bodies that were marked for download within slrn. --new-groups Check for new groups, appending them to the file new.groups in the data directory. --no-post Do not post any articles to the server. --post Obsolete version of --post-only. --post-only Post outgoing articles, but do not fetch news. --rebuild Like --expire, but also rebuild the overview information. To be used when the overview information is damaged. --version Print the version number. ENVIRONMENT
slrnpull reads the following environment variables. Note that they can be overridden by command line switches. NNTPSERVER You can use this variable to tell slrnpull which NNTP server to connect to. It can be overridden by the command line option -h. SLRNPULL_ROOT Defines the directory where slrnpull will look for its configuration files and spool the articles. An absolute filename is needed here. This can be overriden by the option -d. FILES
$SLRNPULL_ROOT/authinfo If the server requires authentication, this file needs to contain the data (username in the first line, password in the second). Be careful not to make this file world-readable! $SLRNPULL_ROOT/log The default file to log status and error messages to. $SLRNPULL_ROOT/score If you want slrnpull to apply scoring rules to decide which articles to download, put them into this file. $SLRNPULL_ROOT/slrnpull.conf The main configuration file. It tells slrnpull how many articles to get from which groups and when to expire them. SEE ALSO
The documentation that comes with slrnpull, especially README and SETUP. The FAQ of slrn also answers some questions about slrnpull. You might also want to look at slrn's official home page, http://slrn.sourceforge.net/ or post to news.software.readers if you have a ques- tion not covered by existing documentation. The latest version of slrnpull is part of the slrn package available from http://prdownloads.sourceforge.net/slrn/ AUTHOR
John E. Davis <davis@space.mit.edu> Please send any bug reports to the current maintainer, Thomas Schultz <tststs@gmx.de> Unix September 2004 slrnpull(1)
All times are GMT -4. The time now is 09:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy