10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi all
this is the first script I submit to SSH and I got this error immediately:
Post job file processing error; job (my job number)-hpc on host inode18/0
Unable to copy file /var/spool/torque/spool/(my job number)-hpc.OU to (my user and director)
*** error from copy
Permission denied... (3 Replies)
Discussion started by: Emy
3 Replies
2. UNIX for Dummies Questions & Answers
Hi Team,
When i am running the below query manually it is giving me the right output
i.e.
export PATH=/usr/sbin:/usr/bin:/sbin:/bin:$PATH
ADMIN=abc@abc.com
CPU_HIGH=`sar|awk '{print $9}'|sort -n|head -5|sed -n 5p`
CPU_MAX=`echo "scale=3; 100-$CPU_HIGH" | bc`
CPU_LOW=`sar|awk '{print... (13 Replies)
Discussion started by: Ekamjot
13 Replies
3. Shell Programming and Scripting
Hello All,
I am getting the following error message when trying to execute the following script.
AWK=/usr/bin/awk
TR=/usr/bin/tr
SED=/usr/bin/sed
CAT=/usr/bin/cat
MAILFILE=/home//nightly_jobs.tmp
mailto=xxx@gmail.com
Nigh_Status = `db2 "select TYPE from ETL.LOCK where STATUS <> 0 and... (12 Replies)
Discussion started by: NARESH1302
12 Replies
4. Shell Programming and Scripting
HI
am having a script file which is ok if i run from the server manually
like
<root@hostname:/space/canvas/home/lbs/current/internalcdrbackup/LES_CDR_Configuration/0/MSISDNcdrCount > /space/canvas/home/lbs/current/internalcdrbackup/LES_CDR_Configuration/0/MSISDNcdrCount.txt
the... (2 Replies)
Discussion started by: aemunathan
2 Replies
5. Shell Programming and Scripting
Hi All
Something really weird happened, I have an autosys job:
insert_job: CAT_LDN_BaseCorrs job_type: c
command: $$(LDNFIRC)\CAT_LDN_BaseCorrs.bat -modeldate $$MODEL_DATE -cutdate $$CUT_DATE
permission: gx, mx, wx
description: "Rerun=0;625;#CAT_Autosys"
std_out_file:... (0 Replies)
Discussion started by: evilsmile2004
0 Replies
6. Shell Programming and Scripting
Hi All,
please help me out with this problem.
While running my mail_out_original.ksh in CRT window, it disconnects from the server saying not connected
Here is my code : (please see the attachment)
____________________________________________________________
#!/bin/ksh
## Load... (1 Reply)
Discussion started by: shruthinagaraj
1 Replies
7. UNIX for Dummies Questions & Answers
Hi All,
please help me out with this problem.
While running my mail_out_original.ksh in CRT window, it disconnects from the server saying not connected
Here is my code : (please see the attachment)
____________________________________________________________
#!/bin/ksh
## Load... (1 Reply)
Discussion started by: shruthinagaraj
1 Replies
8. Shell Programming and Scripting
Hi
Is there any way we can findout which job/process in unix environment is generating error mails. I am continuously getting it with no subject..
I know the hostname.
And the error in mail - SQL server timed out.
There are hundreds of jobs runing there. How can we find the culprit... (3 Replies)
Discussion started by: manojgarg
3 Replies
9. Shell Programming and Scripting
I have a very simple script here who's output is supposed to be a text file containing the same command applied to different files. Here it is:
#!/bin/bash
for f1 in newEN*bloc
do
cd ./$f1
for f2 in *.maf
do
awk '{print '"run_lrt.sh... (1 Reply)
Discussion started by: awknerd
1 Replies
10. UNIX for Advanced & Expert Users
While running a script in an UNIX based system i came across with a job error 255.....does anyone knows what it means?
TIA (5 Replies)
Discussion started by: Viegas
5 Replies