General :: How To Separate Individual Logs?

Nov 29, 2010

I have captured a file in my linux showing logs captured from many modules concurrently. Please find attached a sample of the file. As you see, there are logs from individual modules that have been captured concurrently. For example, there are logs from IPTR,SNMP,HLR,TCAP,XAPP,and SCCP modules but they are coming concurrently.Each log has the header name of its accompanied module in the beginning. I need to have the log of each modules separately. Can you please show me the power of linux on how to separate individual module's logs from the whole?

View 3 Replies


ADVERTISEMENT

General :: How To Read Individual Logs From Server Into Another Log File?

Jun 1, 2011

I am new in perl, i have a question i.e 'How to read individual logs from linux server into another log file using perl script', I need to capture the individual logs from different paths and output the result of those log files and store to a file in another location.These Logs are generated in Linux Server..

View 2 Replies View Related

Fedora :: Force Individual Interfaces To Separate Drivers?

Sep 14, 2010

I'm running FC13 (2.6.33.3-85.fc13.x86_64) and I have two versions of the igb driver I wish to use: the vanilla igb driver and a modified igb driver that makes use of PF_Ring [URL].

I currently have both drivers compiled and installed as modules:

Code:
# lsmod|grep igb
igb_pfring 114831 0
igb 82481 0
dca 5266 3 igb_pfring,igb,ioatdma

[Code]....

View 1 Replies View Related

Software :: Gnuplot - Plot Individual Plots In Separate Windows?

Apr 1, 2010

I am new to gnuplot linux based plotting tool. I am trying to plot data from multiple data files and I want each plot to be open in a separate window. This is not happening in gnuplot script I have written, it holds the current window and plots the next data on the same window.A way I found to see separate plots was to use multiplot, but this plots multiple plots in the same window. Can someone tell me how to plot multiple plots in separate window in gnuplot? I could not find the answer in documentation/man pages.

[Code]...

View 1 Replies View Related

General :: Individual Cpu % In 'top' Output?

Jan 22, 2010

Usually to view individual cpu % we press '1' in the interactive mode of top.

However I am not able to figure out the logic to get the same output in batch mode i.e,

top -n1b

I am redirecting this output to a file to view it later and stuff like that, so I need the batch mode. Is it possible? Installing a separate tool for this is not gonna be possible.

I'm looking for an option that I am missing or some way to capture the output.

View 4 Replies View Related

General :: Add Many Individual IPs Quickly?

Jan 26, 2011

We have quite a few SEO clients who require multiple IPs which are all from different class c allocations. (10 - 50 IPs) used for projects lasting weeks to months at a time. Since we don't have connected IPs in ranges we can't use the range scripts but I don't know of a way to easily add a long list of individual IPs. These are CentOS servers, by the way

View 2 Replies View Related

General :: Change Permissions Of Individual Directories?

Nov 5, 2010

i have an ntfs mount that i wish to change permissions of individual directories.i have mounted many ntfs volumes successfully, mounting is not the issue. the issue is that when mounting, i need to specify 'blanket' permissions, owner, group etc. i have no idea how to change permissions for individual folders.

View 2 Replies View Related

General :: Nagios Don't Send Mail For Individual Hosts?

Jun 3, 2010

It does not send mail if I only add contact_groups in host definition.

Code:

