![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running a Script in a Remote server | ZeroGPX | Shell Programming and Scripting | 2 | 03-07-2008 04:07 PM |
| Running an informix query on remote server | sureshg_sampat | Shell Programming and Scripting | 2 | 10-09-2007 12:20 AM |
| Script to check running processes on remote server. | amitsayshii | Shell Programming and Scripting | 5 | 10-06-2006 12:43 AM |
| Running a remote Server through perl script | chandrak | Shell Programming and Scripting | 0 | 02-12-2006 08:25 PM |
| Running shell scripts on a remote server | pepintheshort | UNIX for Dummies Questions & Answers | 2 | 07-22-2003 01:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
running a script on remote server.
I need to run a script on a remote server from my ksh script. The issue I'm having is that I need to logon to the remote server as a different user. (see the following)
logged on to server 1 as adsmgr neet to log on to server 2 as odemgr run passwd_util.ksh Thanks in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
Use an r-command (rexec, rsh, ...) either with or without kerberos or use a securefied command (ssh) to achieve the same. Either way it will have to be configured on both machines before use.
bakunin |
|||
| Google The UNIX and Linux Forums |