10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I run the following command using the command line. I need to run the same command in shell script :
./sas.server start
start is a parameter that passes to start.server to startup services within start.server.
the path to sas.server is /path/Lev1
Here is my code:
#!/bin/sh
set... (3 Replies)
Discussion started by: dellanicholson
3 Replies
2. Shell Programming and Scripting
Hi Friends,
We have a application "getstatus" which needs to run on application prompt.
But it is not working with shell script.
Example:
Unix Root Prompt#
execute "crp" to go to application prompt
CRP>getstatus
displays output of app health
CRP>exit
Unix Root Prompt#
Script , which... (2 Replies)
Discussion started by: suresh3566
2 Replies
3. Shell Programming and Scripting
Hi All,
I have a scenario :
1. A list of servers naming server21, server 22, server 23 etc. This list of servers is separate for my environments.
Env1 has 3 server
Env2 has 5 serves
Env3 has 10 servers
2. Each server accesses application through which I want to invoke some method. So... (7 Replies)
Discussion started by: ankur328
7 Replies
4. Shell Programming and Scripting
Hi
I am going to write a script in unix that shall include code to check status of server, dmgr,db connection .Can some one assist me in determining anything else needed to automate application status . (1 Reply)
Discussion started by: vinil
1 Replies
5. Shell Programming and Scripting
Hello,
I have a requirement to shut down and start up my application on different environments (Dev, QA and Prod).
I have around 24 servers. I have to login to each server manually for shutinng down the application.
I wrote a shell command on each server and I am invoking those shell... (2 Replies)
Discussion started by: GDSR Raju
2 Replies
6. UNIX for Advanced & Expert Users
just wanted to ask if anybody have script template for the subject above so I can make ti as my guide? example
a. server 1.1.1.1: restart script located at /etc/init.d/glassfish.sh
b. server 2.2.2.2: central script that support admin will use to execute to restart the /etc/init.d/glassfish.sh... (0 Replies)
Discussion started by: lhareigh890
0 Replies
7. UNIX for Dummies Questions & Answers
What I'm looking for is best explained with a little example.
#!/bin/bash
gedit
echo "I need this message to appear while gedit is still running, but it appears only then when I close gedit."
Of course most of the times you want the script to wait, but in this case I want to start a new... (5 Replies)
Discussion started by: MrZehl
5 Replies
8. Shell Programming and Scripting
Hi,
I need to develop a script which will deploy my web application binary(.war) file in the jboss application server.
I also need to take the back up of the existing binary file and rename the same with current date and then deploy the new binary from my specified location.
The same... (1 Reply)
Discussion started by: Siddheshk
1 Replies
9. Shell Programming and Scripting
Dear All,
I have been deploying my web application binary on Jboss application server manually on 13 servers with 2 instances on each server. i.e. 26 instances. It is really becoming time consuming to deploy the application manually.
I am looking for a script which would deploy my binary file... (1 Reply)
Discussion started by: Siddheshk
1 Replies
10. Programming
Hi expert guys,
I have unix server where i have a application for some special commands. Below way to entering in that application-
bash-2.05$ telnet 11.13.58.39 2310
Trying 0.0.0.0...
Connected to ..
Escape character is '^]'.
CONNECTING TO...
PROCESS 2310 CONNECTED...
Enter... (0 Replies)
Discussion started by: thepurple
0 Replies