Search Results

Search: Posts Made By: clakkad
6,307
Posted By clakkad
global variable! great... i will try and track it...
global variable! great... i will try and track it down. but i would appreciate help as well, cause i dont know scripting that well to know which variable to look for .

btw, if it helps , this...
6,307
Posted By clakkad
no, i had already checked if FTP was being...
no, i had already checked if FTP was being timed-out.. but not so. Just as soon as the FTP completed the process used to die.

I was transfering a big file to the other end.. could this be a...
6,307
Posted By clakkad
Process Killed : Need to find why ?
Hi reader,

I'm making a tool out of korn shell script that is running on a HP-UX server. But everytime i invoke the tool, it gets killed after a while (mid-process). I have tried re-running it a...
12,932
Posted By clakkad
spawn ssh $username@$server expect -re...
spawn ssh $username@$server
expect -re "password:" {
send "$password\r"
}
expect "$"
send "cd $user_dir\r"
expect "$"
send "/bnr/tools/peel/peel $context_sname\r"
expect "Peel already...
12,932
Posted By clakkad
Expect script exiting too fast if used without interact.
Hi

I'm working on an Expect script that is supposed to log-into a remote server and run some steps and exit. In the script I first spawn a 'ssh' session to the server and then after logging in I...
5,681
Posted By clakkad
Can 'spawn' command be used more than once in an expect script ?
Can 'spawn' script be used more than once in a given expect script ??

What I'm trying to do is, first log-into a remote server through one 'ssh' spawn com and then from there log-into another...
1,387
Posted By clakkad
thanks jim and vgresh99
thanks jim and vgresh99
1,387
Posted By clakkad
How to distribute many scripts as one big fille ??
Hi

I'm building an application where-in I have many ksh + expect scripts all working together to achieve one objective. There is one main script which calls upon the other smaller scripts to do...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy