command terminated abnormally


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users command terminated abnormally
# 1  
Old 08-02-2007
command terminated abnormally

I am getting an Error Message as

=============================
starting Sortcl Merging And Aggregation
time: command terminated abnormally.
=============================

, when running a sortcl command.sortcl is a command for sorting large data,using cosort application installed in solaris server itself. Following is the shell script that is being execute.

=============================
MON=$1 ; export MON
RDT=$2 ; export RDT
pathsrc=$3 ; export pathsrc
pathmerge=$4 ; export pathmerge
MDT=`echo $RDT|cut -c1-4,6-7,9-10` ; export MDT

echo starting Sortcl Merging And Aggregation
time sortcl /spec=${pathmerge}/script/LeaMergeCurr
echo Ending
=============================

The beauty of this script is ,once if the script fails for particular date(2007-07-31) then again it will not run for the same date(RDT). If I run it for another date(RDT) ,it is running perfectly.Before running second time , i am clearing all logs pertaining to this.WHY IS THIS ? Is it unix error or COSORT error ?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl Threads Terminating Abnormally.

I've used threads before, but not with Perl. I tried looking up these errors and using 'join' instead of 'detach' with no luck. Here is the code I am currently using: #!/usr/bin/perl -w use warnings; use threads; use threads::shared; $Linux='Linux'; $Greek='Greek'; my... (3 Replies)
Discussion started by: Azrael
3 Replies

2. HP-UX

oracle session is not terminated on HP-UX

In our HP-UX B.11.11 U 9000/800 PA-RISC 64bits server, the oracle session is not terminated using JDBC after closing the session, we close the java.sql.Statement java.sql.Result and java.sql.Connection on app. In others servers (GNU/Linux debian), the sessions are ending without problems, using... (1 Reply)
Discussion started by: miguecg
1 Replies

3. HP-UX

logrotate: ALERT exitted abnormally with [127]

HP-UX B.11.23 U 9000/800 636114222 unlimited-user license I see this error in my logs sometimes and have very little info on it... I have searched online for some documentation and haven't been able to find much on this issue. The only thing I found on one site is that if my /tmp folder... (4 Replies)
Discussion started by: zixzix01
4 Replies

4. UNIX for Dummies Questions & Answers

Process getting terminated after sleep iterations

Hello All, I have a script which has a functionality to sleep for 300 seconds after it does some processing, so in the logs if i check after the 3 iteration of sleep it didn't write saying "sleeping for 300 seconds". I suspect putty would automatically terminate session as i cannot access it any... (1 Reply)
Discussion started by: Ariean
1 Replies

5. Shell Programming and Scripting

mpack behaves abnormally

Hi, I was using mpack to send mails using cronjob with attachments. It was working perfect. But recently it's behaving strangely. Its sending the mails without any error message but the mail is not getting delivered. The code I was using: /usr/local/bin/mpack -s "$SUBJECT" -d $MSGBODY... (0 Replies)
Discussion started by: itesh.dash
0 Replies

6. Shell Programming and Scripting

Search pattern not terminated

Hi, What am i missing on line 16, when I run this I get Search pattern not terminated at count-scr.pl line 16 #!perl open(my $log, ">log-subnet.txt") or die "Could not open log: $!\n"; ##### Step 1, read subnetsopen(my $in, "<names.txt") or die "Could not open names.txt: $!\n";while(<$in>)... (3 Replies)
Discussion started by: richsark
3 Replies

7. UNIX for Dummies Questions & Answers

PID - Getting the processname of terminated/old Process

Hi all! I'm using CentOS 5.2 with KDE. Is it possible to get a processname/cmd of a terminated process (= PID not present with PS-command) ? Are the processnames/scriptnames logged somewhere? (I did not find them in /var/log/messages) (5 Replies)
Discussion started by: JohnMurdoch
5 Replies

8. Shell Programming and Scripting

Recursive method call getting terminated ???

Hello people, Need help !!! What am I doing wrong here ? I am writing a function to recursively list the files under a folder and it's sub-folders. Problem is once it list the files under the innermost folder, it terminates. What do I need to do so that it returns and list files under the... (3 Replies)
Discussion started by: tipsy
3 Replies

9. UNIX for Advanced & Expert Users

start time of a terminated process

Hi, I have a shell script which i am running. I want it's starting time (the time when the execution of the shell script started) in another shell script. Note that the process has already terminated when i need it's starting time.... else i could have used ps -f | cut -d" " -f5... But that's... (2 Replies)
Discussion started by: k_chaaya
2 Replies

10. AIX

Process got terminated automatically

Hi, I am elango. I am working with UNIX AIX version 5. I am facing tow problem whenever I am trying to run a script. 1. The moment I run the script 3 more jobs are getting started automatically. I used PS -ef command to check the running Jobs, I found totally 4 jobs are running for... (4 Replies)
Discussion started by: Elango
4 Replies
Login or Register to Ask a Question
flow-send(1)						      General Commands Manual						      flow-send(1)

NAME
flow-send -- Transmit flow data with the NetFlow protocol. SYNOPSIS
flow-send [-h] [-d debug_level] [-m privacy_mask] [-s] [-x xmit_delay] [-V pdu_version] localip/remoteip/port DESCRIPTION
The flow-send utility is used to transmit flows in NetFlow format to a collector specified by localip/remoteip/port. OPTIONS
-d debug_level Enable debugging. -h Display help. -s Enable spoofing of source IP address. -m privacy_mask Apply privacy_mask to the source and destination IP address of flows. For example a privacy_mask of 255.255.255.0 would convert flows with source/destination IP addresses 10.1.1.1 and 10.2.2.2 to 10.1.1.0 and 10.2.2.0 respectively. -V pdu_version Use pdu_version format when transmitting. 1 NetFlow version 1 (No sequence numbers, AS, or mask) 5 NetFlow version 5 6 NetFlow version 6 (5+ Encapsulation size) 7 NetFlow version 7 (Catalyst switches) 8.1 NetFlow AS Aggregation 8.2 NetFlow Proto Port Aggregation 8.3 NetFlow Source Prefix Aggregation 8.4 NetFlow Destination Prefix Aggregation 8.5 NetFlow Prefix Aggregation 8.6 NetFlow Destination (Catalyst switches) 8.7 NetFlow Source Destination (Catalyst switches) 8.8 NetFlow Full Flow (Catalyst switches) 8.9 NetFlow ToS AS Aggregation 8.10 NetFlow ToS Proto Port Aggregation 8.11 NetFlow ToS Source Prefix Aggregation 8.12 NetFlow ToS Destination Prefix Aggregation 8.13 NetFlow ToS Prefix Aggregation 8.14 NetFlow ToS Prefix Port Aggregation 1005 Flow-Tools tagged version 5 -x xmit_delay Configure a microsecond transmit delay between packets. This may be necessary in some configurations to prevent a transmit buf- fer overrun. EXAMPLES
Transmit all flows in the directory /flows/krc4 to the collector at 10.0.0.1 listening on port 9500. flow-cat /flows/krc4 | flow-send 0/10.0.0.1/9500 Generate a test pattern of version 7 flows and send them to a collector at 10.0.0.1 listening on port 9500. flow-gen -V7 | flow-send 0/10.0.0.1/9500 BUGS
It is not currently possible to convert between the aggregated formats (8.x) and the non aggregated formats (1,5,6,7). AUTHOR
Mark Fullmer maf@splintered.net SEE ALSO
flow-tools(1) flow-send(1)