Operating System - HP-UX
1834908 Members
2911 Online
110071 Solutions
New Discussion

Like using the command nettl

 
Jose_129
Regular Advisor

Like using the command nettl

I want to monitor using nettl, Somebody knows like using the command?

Regards
Change password in way single user, beginning in multiuser way console
2 REPLIES 2
steven Burgess_2
Honored Contributor

Re: Like using the command nettl

Hi Jose

You use the netfmt command to interogate the logs created by the nettl process

for eg

To create a readable file from the nettl logs

netfmt -t 30 /var/adm/nettl.LOG00 > /tmp/netfmt.out

man netfmt

for more information, nettl is really an indepth subject which you will have to spend some time researching to understand the outputs and traces etc. The above will give you a summary and let you know about any obvious issues in the network subsystem that may be the cause of your problems such as a duplicate ip address or bad cable etc

Attached is a doc that shows you how to take traces also, you can select destination and source ip address and application used to transmit data etc. I have used these to create the files before passing onto HP for further support as it saves a little time. Every time an engineer has got involved in debugging the tracing they have been specialist from europe , france or germany.

Read and enjoy

HTH

Steve
take your time and think things through
T G Manikandan
Honored Contributor

Re: Like using the command nettl

check the attache