The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM


AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
location of logs on AIX 4.3 and 5.3 itik AIX 1 05-13-2008 11:34 AM
crontab location Vips UNIX for Dummies Questions & Answers 3 11-12-2007 11:36 PM
What is the file location? Chanakya.m Shell Programming and Scripting 5 07-16-2006 09:42 PM
Untar to different location pradeep_desh UNIX for Advanced & Expert Users 1 05-26-2006 08:05 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-26-2007
Registered User
 

Join Date: Oct 2007
Posts: 269
Stumble this Post!
AIX ftp log location

Hi,

Where can I find FTP log location for AIX 4?

Thanks,
Itik
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 11-26-2007
Registered User
 

Join Date: Oct 2007
Posts: 153
Stumble this Post!
I assume you want FTP daemon logging, which is logged nowhere by default. You would start the daemon with special flags, and then set the logfile location in syslog.conf:

ftpd Daemon


See also:

IBM: AIX - FTP Logging


Hope that helps.
Reply With Quote
  #3 (permalink)  
Old 11-29-2007
ravager's Avatar
Registered User
 

Join Date: Sep 2005
Posts: 81
Stumble this Post!
Syslog and FTP

Logging can also improve security on your system by adding additional logging to the
syslog.conf file. We than can increase system logging by adding extra logging for your system
by editing inetd.conf and adding logging into each of the demons as required.

This is an example of how to improve logging on your system

vi syslog.conf
*.info /var/adm/syslog/syslog.log
*.alert /var/adm/syslog/syslog.log
*.notice /var/adm/syslog/syslog.log
*.warning /var/adm/syslog/syslog.log
*.err /var/adm/syslog/syslog.log
*.crit /var/adm/syslog/syslog.log rotate time 1d files 9


In your cas you also want to add logging for FTP

Extra logging on demons in controlled by inetd.conf can be configured
vi /inetd.con
ftp stream tcp6 nowait root /usr/sbin/ftpd ftpd –l

Logging can be added to many of the components in inetd.conf.

Make sure to create the files for syslog other wise no logging will be done
> /var/adm/syslog/syslog.log

Also refesh syslogd and inetd once you are done
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:57 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0