define host{
use generic-host ; Inherit default values from a template
host_name NAME1 ; The name we're giving to this switch
address XX.X.X.X ; IP address of the switch

[Code]....

View 3 Replies View Related

General :: Doesn't Work Still Prompts To Overwrite The Individual Files

May 5, 2010

currently there's a xxx dir already in /home/yyy I'm trying to overwrite itcp -fr ../xxx /home/yyy/doesn't work still prompts me to overwrite the individual files. how do I fix it?

View 4 Replies View Related

General :: Makefile - Break Out The Compilation Into Individual Gcc Commands For Each C File

Apr 28, 2010

I have ~200 c files in my makefile[$(SRCS)], and it compiles all of the files using a single gcc command. So each time I make a change in one c file, it ends up re-compiling all the files, then linking to make the
binary. How can I break out the compilation into individual gcc commands for each c file, so that make checks the timestamp and accordingly compiles only the modified files.

My current Makefile looks like this.

clean:

View 5 Replies View Related

General :: Printing Individual Database Records In Form Format?

Oct 9, 2010

I have a database (Mysql) with records of our club members. It is quite small only about 300 records. Unfortunately there are gaps in the information and I would like to be able to print out (two records to an A4 sheet) the records in form format so that I can pass these to the members who will fill in any blanks in the record.

If it is not possible to do what I want from the database I can convert the records to a spreadsheet and do it from there.

View 1 Replies View Related

General :: FLAC Mystery / Access Individual Pieces Recorded On The CDs?

Feb 22, 2010

I've dled some CDs. Each one is a single FLAC wich i can play, But surely i should be able to access individual pieces recorded on the CDs?.

View 1 Replies View Related

General :: Share A Folder In Samba With No Need Of Password For Individual User Not Guest?

Jun 13, 2011

I would like to know how to share a folder in samba with no need of password for individual user without using guest

View 5 Replies View Related

Fedora :: FC12 Logs In And Then Logs Out?

Apr 19, 2010

When I try to login as me - it gets pretty far but then something happens and automatically logs out. This happens in Gnome, Kde too. Now - I have no problem logging in a Root. Is there a way I can try to stop the login process before it kicks me out, or is there a way to look at some files to tell me what's going on?

View 3 Replies View Related

CentOS 5 :: Logs In Goes To Check The Logs And Gets "/var/log" Permission Denied

Jan 29, 2010

On our app server the logs from the Sybase Mobilink service get logged to /var/log because of that I did a chmod a+rx /var/log and all is well until.... the next day QA logs in goes to check the logs and gets:

Quote:
qa@dwdb [~]$ ls /var/log
ls: /var/log: Permission denied
qa@dwdb [~]$

View 18 Replies View Related

General :: Check The Browsing History By Individual Users Web Surfing History By Their IP Addresses?

Jun 29, 2010

I am using squid proxy server for sharing Internet in my internal network. I would like to know that how can I check the browsing history by individual users web surfing history by their IP addresses?

View 1 Replies View Related

General :: Convert Many Files To Individual .bz2 Files Retaining Original Name?

Mar 28, 2010

i have a large directory of .bsp files that i would like to convert .bz2 archives. I've been searching for some time and all i can find is the obvious compress multiple files into one large archive. If anyone knows how to convert each file individually, while retaining the original file name (testmap.bsp would be archived as testmap.bsp.bz2)

View 5 Replies View Related

General :: Write A Shell Script Which Will Simultaneously Collect OS User Information And Write In An Individual Text Files?

Feb 17, 2010

I want to write a shell script which will simultaneously collect OS user information and write in an individual text files.Can anyone tell me the syntax of the script.N.B. The user name will be mentioned in an array within the shell script.

View 8 Replies View Related

General :: Where To Find Ubuntu One Logs

May 13, 2010

Ubuntu one does not synchronize files since I upgraded from 9.10 to 10.04. The preferences panel keeps showing "Synchronization in progress...", but files are not downloaded from the repository. It does not show any error message.

Where do I find the programm logs, where I can investigate my problem?

View 2 Replies View Related

General :: Q2 Patching Logs Of Particular Server ?

Jun 10, 2011

How to get the Q2 patching logs of particular server (Linux 2.6.9-100.EL)

View 1 Replies View Related

General :: Script Two Look Into 2 Different Logs And Action?

Feb 4, 2011

I have a server with logs running. People connect to server. This server is running the same application as a failover just in case it stops. I have a doubt that some clients are connecting from different places as the nodeID is changed SO I need to make a script which reads both logs that are called server1.log and server2.log and where it finds a nodeID which does not match in both logs it action with fail2ban

I don't know whether this can be done directly via fail2ban since it is the program which I know that reads between logs but as far as I know it cannot match data with another log

This is an Example:

Code:

Log 1
03:00:08.905 client qwe696s@894b226f7846d9df, running version 2.1
Log 2
03:00:08.905 client qwe696s@894b226f7846d9dd, running version 2.1

Quote:

qwe696s is the username
894b226f7846d9df is the NODEID

AS you can see from the logs nodeid is different

View 5 Replies View Related

General :: Where Kernel Logs Are Stored

May 6, 2010

where kernel logs are stored in linux

View 5 Replies View Related

General :: How To Turn Off All Mysql Logs

Apr 23, 2011

how to turn off all mysql logs because mysql is using too many resources. I turned slow queries log and there is no slow queries here is what I want to turn off the logs maybe this is causing mysql to high load ?

View 2 Replies View Related

General :: Use Log4sh For Jboss GC Logs?

Mar 3, 2010

I have been following the link:[URL]for understanding the log4sh.How can I put it to work for my jboss GC logs?I dont want to use log4j for some reason.

View 1 Replies View Related

General :: Redirecting Logs To Some Other Location?

Dec 5, 2009

I need with JBoss application Server.All I have JBOSS running without any issue.All I want is leading the Jboss logs to be deposited at /var/log/jboss.Say, if there are more than one instance running then create a seperate logs like /var/log/jboss-insta1, /var/log/jboss-insta2 etc.

View 2 Replies View Related

General :: Where The Logs For LDAP On Debian Go

Jul 29, 2010

I'm trying to find out where the logs from slapd.conf (loglevel -1) go? I know in RH is /var/log/ldap.log cant find it on Debian. Its probably too late

Btw. does Debian have something like /etc/syslog.conf. If yes where?

View 1 Replies View Related

General :: Ubuntu And Windows - Separate HDs ?

Dec 21, 2010

Running a Dell XPS/Dimension 630i. It came with "SATA 2 RAID 0 With Dual 500GB Hard Drives." I have installed a new, third non-raided drive and installed Ubuntu on it.

So now I have Windows on the original hard drive and Ubuntu Linux on the new HD. When I get to the boot menu where I can select an OS, if I select windows I get an error: "No such drive, no such disk." Also, strangely in the first place, in order to even get to the bootloader menu I have had to disable ALL ports under the RAID config. Unless I do this, I will just get to a never-ending blinking cursor.

I have tried every conceivable CMOS config and nothing else works. Tried setting port 3 (the new HD w/ Ubuntu) to first hard disk boot priority. Tried disabling all other ports and enabling the Ubuntu HD port and vice versa.

I have some pictures of boot up: first one is strange error i get after messing with CMOS to finally get ubuntu install to work.

Then the boot menu:

Then error:

Also, note that I can actually access all files from the raided Windows drive through Ubuntu.

View 2 Replies View Related

General :: Running SSH On Two Separate Machines?

Mar 1, 2011

I have the following network setup.

* A static IP from my ISP
* A router/modem in my home
* Two machines: MachineA and MachineB connected to the router

Currently, the router is setup so that ports 80, 21, and 22 all forward to ports 80, 21, and 22 on Machine A.

However, I would like to be able to SSH into Machine B as well. What is the best way to accomplish this? I figured I would setup Machine B's SSH server to listed on a random port like 2995. So then I would configure my router so that incoming requests from port 2995 are forwarded to port 2995 on Machine B.

View 2 Replies View Related

General :: File Name In Separate Column?

Apr 26, 2010

I have some series of files, which actually named bellow

<day_month_yr>_<hh:mm:ss>.<host_name>.<IP.ip.ip.ip>.<log_name>.txt

I want to show this file name below the column may be

Date Time Host_Name IP_address Login_Name
----- ---- --------- ---------- ----------
<day_month_yr> <hh:mm:ss> host_name x.x.x.x log_name
...

View 5 Replies View Related

General :: Possible To Open Images In Separate Tty?

Jul 18, 2010

Don't ask why, but this is what I am looking to accomplish:

through a logged in SSH terminal, I want to be able to open an image in the console (runlevel 3) of tty1 (tty1 can be logged in or not, doesn't matter)

I have fbi installed for the console image rendering, but I am willing to change that if need be.

Is this possible?

running ubuntu server 10.04 no xwindow system.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved