Sponsored Content
Top Forums Shell Programming and Scripting Expect: Block of lines should be executed only if access succeeds Post 302419037 by Hossam_Nox on Thursday 6th of May 2010 05:41:09 AM
Old 05-06-2010
Expect: Block of lines should be executed only if access succeeds

Hello
I'm using expect to create a script. I want some lines to be executed only if the telnet succeeds to the target host. Kindly check the code that i created. The problem i'm facing that while execting the script, the lines after login seems to be ignored. The password is not sent and also the below lines.

Code:
send "telnet x.x.x.x\r"
expect {
"login:" {send "root\r"}
 expect "Password:" {send "xxxxx\r"}
  expect "root@*n*s*#" {send "/usr/local/NTP/scripts/ntp_supervision.sh -test\r"}
   expect "root@*n*s*#" {send "scp /usr/local/NTP/sup/time_difference 172.16.33.1:/tmp/time_difference_OMCPstandby\r"}
    expect "root@*n*s*#" {send " ntpq -p > /tmp/ntp_out_OMCPstandby\r"}
     expect "root@*n*s*#" {send "scp /tmp/ntp_out_OMCPstandby 172.16.33.1:/tmp/ntp_out_OMCPstandby\r"}
    
}


Last edited by Scott; 05-06-2010 at 06:48 AM.. Reason: Code tags, please...
 

10 More Discussions You Might Find Interesting

1. Programming

while vc++6 succeeds, g++ fails. ???

My code is at: http://rafb.net/p/E82U3C73.html It is a concept sample. I desperately tried to compile it with g++. To my surprise (in vmplayer/ win2k) vc++6 succeeds to compile it. I'm in very doubt. I used RedHat WS 4 , g++-3.4 and Debian Etch, g++-4.1 Comment this please!! mihai (4 Replies)
Discussion started by: mihk
4 Replies

2. Shell Programming and Scripting

Expect: Parsing/evaluating lines of numbers

There *has* to be an elegant way to do this in Expect... I have a command that returns lines of numbers. Like: prompt% mycommand --loop=5 9 4956 4951 4951 4956 9 4960 4951 4951 4956 9 4956 4951 4951 4956 9 4956 4951 4951 4956 9 4956 4951 4951 4956 prompt% All numbers must be... (0 Replies)
Discussion started by: kajkaj
0 Replies

3. Shell Programming and Scripting

execute ftp script until it succeeds

I have a ftp script that occasionally fails (connection lost error). I would like to execute the ftp command until it succeeds. Would the script below work? while do ftp -i -n <<EOF >> $LOG open $FTP_HOST user $FTP_LOGIN $FTP_PASSWD put filename.csv bye quit ... (5 Replies)
Discussion started by: soliberus
5 Replies

4. Shell Programming and Scripting

expect - How to ignore empty lines?

Hi all, I'm looking for a way to generate an error when a command does not print an expected message. For example : test.sh : echo hi!test.exp : exp_internal 1 spawn ./test.sh expect { "hi!" {puts "bingo!"} "*" {puts "error!" ; exit 1} } I expected test.exp to match the string... (2 Replies)
Discussion started by: whbos
2 Replies

5. AIX

Script not getting executed via cron but executes when executed manually.

Hi Script not getting executed via cron but executes successfully when executed manually. Please assist cbspsap01(appuser) /app/scripts > cat restart.sh #!/bin/ksh cd /app/bin date >>logfile.out echo "Restart has been started....." >>logfile.out date >>logfile.out initfnsw -y restart... (3 Replies)
Discussion started by: samsungsamsung
3 Replies

6. UNIX for Dummies Questions & Answers

read fails in Unix, but succeeds in Linux. Why?

Hi, When I use "read" to parse the sftp command sent via ptty, I ran into a very mysterious case below: --- In Unix, the command ‘quit' is lost. === Fri 13Apr12 15:42:47GMT-sftp_send_command: SENT Fri 13Apr12 15:42:47GMT-sftp_read_resp_line: Parse buffer=quit^M --> Command sent correctly... (2 Replies)
Discussion started by: HgHK
2 Replies

7. Shell Programming and Scripting

TCL expect out string with multiple lines

Hello, I will be sending this command to a specific COMID: exp_send-i $COMID "fdisk -l | grep Disk | awk '{print $2}'" The command will produce this output: /dev/sda /dev/sdb etc.. the problem is how do I store the output in a variable in TCL, I am currently using this to grab the... (1 Reply)
Discussion started by: h0ujun
1 Replies

8. UNIX for Advanced & Expert Users

Move a block of lines to file if string found in the block.

I have a "main" file which has blocks of data for each user defined by tags BEGIN and END. BEGIN ID_NUM:24879 USER:abc123 HOW:47M CMD1:xyz1 CMD2:arp2 STATE:active PROCESS:id60 END BEGIN ID_NUM:24880 USER:def123 HOW:4M CMD1:xyz1 CMD2:xyz2 STATE:running PROCESS:id64 END (7 Replies)
Discussion started by: grep_me
7 Replies

9. Shell Programming and Scripting

Printing a block of lines from a file, if that block does not contain two patterns using sed

I want to process a file block by block using sed, and if that block does not contain two patterns, then that complete block has to be printed. See below for the example data. ................................server 1............................... running process 1 running... (8 Replies)
Discussion started by: Kesavan
8 Replies

10. UNIX for Advanced & Expert Users

Sendmail succeeds, qmail fails

I am attempting to send multipart formatted email using sendmail -t with attachments. The attachments always arrive as empty if sent from linux. They are intact if sent from AIX. Does qmail not support attachments for multipart formatted email? I have a legacy application which runs... (4 Replies)
Discussion started by: charles_n_may
4 Replies
SXID.CONF(5)							File Formats Manual						      SXID.CONF(5)

NAME
sxid.conf - configuration settings for sxid DESCRIPTION
This is the configuration file used by sxid to define it's parameters for execution. By default it is /etc/sxid.conf but can be anything using the --config command line option for sxid. Options in this file are in the form of OPTION = "VALUE" . Note that the VALUE must be contained in double quotes. OPTIONS
ALWAYS_NOTIFY If sxid does not find any changes it will not send an email unless you specify "yes" here. ALWAYS_ROTATE Usually sxid will only rotate the log files when there is a change from the last run. This is usually best, since all logs will record a change rather than just a run of the program. If you want to rotate the logs every time sxid is run, regardless of changes, specify "yes" here. EMAIL Where to send the email containing the output of changes every time sxid is run. Example: EMAIL = "Great Admin <root@host.com>" ENFORCE Normally sxid only flags items which are suid or sgid and are in a FORBIDDEN directory. With this option set to "yes" sxid will remove the s[ug]id bit(s) on any files or directories it finds in forbidden directories and report any changes in the email. Note that directories listed in FORBIDDEN are searched regardless of whether or not they are listed in SEARCH. However, EXCLUDED options still apply to directories that fall under them. EXCLUDE A space seperated list of directories to exclude from the search. Note that if a SEARCH path falls under an EXCLUDE path that it will still be searched. This is useful for excluding whole directories and only specifying one. Example: SEARCH = "/usr /usr/src/linux" EXCLUDE = "/usr/src" EXTRA_LIST File that contains a list of (each on it's own line) of other files that sxid should monitor. This is useful for files that aren't +s, but relate to system integrity (tcpd, inetd, apache...). Example: EXTRA_LIST = "/etc/sxid.list" FORBIDDEN A space seperated list of directories that are not supposed to contain any suid or sgid items. Items which are suid or sgid in these directories are flagged in the email seperately from the other listings whether there are other changes or not. Example: FORBIDDEN = "/tmp /home" IGNORE_DIRS Ignore entries for directories in these paths. This means that only files will be recorded. You can effectively ignore all directory entries by setting this to "/". KEEP_LOGS This is a numerical value for how many log files to keep when rotating. LISTALL Forces a list of all entries to be included in th output. Implies ALWAYS_NOTIFY. LOG_FILE The full path of where to store the log files. These will be rotated, each rotated log being suffixed with a digit. The directories must already exist. This is usually /var/log/sxid.log. Rotated logs would look like /var/log/sxid.log.n where 'n' is the number in the rotation. The current log has no suffix. AIL_PROG Mail program. This changes the default compiled in mailer for reports. You only need this if you have changed it's location and don't want to recompile sxid. SEARCH A space seperated list of directories to search. Sxid will use these as a starting point for it's searches. Example: SEARCH = "/usr /bin /lib" AUTHOR
Ben Collins <bcollins@debian.org> REPORTING BUGS
Report bugs to current maintainer Timur Birsh <taem@linukz.org>. SEE ALSO
sxid(1) sXid 4.0.5 January 2002 SXID.CONF(5)
All times are GMT -4. The time now is 07:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy