Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
shell script for checking router
Name: Alexx Date: July 10, 2003 at 02:57:30 Pacific OS: Solaris 2.6 CPU/Ram: Sparc 5 / 64 MB
Comment:
Hi!
I have to write a shell script to check some router. It has to be manual login using telnet. Ok, no problem until here. But: When I'm logged in, how can I assign the commands from the script to telnet? When telnet is started, the script stops until I quit telnet manually and telnet waits for a manual input. It doesn't matter if the script and telnet run on different terminals.
Summary: Hi, I try to to script an OS buidl process. Normally, to install LynxOS, I enter the installation CD into a drive, wait for a prompt then I type "installit". It shows a menu. I select the option 1. Th...
Summary: Hello, I need to know if there is a way for opening an URL using a shell script, for example I have a an application deployed in weblogic and to trigger that app I have a jsp written and deployed in t...
Summary: Hi friends, I am writing a Unix script to trigger mail. The condition is if there is a word called 'INVALID' in the input fiule it should triger a mail. But the file may have data for any number of da...