Sponsored Content
Top Forums Shell Programming and Scripting Read relevent details from Log File Post 302072529 by thinakarmani on Wednesday 3rd of May 2006 05:36:10 PM
Old 05-03-2006
No syntax error now. But output is not what as I required. Please see the output..

cnbas-clintgw-1a> sed -n "/<OUTBOUND*/,/<\/OUTBOUND>/p" cramer2router_20060422131927.log | more
<OUTBOUND_MESSAGE>
<HEADER>
<OBJ_IDENT>
<KEY NAME="NODEID">6450200</KEY>
</OBJ_IDENT>
<METADATA>
<PUBLISHER>CRA-SECTOR</PUBLISHER>
<CHANGE_ID>24712</CHANGE_ID>
<OPERATION>UPDATE</OPERATION>
<CHANGE_TIME>2006-03-27T21:06:47+01:00</CHANGE_TIME>
<PUB_TIME>2006-04-22T14:45:45+01:00</PUB_TIME>
<ADD_INFO>MAGNET-PRD-SECTOR-004337G_3</ADD_INFO>
</METADATA>
</HEADER>
<DATA>
<CRA-SECTOR>
<object_type>BTS</object_type>
<nodeid>6450200</nodeid>
<id>MAGNET-PRD-SECTOR-004337G_3</id>
<status>Planned</status>
<install_date>1998-03-28T00:00:00+00:00</install_date>
<external_ref>004337G</external_ref>
<product_id>MAGNET-PRD-PRODUCT-GSM_Cell_Nokia</product_id>
<parent_id>CRAMER-PRD-CELL-004337G</parent_id>
<site_id>MAGNET-PRD-SITE-004337</site_id>
<ATTRIBUTE>
<nodeid>6450200</nodeid>
<attr_name>Cell Id</attr_name>
<attr_value>34337</attr_value>
</ATTRIBUTE>
</CRA-SECTOR>
</DATA>
</OUTBOUND_MESSAGE>
22-Apr-2006 14:45:46 com.logica.eai.adapter.outbound.MOChangePublishingThread publishChangedMO
FINEST: application of activity [2, DB-ADAPTER-OUTPUT-VALIDATE] started...
22-Apr-2006 14:45:46 com.logica.eai.adapter.activities.ValidateMessageActivityFactory$ValidateAdapt
rActivity perform
FINEST: application of validating activity started [DB-ADAPTER-OUTPUT-VALIDATE]...
22-Apr-2006 14:45:46 com.logica.eai.adapter.outbound.MOChangePublishingThread publishChangedMO
FINEST: application of activity [3, null] started...

<?xml version="1.0" encoding="UTF-8"?>
<OUTBOUND_MESSAGE>
<HEADER>
<OBJ_IDENT>
<KEY NAME="NODEID">6422303</KEY>
</OBJ_IDENT>
<METADATA>
<PUBLISHER>CRA-SWITCH</PUBLISHER>
<CHANGE_ID>238</CHANGE_ID>
<OPERATION>UPDATE</OPERATION>
<CHANGE_TIME>2006-03-27T18:31:02+01:00</CHANGE_TIME>
<PUB_TIME>2006-04-22T14:49:36+01:00</PUB_TIME>
<ADD_INFO>CRAMER-PRD-SWITCH-6422303</ADD_INFO>
</METADATA>
</HEADER>
<DATA>
<CRA-SWITCH>
<object_type>MSC</object_type>
<nodeid>6422303</nodeid>
<id>CRAMER-PRD-SWITCH-6422303</id>
<switch_name>MSC29(RUNCORN)</switch_name>
<switch_id>MSC29</switch_id>
<is_active>Y</is_active>
<external_ref>MSC29</external_ref>
<dsi>3</dsi>
<carr_count>0</carr_count>
<chan_tot_count>0</chan_tot_count>
<chan_l1_count>0</chan_l1_count>
<chan_l2_count>0</chan_l2_count>
<chan_l3_count>0</chan_l3_count>
<model>MSC</model>
<manufacturer>Ericsson</manufacturer>
<reporting_area>GSM</reporting_area>
<site_id>MAGNET-PRD-SITE-RN</site_id>
<ATTRIBUTE>
<nodeid>6422303</nodeid>
<attr_name>Element Id</attr_name>
</ATTRIBUTE>
</CRA-SWITCH>
</DATA>
</OUTBOUND_MESSAGE>
22-Apr-2006 14:49:36 com.logica.eai.adapter.outbound.MOChangePublishingThread publishChangedMO
FINEST: application of activity [2, DB-ADAPTER-OUTPUT-VALIDATE] started...
22-Apr-2006 14:49:36 com.logica.eai.adapter.activities.ValidateMessageActivityFactory$ValidateAdapte
rActivity perform
FINEST: application of validating activity started [DB-ADAPTER-OUTPUT-VALIDATE]...
22-Apr-2006 14:49:36 com.logica.eai.adapter.outbound.MOChangePublishingThread publishChangedMO
FINEST: application of activity [3, CDM-TRANSFORM] started...
22-Apr-2006 14:49:36 com.logica.eai.adapter.activities.XSLTActivityFactory$XSLTAdapterActivity perform

After the </OUTBOUND_MESSAGE> tag, it starts print all the lines. But I need only lines between <OUTBOUND_MESSAGE ...> and </OUTBOUND_MESSAGE>. That means, in a large log file, only XML sections tags as I specified above to be printed not additional junk message.

Can you please let me know as soon as possible?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

logging SFTP details in a log file...

hi all..... i want to know how to log the details when logging into a server using SFTP......in FTP i used something like (ftp -uv<xxx.srp>>log_file.log) where the details will be logged to log_file...is there any options for doing the same in SFTP....i wanted to display the details abt... (4 Replies)
Discussion started by: santy
4 Replies

2. Shell Programming and Scripting

How to read a specific value from a Log file?

Hi, I have a .log file in which it has many values. But i need some specific values. How it can be done using Shell Script. Please explain in detail. Thankx in advance. Sathish D V. (8 Replies)
Discussion started by: cooolthud
8 Replies

3. UNIX for Dummies Questions & Answers

Script for parsing details in a log file to a seperate file

Hi Experts, Im a new bee for scripting, I would ned to do the following via linux shell scripting, I have an application which throws a log file, on each action of a particular work with the application, as sson as the action is done, the log file would vanish or stops updating there, the... (2 Replies)
Discussion started by: pingnagan
2 Replies

4. Solaris

Read zipped log file

If we have a big zipped log file, how can we look for a specific string in this zipped log file without unzipping it? Thanks, (2 Replies)
Discussion started by: Pouchie1
2 Replies

5. UNIX for Dummies Questions & Answers

at -l doesnt give details of the scheduled job. How to get the details?

I have scheduled couple of shell scripts to run using 'at' command. The o/p of at -l is: $ at -l 1320904800.a Thu Nov 10 01:00:00 2011 1320894000.a Wed Nov 9 22:00:00 2011 1320876000.a Wed Nov 9 17:00:00 2011 $ uname -a SunOS dc2prcrptetl2 5.9 Generic_122300-54 sun4u sparc... (2 Replies)
Discussion started by: superparticle
2 Replies

6. UNIX for Advanced & Expert Users

Script to read log file

Hi, Im looking for a shell script which will search for a particular string in a log file as below scenario 1. I need to run URL http://localhost/client/update?feedid=200 in shell script at(eg)4:00 PM which will not take more than 15 mins to complete. 2. After 15 mins i need to... (6 Replies)
Discussion started by: Paulwintech
6 Replies

7. Red Hat

Details of the system log

When I see the content in the /var/log/messages, the information is too little. How can I get other informations, such as facility, level, and so on. I also have another question, where can I collect more err logs, so I can do some fault association analysis. Thank you very much. (1 Reply)
Discussion started by: zhaoyy
1 Replies

8. Shell Programming and Scripting

Read Oracle connection details from a configuration file

Hi, Is it possible to pass oracle connection information from a configuration file and use that to connect to oracle database in my unix shell scripts. Following is the scenario: (1) I would like to save oracle connection string details in a configuration file (ex., dbconfig.txt) (2) from my... (6 Replies)
Discussion started by: sudhakaratp
6 Replies

9. Shell Programming and Scripting

How to log file processing details to database table usnig UNIX shell script?

we are getting files on daily basis.we need to process these files. i need a unix shell script where we can count 1-The no of files processed 2-No of data/record processed for each files. The script should log these details into a database table. If there is any error while file... (3 Replies)
Discussion started by: Atul kumar
3 Replies

10. UNIX for Beginners Questions & Answers

Fetching address and user details from log file

Hi All, I have a requirement to get the address values from a large log file along with the user details. line1,line2,city,stateCode,postalCode,countryCode. The below code as advised in the earlier post is giving the user data zgrep -B1 "Failed to calculate Tax" log.2018-05-23.gz | grep... (8 Replies)
Discussion started by: nextStep
8 Replies
All times are GMT -4. The time now is 11:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy