Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: unable24
  • Content: Threads
  • Order by date
  1. unable24

    FTP Window size and latency differences

    All, My client has discrepancies in their FTP transfer rates based on where they originate their jobs. They transfer at a rate of about 500k/sec from a site with a 9ms next hop DS3 (distance 175 miles), while experiencing only 200k/sec FTP transfer rates from a site with a 40ms next hop DS3...
  2. unable24

    How to run a script in background

    All, How do I make my unix script do it's thing w/out sending output to my screen? I just want to check the results in my file when I think it should be finished.
  3. unable24

    Telnet Script

    I have a telnet script that works OK - 2 problems: 1) When it is done w/ the hostfile it keeps trying to telnet (to infinity). 2) How can I ensure that when it cannot log into a site (b/c site down), that it keeps going - and will create a list of the sites it could not reach??? See basic...
  4. unable24

    Host File Scrutiny?

    Help, I have a basic ping script that works fine - but I can only reference a host file with IP's only: I would like to follow the IP's w/ a tab and the host name, but my script doesn't like this: here is my script: dat=`date +%m%d%y` while read HOST do ping $HOST -n 2 >...
  5. unable24

    Ping Script Help

    Can somebody help me w/ my ping script: It works until it hits a bad IP - then locks up and doesn't write to my bad file - I just want a script that pings a list of IP's (ie clt.txt) and creates a list of failed devices... #!/bin/sh while read HOST do ping $HOST -n 2 >...

Part and Inventory Search

Back
Top