Sponsored Content
Full Discussion: Plink wait problem
Special Forums Windows & DOS: Issues & Discussions Plink wait problem Post 303001370 by zaainabbas on Wednesday 2nd of August 2017 12:01:14 PM
Old 08-02-2017
CLI is open when plink is running and i can see everything on screen. When router goes into configruation mode, everything just stops. I can input commands from my keyboard. So i give "exit" command to quit configuration mode and then again operation resumes as normal, the commands again start coming from batch file.

If following commands are in batch file :
Code:
configure terminal
interface gi0/0/1
shutdown
commit

This is how it actually works:
Code:
ASR9001#
ASR9001#configure terminal
ASR9001(config)#    -> At this point, it just keeps on waiting until i manually input command from keyboard to exit configuration mode. I also tried running other commands while router is in config mode, and they run properly. Then when it exit configuration mode this is how it goes

ASR9001#interface gi0/0/1
                                  ^
% Invalid input detected at '^' marker.

ASR9001#shutdown
                                  ^
% Invalid input detected at '^' marker.
ASR9001#commit
                                  ^
% Invalid input detected at '^' marker.



Total combined output will be this :

ASR9001#
ASR9001#configure terminal
ASR9001(config)#exit         (Typed in manually)
ASR9001#interface gi0/0/1
                                  ^
% Invalid input detected at '^' marker.

ASR9001#shutdown
                                  ^
% Invalid input detected at '^' marker.
ASR9001#commit
                                  ^
% Invalid input detected at '^' marker.


Last edited by Scott; 08-02-2017 at 01:16 PM.. Reason: Use code tags, please
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I/O wait Problem

When running top, I notice a bit more I/O wait time than usual. Is there a tool or piece of software out there that can me help evaluate the performance of these operations on my machine? Thanks! (5 Replies)
Discussion started by: unavb
5 Replies

2. Shell Programming and Scripting

Need to execute 2 scripts, wait, execute 2 more wait, till end of file

:cool: I need to execute a shell script to do the following: cat a file run two back ground processes using the first two values from the file wait till those background processes finish run two more background processes using the next two values from the file wait till those background... (1 Reply)
Discussion started by: halo98
1 Replies

3. UNIX for Dummies Questions & Answers

Plink problem....only works if passwd is in the script

I have a one line bat script run off a XP machine that tar's and compresses some files from a Sol 8 box. It goes something like this (a bit simplified).... plink -pw <passwd> user@host "tar -cvf - -C / tmp/a_file | compress " > a_file.tar.Z So this works....and it's worked many times. But now... (3 Replies)
Discussion started by: Yinzer955i
3 Replies

4. Shell Programming and Scripting

wait command - cat it wait for not-chile process?

Did not use 'wait' yet. How I understand by now the wait works only for child processes, started background. Is there any other way to watch completion of any, not related process (at least, a process, owned by the same user?) I need to start a background process, witch will be waiting... (2 Replies)
Discussion started by: alex_5161
2 Replies

5. Shell Programming and Scripting

wait problem

Hello, I have been trying to figure out why the wait isnt waiting for the sleep process to complete till now and have found out that since sleep runs as different process and not a child process the wait isnt waiting. script: cat test|while read i do echo $i sleep 30 & done wait ps... (4 Replies)
Discussion started by: wannalearn
4 Replies

6. Shell Programming and Scripting

plz, i wait your help, AWK problem

I have tracefile of three nodes (0 , 1 and 2 ) as follows: + 0.02 0 1 tcp 40 ------- 1 0.0 2.0 0 0 - 0.02 0 1 tcp 40 ------- 1 0.0 2.0 0 0 + 0.02 2 1 tcp 40 ------- 2 2.1 0.1 0 1 - 0.02 2 1 tcp 40 ------- 2 2.1 0.1 0 1 r 0.025032 0 1 tcp 40 ------- 1 0.0 2.0 0 0 + 0.025032 1 2 tcp 40 -------... (11 Replies)
Discussion started by: ASAADAOUI
11 Replies

7. HP-UX

echo "selall;info;wait;infolog" | /usr/sbin/cstm problem

Hello, On a HP-UX 10.20 server I've executed something similar to this command: # echo 'selall;info;wait;infolog;view;done' | /usr/sbin/cstm But it returns sometype of "argument list too long" error. I suppose there is a way to fix it by using xargs but I can't figure it out. Any... (7 Replies)
Discussion started by: asanchez
7 Replies

8. Shell Programming and Scripting

calling a shell script in background and wait using "wait" in while loop

Hi, I am facing a strange issue, when i call a script from my while loop in background it doesnt go in background, despite the wait i put below the whil loop it goes forward even before the process put in background is completed. cat abc.txt | while read -u4 line do #if line contains #... (2 Replies)
Discussion started by: mihirvora16
2 Replies

9. Shell Programming and Scripting

[SOLVED] Problem in wait statement

Iam having a script which is used to load users and dumpfile in any given schema.Iam trying to autolog the script and have added two fucntion in it. function init_stdout_redirect { OUT_LOG=$1 OUT_PIPE=$(mktemp -u) # Create the output pipe mkfifo $OUT_PIPE # Save stdout and... (15 Replies)
Discussion started by: Vikram_Tanwar12
15 Replies

10. Shell Programming and Scripting

Problem with output file plink GWAS

hi, Can anybody help me about the odd output file yielded by the following command: plink --noweb --allow-no-sex --bfile input_file --assoc --adjust --out output_file In fact, I'd like to perform a simple Bonferroni basic association test, and I obtains the following output file (extract... (1 Reply)
Discussion started by: boro82
1 Replies
REPLMARKS(1)						      General Commands Manual						      REPLMARKS(1)

NAME
       replmarks - replace triangular markers in a RADIANCE scene description

SYNOPSIS
       replmarks [ -e ][ -m newmod ][ -s scale ] { -x objfile | -i octree | -I mesh } modname ..  [ file ..  ]

DESCRIPTION
       Replmarks  replaces triangular markers identified by the modifier modname in each scene description file and writes the result to the stan-
       dard output.  The -x option indicates that each marker should be replaced by an appropriate xform(1) command on	objfile.   The	-i  option
       indicates  that each marker should be replaced by an instance of octree.  The -I option indicates that each marker should be replaced by an
       instance of the Radiance mesh mesh.  One of these three options must appear on the command line, along with modname, the modifier  used	by
       markers in the file.

       Multiple modifiers may be given, as long as each one is preceded by its own -x or -i option.

       The  transformation  for  each  marker  is determined by its location and orientation.  A marker should be a right triangle pointing like a
       half-arrow in the direction of the transformed x-axis, x'.  The longest side is the hypoteneuse, the second longest side  is  the  x'-axis,
       and  the  third longest side indicates the direction of the y'-axis.  Any additional sides will be ignored (ie. a quadrilateral may be used
       instead of a triangle if the extra side is small).  The z'-axis is determined by the cross product of the x' and y' axes, and the origin is
       the common vertex between x' and y'.

       The  size  of  the marker is ignored unless the -s option is used, where scale is a multiplier for the x'-axis length to indicate the total
       scale factor.  For example, a scale value of 5 with a marker length of .5 would result in a total scale factor of 2.5 to  be  used  in  the
       transformation.

       The  -e	option	causes commands in the file to be expanded, and is required to replace markers from commands in the input file.  Even with
       this option, replmarks will not examine objects for markers.  Specifically, an object included by replmarks as a result of a  -x  expansion
       will  be  transferred  verbatim,  without  regard to any surfaces therein that might have been considered as marks if they were on the main
       input.

       The -m option causes all replaced objects to be given the modifier newmod.  Otherwise, the new object surfaces will  use  their	originally
       defined	modifiers.   A	different replacement modifier may be given for each marker type.  The marker modifier name itself is only used to
       identify markers, and will not appear in the output in any form.

       If no input file is given, the standard input is read.

EXAMPLE
       To replace all polygons with the modifier ``knobs'' in the file input with a transformed ``knob.rad'' and write the result to output:

	 replmarks -x knob.rad knobs input > output

       To use instances of ``tree.oct'' with scaling set to three times the tree marker length:

	 replmarks -s 3 -i tree.oct tree input > output

AUTHOR
       Greg Ward

SEE ALSO
       arch2rad(1), ies2rad(1), xform(1)

RADIANCE							      3/24/94							      REPLMARKS(1)
All times are GMT -4. The time now is 07:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy