![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| rlogin inside a c-shell script | sumitgarg | Shell Programming and Scripting | 5 | 02-01-2008 12:27 AM |
| rlogin from Shell script | asutoshch | Shell Programming and Scripting | 2 | 05-19-2006 12:20 AM |
| telnet, rlogin, ssh login probblem | anphdula | UNIX for Dummies Questions & Answers | 1 | 01-08-2006 10:13 AM |
| can nested SQl be run in Unix Script? | YoYo | Shell Programming and Scripting | 21 | 09-22-2005 12:52 AM |
| rlogin & telnet | g-e-n-o | UNIX for Dummies Questions & Answers | 13 | 11-06-2001 10:08 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
script for nested rlogin and telnet
I want to write a script that rlogins to a couple machines and then from the last machine, telnet into a final machine and execute a command. So in pseudocode it would look like:
rlogin host1 from host1 rlogin host2 from host2 telnet host3 from host 3 execute command The reason for the nesting of the logins/telnet is because host 3 is only available via a telnet from host 2 and host 2 is only available via host 1. Any ideas on how to accomplish this?? Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|