Search Results

Search: Posts Made By: indianya
8,703
Posted By indianya
Thanks to all that took time to reply. My script...
Thanks to all that took time to reply. My script is working now. There was a limit on number of ssh sessions on remote server and so sessions from my script were getting closed.
8,703
Posted By indianya
I tested and those snippets work just fine. I ran...
I tested and those snippets work just fine. I ran ssh with -v -v -v option to capture debugging information.

Here is debug for ssh that kept running in the background.
debug1: ssh_session2_setup:...
8,703
Posted By indianya
Thankyou. I wasn't familiar with -n option, I did...
Thankyou. I wasn't familiar with -n option, I did modify my scriptfile to use -n option but even after that the script doen't continue to run, I am

$ nohup scriptfile &
[1] 7160
$ Sending...
30,886
Posted By indianya
I am already using ssh keys but some of the...
I am already using ssh keys but some of the script run into errors from remote host saying not on terminal cannot execute etc. So how do I emulate terminal behavior using ssh?
8,703
Posted By indianya
Ssh remote command doesn't work from script file
I have 10 application servers in a distributed architecture generating their own application logs. Each server has application utility to continuously tail the log. for example following command...
30,886
Posted By indianya
Purpose is to completely stop using Expect and...
Purpose is to completely stop using Expect and use passwordless ssh in bash or perl scripts to achieve same functionality as Expect.
30,886
Posted By indianya
Alternatives to Expect
Are there any other alternatives to using Expect script? Can functionality provided by Expect be achieved by any other scripting language?
4,192
Posted By indianya
awk '{print $1"\tAT50"}' file
awk '{print $1"\tAT50"}' file
Forum: Solaris 02-16-2013
8,959
Posted By indianya
Epoch time in Solaris
One way of getting epoch time in solaris is

truss date 2>&1 | awk '/^time/{print $3}'

Is there any other simple command that can be run from Korn Shell to display epoch time in solaris 5.10?
4,463
Posted By indianya
How to FTP all newly created but the current open file?
An application running on HP-UX constantly generates new text log files ( I think using logpipe ). Any new file created requires to be ftp'ed to an offline server, however I want to make sure that...
10,922
Posted By indianya
How to parse a text file with \034 as field and \035 as end of message delimiter?
I need some tips to write a unix korn shell script that will parse an input text file. Input text file has messages that span several lines, each field in the message is delimited by /034 and the end...
Showing results 1 to 11 of 11

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