If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > logging on system log

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-04, 08:26
ducasio ducasio is offline
Registered User
 
Join Date: Aug 2004
Location: Rome, Italy
Posts: 81
logging on system log

Hi,
actually I need some help about logging at syslog for AIX. In linux or SCO I use the utility logger, so the message comes saved at /etc/syslog:

logger "Hi SCO" comes saved on /etc/syslog for SCO

logger -p syslog.info "Hi Linux" comes saved on /etc/syslog for linux

But as I have to log on AIX I use this:

logger -p syslog.info "Hi AIX"

I don't have any error during execusion of the command above but anyway I dont find where the message comes saved. Anyone can give me an idea?

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-10-04, 11:06
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,454
Look into /etc/syslog.conf to see syslog configuration
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On