10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hi,
When I run the the following code:
#!/bin/bash
if ]; then
usage
fi
if ]
then
echo "Do not execute this as root, use -s instead"
fi
SERVERFILE="servers"
function usage {
echo "USAGE: ${0} COMMAND" (4 Replies)
Discussion started by: mohca2020
4 Replies
2. UNIX for Beginners Questions & Answers
Hi Folks -
I hope everyone is well.
I just need some assistance with a script I've put together. I haven't used functions before so I was wondering if my script is built properly in terms of architecture?
The first command of the script shuts down services. Then, the second part finds a... (1 Reply)
Discussion started by: SIMMS7400
1 Replies
3. Shell Programming and Scripting
HI Folks -
Again, I'm very sorry for the amateur post. I'm reletively new to shell scripting so please bear with me.
I have a script that execute another script which stops a particular set of services for my application. IF the execution is successful, I want to check for any hung ESSSVR... (4 Replies)
Discussion started by: SIMMS7400
4 Replies
4. Shell Programming and Scripting
Hi all.
Probably a silly question... :-(
This is my script.
$ cat ./QuoteGrabber.sh
#!/usr/bin/bash
a=$(./DDECmd.exe request -s TOS -t ASK -i /ESM1)
b=$(./DDECmd.exe request -s TOS -t BID -i /ESM1)
c=$(./DDECmd.exe request -s TOS -t VOLUME -i /ESM1)
d=$(./DDECmd.exe request -s TOS -t... (4 Replies)
Discussion started by: paolfili
4 Replies
5. Shell Programming and Scripting
We are using Red Hat linux system.
I am transferring my rman backup files to another server.
Here is the command i am using to transfer the files.
/usr/bin/rsync -avpP --delete /xyz/xyz/ 99.99.999.99::db110bkp
Here is the rsync version.
>rsync --version
rsync version 3.0.6 ... (1 Reply)
Discussion started by: govindts
1 Replies
6. Shell Programming and Scripting
Hello
This should be easy, but bash is giving me headaches.
At the command line the following command works:
duplicity --include /home --exclude '**' / file:///foo
Doing that from a script is not straightforward. Note that it is basically a requirement that I place the... (3 Replies)
Discussion started by: brsett
3 Replies
7. Shell Programming and Scripting
My goal is to find files contain the "signal 11" string in a specific directory. I need the file details followed by the string.
I wrote a script to test out and play with Shell command since it's my first time to write a Shell script.
Let me cut the story short...
this command line: if ... (2 Replies)
Discussion started by: sai0899
2 Replies
8. Shell Programming and Scripting
Anyone have an idea why this if statement does not work correctly?
"test2.sh" 18 lines, 386 characters
#!/usr/bin/sh
WARNING=80
CRITICAL=95
check_it()
{
if ] || ];then
echo "YES ] || ]"
else
echo "NO ] || ]"
fi
}
check_it 80.1
check_it 81.1 (3 Replies)
Discussion started by: 2dumb
3 Replies
9. HP-UX
i've same failure too, but this command boot pri isl
not work/not found
Thanks! (1 Reply)
Discussion started by: pantas manik
1 Replies
10. UNIX for Dummies Questions & Answers
I am an intern at a company with an HP visualize C160 running HP-UX B.10.20. It has stopped booting to the gui and, after some coaxing, will end up at a text-based menu screen but virtually nothing can be run from there.
At first the computer ran through it's boot process then stopped at this... (5 Replies)
Discussion started by: intern
5 Replies