Sponsored Content
Full Discussion: Help with central syslog
Top Forums UNIX for Dummies Questions & Answers Help with central syslog Post 302590050 by frappa on Friday 13th of January 2012 04:11:47 PM
Old 01-13-2012
some source of info comparing the products may be found googling for:
splunk syslog-ng comparison
This User Gave Thanks to frappa For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Central Logging

Hello All, I need to implement central logging for our Linux/Solaris environment and was wondering if anyone had some suggestions on software/architecture. The ability to view live/search old logs via a gui and DB support is a must. Preferably an Oracle DB... Thanks. (3 Replies)
Discussion started by: dwells
3 Replies

2. Red Hat

Central Syslog

Hello, Does anyone have any suggestions for a central logging solution? We have several different environments. (dev, fit, prod) I think I've settled on using rsyslog but I'm not sure on best practice. Should I tier the logging? Is a database required? etc... Any suggestions? :confused: (1 Reply)
Discussion started by: dwells
1 Replies

3. Filesystems, Disks and Memory

Central Backup Server

Hi , I have several Linux Servers , and now i want to run a Central backup server. . I'm looking forward finding an enterprise solution for this affair . there are different types of data on this servers, like : Mysql databases , mail server, web server , Cacti and MRTG graphs , ... I find some... (1 Reply)
Discussion started by: nasser
1 Replies

4. AIX

How to create - Central access printer..

Guys, Totally new to this... I have asked to create a Central access printer to an AIX Server.. Spoolserver : SapErpDev_DEV_00 Host : SapErpDev IP : 172.30.1.17 Device type : HPLJ4 Printer model - HPLJ 4 : HP laserjet 4 series PCL - 5 Question.. From my understanding, I... (3 Replies)
Discussion started by: mushr00m
3 Replies

5. Solaris

Help to setup Central server for Solaris10.

Hi Experts, In our env, we have around 100 more solaris 8,9,10 servers, we quaterly apply patches & emergency fixes, for this we take prior OS Ufsdump bkp, In order to reduce the efforts to go DC & load each time the tapes on all servers & take the ufsdump backup, we planned to set up a... (2 Replies)
Discussion started by: fizan
2 Replies

6. AIX

Fix central firmware download

Hello, i'm a french IT student, not very fluent in English. I'm trying to download firmware updates on IBM website but they asking a serial number of a server under warrenty or maintenance. But i have a personnel server for learning, training, etc... and its not under IBM warrenty or maintenance... (4 Replies)
Discussion started by: Tharsan
4 Replies

7. Red Hat

Central authentication server

Hi guys In the firm we are running Windows and Linux server. Currently all servers are using the same usernames and password and from my opinion is we are running bad and non secure practice. I was looking some documentation and I think best solution is to use SAMBA/LDAP/Kerberos to act as... (5 Replies)
Discussion started by: solaris_user
5 Replies
UNIQ(1) 								FSF								   UNIQ(1)

NAME
uniq - remove duplicate lines from a sorted file SYNOPSIS
uniq [OPTION]... [INPUT [OUTPUT]] DESCRIPTION
Discard all but one of successive identical lines from INPUT (or standard input), writing to OUTPUT (or standard output). Mandatory arguments to long options are mandatory for short options too. -c, --count prefix lines by the number of occurrences -d, --repeated only print duplicate lines -D, --all-repeated[=delimit-method] print all duplicate lines delimit-method={none(default),prepend,separate} Delimiting is done with blank lines. -f, --skip-fields=N avoid comparing the first N fields -i, --ignore-case ignore differences in case when comparing -s, --skip-chars=N avoid comparing the first N characters -u, --unique only print unique lines -w, --check-chars=N compare no more than N characters in lines --help display this help and exit --version output version information and exit A field is a run of whitespace, then non-whitespace characters. Fields are skipped before chars. AUTHOR
Written by Richard Stallman and David MacKenzie. REPORTING BUGS
Report bugs to <bug-coreutils@gnu.org>. COPYRIGHT
Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
The full documentation for uniq is maintained as a Texinfo manual. If the info and uniq programs are properly installed at your site, the command info uniq should give you access to the complete manual. uniq (coreutils) 4.5.3 February 2003 UNIQ(1)
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy