9 More Discussions You Might Find Interesting
1. Solaris
Hello Friends,
I want to Install Multiple Operating Systems on my Machine.
Machine Config: Intel Core(TM)2 CPU E7500, speed:2.93 ghz
RAM : 4gb
For that I had done Partition Using tool Gparted Live cd.
Firstly I had installed Windows7 on first primary partition.
Now... (3 Replies)
Discussion started by: Surendra Khaire
3 Replies
2. Shell Programming and Scripting
Hi,
I have two scripts viz
and
I am running them in background.
I wish to know if both the scripts completed execution successfully.
So this is what I have done
/tmp/commet/bin/connectdb1.sh &
condb1=$?
/tmp/commet/bin/connectdb2.sh &
condb2=$?
However, I am getting error... (7 Replies)
Discussion started by: mohtashims
7 Replies
3. Shell Programming and Scripting
Hi
I have written a utility in shell program for which i want to add a code to display percentage of completion dynamically
My scripts runs approx about 30 to 45min , It appends exactly 2000 lines to one of the log file.
How to calculate percentage ?
I will note the total number of lines... (5 Replies)
Discussion started by: rakeshkumar
5 Replies
4. Shell Programming and Scripting
My script. For plasma TV connected to PC and used as monitor.
required
It is windows moving scrip t- floating windows. It move all windows what was ever focused.
If window lager than
widthconst heightconstscript uses xoc and yoc position for it. I use "Relative upper-left" for correction.... (2 Replies)
Discussion started by: 654321
2 Replies
5. Shell Programming and Scripting
Hi guys,
I have a scenario where i want to run a script from Node A. It ssh's into Node B and runs some awk commands there plus deposiriting the output on Node B.
Challenge is that the awk commands run properly when executed locally on Node B but fail when within the script on Node B. I do not... (0 Replies)
Discussion started by: jerkesler
0 Replies
6. Shell Programming and Scripting
Guys,
How can we know whether a script has been executed successfully or not ?
We dont have any log directories, and we are not given a chance to modify the script. Could someone help me out with this Thanks (2 Replies)
Discussion started by: bobby1015
2 Replies
7. AIX
Hi All,
I want to know, how we can ensure that mksysb backup completed successfully and is restorable.
I know one way my command lsmksysb -B but I found that one mksysb who has not backedup all the files was also showing in this command output, so that doesn't ensure its integrity and... (1 Reply)
Discussion started by: falgun6666
1 Replies
8. UNIX for Advanced & Expert Users
Guys,
i am facing a very strange issue, my code below does an ftp to server A and gets a file to Server B, once the file is in B an if condition is present to check if the pattern of the filename is ABC* then it has to be encrypted using OPENSSL as ABC.enc else if it of pattern 123* has to be... (3 Replies)
Discussion started by: meva
3 Replies
9. Shell Programming and Scripting
Hi ,
I have a cgi code with shell script on it.I am submitting a form in the first.cgi.These values are posted to second.cgi.Second.cgi do some process with these values.
After that i want to direct my page from second.cgi to first.cgi.
What is the command i can use from cgi(shell) script?
... (2 Replies)
Discussion started by: rajbal
2 Replies