- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nettl 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
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
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
тАО09-13-2002 02:42 AM
тАО09-13-2002 02:42 AM
nettl LOG
we have just had a crisis and i wanted to check the network logs as something network related seemed to be the issue, however both files nettl.LOG00 and 01 havent been written to since Jul 08. I have ps -ef | grep nettl and it seems to be running.
I would also like to start some sort of session (ftp/telnet) and see it logging the entries to check its working ok. I have already tried but the nettl log does not seem to be getting written to!
mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 02:49 AM
тАО09-13-2002 02:49 AM
Re: nettl LOG
The first thing to check is that its switched on in the system startup. Take a look at /etc/rc.config.d/nettl and check for NETTL=1 which means it will start on boot.
You can check the daemon is actually running;
ps -ef|grep nettl
Then the /var/adm/neetl.log00 file should be being written to daily. But by default it doesnt log much - if it was fully enabled your logfile would grow by megabytes in minutes, you need to turn on full logging only when you need to trace some problem. See man nettl on how to activate full logging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 02:55 AM
тАО09-13-2002 02:55 AM
Re: nettl LOG
unless the system is trusted, we will not be able to make out the telnet/ftp sessions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 03:30 AM
тАО09-13-2002 03:30 AM
Re: nettl LOG
The best way to log the telnet ftp sessions is via the syslog (if not trusted) check inetd.conf file to enable this
As far as nettl tracing
netfmt -t 30 /var/adm/nettl.LOG0 > /tmp/nettl.out
Here is a doc regarding nettl tracing
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 03:31 AM
тАО09-13-2002 03:31 AM
Re: nettl LOG
But, nettladm offers a GUI to configure and view the logs.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 03:33 AM
тАО09-13-2002 03:33 AM
Re: nettl LOG
Try nettl -status
But, nettladm offers a GUI to configure and view the logs.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 04:06 AM
тАО09-13-2002 04:06 AM
Re: nettl LOG
Start nettladm, choos 'actions' then 'start logging'. You may want to add filters (the view tab) or change the log classes by double clicking on the product name.
Select view logging in the action menu to view the logs.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2002 06:53 AM
тАО09-13-2002 06:53 AM
Re: nettl LOG
either:
/sbin/init.d/nettl start
or
/etc/nettl -start
Note: BE CAREFUL if you're using Opencall products, a startnettl command is the correct way to start nettl NOT nettl -start.
Later,
Bill