- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Log ftpd trace to another file. Not in syslog.log.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 01:35 AM
01-21-2005 01:35 AM
Log ftpd trace to another file. Not in syslog.log.
It is possible cofigure the ftpd to log own messages in a specific file?
Thanks.
Benedetto.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 01:41 AM
01-21-2005 01:41 AM
Re: Log ftpd trace to another file. Not in syslog.log.
Check this doc.
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072079597
How can ftp entries be routed to a file separate from syslog? DocId: UCMDSKBAN00001065
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 01:44 AM
01-21-2005 01:44 AM
Re: Log ftpd trace to another file. Not in syslog.log.
£ added local5 line to log ftp access to a separate file
mail.debug /var/adm/syslog/mail.log
local5.info /var/adm/syslog/local5ftp.log
*.info;mail.none;local5.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Then restart syslog...
Rdgs...Geo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 01:48 AM
01-21-2005 01:48 AM
Re: Log ftpd trace to another file. Not in syslog.log.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 03:19 AM
01-21-2005 03:19 AM
Re: Log ftpd trace to another file. Not in syslog.log.
I solved my problem.
The redirect file (for example ftp.log), it comes managed like syslog.log?
When the file reach a limit dimension, it creates a backup for a file?
Thanks.
Benedetto.