![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing a script through GUI | snvijaysankar | UNIX for Dummies Questions & Answers | 2 | 06-02-2008 04:49 AM |
| executing script | big123456 | Shell Programming and Scripting | 1 | 06-03-2005 07:32 AM |
| RSH use for executing a script | frustrated1 | Shell Programming and Scripting | 6 | 10-02-2003 08:24 AM |
| Executing ksh script from cgi | hodges | Shell Programming and Scripting | 1 | 05-27-2003 10:57 AM |
| Executing Ps in script | Claude | Shell Programming and Scripting | 1 | 11-22-2001 02:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Reg :Executing a script through GUI .
Hi ,
Can we run shell scripts by calling them through a GUI , so that even a New comer can run them by just clicking on them . We have around 100 Scheduled scripts and we have cornered on some 20 scripts that should be called through a GUI . How can this be achieved ? Thanks in anticipation ! --------------------------------------- Date 12-Dec -2005 Hi , May be I was short in explaining my requirement . Well , the requirement is as follows : We have some processes running 24*7 .If by mistake the process stops we have scripts which notify us that the process has stopped .Now the problem is that we do not have 24*7 support .So if the process stops after 9PM it will not re start till 9AM , thereby creating lot of backlog . Now to fight with this situation we are palnning to handover this acticvity to a seperate team whicg sits 24*7. For this we need to provide them aceess to our servers( which we do not want to ) . So , we are planning to develop a small application though which they can run the required scripts instead of logging to our servers . Now how do we do this is the question ? Someone please reply ! One of us should have an answer to this . Shyam. Last edited by shyam.appalla; 12-12-2005 at 05:21 AM.. Reason: No replies as yet ! |
|
||||
|
If you are trying to restart processes, and you have a team that you don't want to give access to your machine because they don't have much expertise, it seems like the correct solution to your problem is to automate the restart and log with as much detail as necessary to indicate why it's stopping, then correct the problem.
Perhaps you could give more information and explain what you're trying to achieve. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|