Set up a Sev 2 alert when the Primary WA service fails. A
windows batch script needs to be created that will monitor
the WA service on the Primary and when the service
stops/fails a Sev 2 TT is generated for a particular team ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between bash and shell?
What is bash eval?
How can the contents of a file inside jar be read without extracting in a shell script?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How do you know which shell I am using?
What is the fastest scripting language?
What does debug script mean?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Explain about the exit command?
What is shell scripting used for?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.