The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Script runs fine on UNIX Server...Not through MSK Tool kit on Windows Server madhunk UNIX for Dummies Questions & Answers 5 01-31-2008 01:30 PM
Transfer file from local unix server to remote server indira HP-UX 2 05-02-2007 05:15 PM
How to share CGI Scripts across UNIX web server? karlsworld UNIX for Dummies Questions & Answers 5 02-06-2007 10:25 AM
How to share CGI Scripts across UNIX web server? karlsworld Shell Programming and Scripting 1 02-05-2007 09:32 PM
How to connect unix server via web max_san007 UNIX for Dummies Questions & Answers 3 11-17-2006 01:46 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-18-2008
phatan
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
How to connect unix server to unix server through shell scripts

Hi,
I would like to connect UNIX server to UNIX server through shell scripts
and i have some concepts . But i am totally confused how to connect UNIX
server to UNIX server throuth running a script. It will be greatful to me if
any buddy will help me.

Thanks in advance.
Phatan
Received Infraction
  #2 (permalink)  
Old 06-18-2008
nua7 nua7 is offline
Registered User
  
 

Join Date: Mar 2008
Location: /bin/sh
Posts: 353
Code:
man ssh
One example of ssh, where syslist will contain all the names of unix servers you want to connect

Code:
    for i in $syslist
    do
        ssh2 -q $i 'pr=0;flSy=" ";
              for j in `bdf /claims | tail -1 | sed "s/%//g" | tr -s " " | sed "s/ /-/g"`
              do
                prUs=`echo $j | cut -d "-" -f5`
                if [[ $prUs -ge 70 ]]
                then
                  flSy="${flSy}`echo $j | cut -d "-" -f6`";
                  if [[ $pr -eq 0 ]]
                  then
                    pr=1;
                  fi;
                fi
              done;
              if [[ $pr -eq 1 ]]
              then
                echo "`uname -n`:";
                bdf $flSy
                echo "-----------------------------------------------------------";
              fi'
    done
  #3 (permalink)  
Old 06-19-2008
gfca gfca is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 31
Quote:
Originally Posted by phatan View Post
Hi,
I would like to connect UNIX server to UNIX server through shell scripts
and i have some concepts . But i am totally confused how to connect UNIX
server to UNIX server throuth running a script. It will be greatful to me if
any buddy will help me.

Thanks in advance.
Phatan
Hi,

well i think it depends for what you want to connect to other machines. Is to run commands or simply copy or sync files??
Sponsored Links
Closed Thread

Bookmarks

Tags
unix commands

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:38 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0