This is a discussion on Redirect Log Solaris within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hello to all, I expose my problem shortly: I must redirect all log of one the solaris machine , ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello to all, I expose my problem shortly: I must redirect all log of one the solaris machine , on logserver a Linux. The problem is: 1) How can I set Linux and how can I set the file that will contain logs coming from the sun machine? 2) On solaris, I must only add one line such as *.* @logserver in the syslog.conf, or more settings are needed? Thankyou all in advance... Seeya, Gio. |
| |||
| Gentoo <giociva@libero.it> wrote: > Hello to all, I expose my problem shortly: I must redirect all log of > one the solaris machine , on logserver a Linux. > The problem is: > 1) How can I set Linux and how can I set the file that will contain > logs coming from the sun machine? > 2) On solaris, I must only add one line such as > *.* @logserver > in the syslog.conf, or more settings are needed? Close. The actual format is : *.debug @logserver This will grab everything with a level of debug or above (ie, everything). Note that there must be a TAB between the fields above, not a space. Scott |
| ||||
| Thank you Scott... I've just one question for you... Where Linux will put those Logs and How can I set this file? Really, really thanks...Gio. Scott Howard <scott@hunterlink.net.au> wrote in message news:<1077578064.561380@docbert>... > Gentoo <giociva@libero.it> wrote: > > Hello to all, I expose my problem shortly: I must redirect all log of > > one the solaris machine , on logserver a Linux. > > The problem is: > > 1) How can I set Linux and how can I set the file that will contain > > logs coming from the sun machine? > > 2) On solaris, I must only add one line such as > > *.* @logserver > > in the syslog.conf, or more settings are needed? > > Close. The actual format is : > *.debug @logserver > > This will grab everything with a level of debug or above (ie, everything). > Note that there must be a TAB between the fields above, not a space. > > Scott |