1834882 Members
2352 Online
110071 Solutions
New Discussion

Re: nettl error !!

 
David Almada
Occasional Contributor

nettl error !!

Hi everyone,
I have a class D 9000 server with two x,25 interface cards.
I use to trace the interface 0 with the nettl command but now, after I change the parameter "Enable Reverse Charge" with SAM
I can't do the trace. The comand
"nettl -tn pduin pduout -e sx25l3 -c /dev/x25_0 -file net25" returns the following error message :
"An internal error ocurred in tracing and logging facilities.Please chek if the x25 devices is cofigured properly.The ioctl call on the x25 device failed.(ioctl, errno=19:no such device)
4 REPLIES 4
Steve Steel
Honored Contributor

Re: nettl error !!

Hi


Normally the nettl is newer than the X25 software which should be upgraded.

Something like this patch

Patch Name: PHNE_18718

Patch Description: s800 10.20 2.40-2.40.02 X.25/ACC Accessory Product (NIO)



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
David Almada
Occasional Contributor

Re: nettl error !!

Hi Steve,
Thank's for your help.
The nettl command works just fine when I chose the sx25l2, and it use to work normaly with other options. Only after I enable the parameter " Reverse Charge " with SAM in the inetrface card x25_0 it stop works with the sx25l3. The command :
" nettl -tn pduin pduout -e sx25l2 -c /dev/x25_0 -f net25"
works fine. So I think it is not about the version of nettl but maybe it is about the way SAM execute the x25init command.
Thanks
Paula J Frazer-Campbell
Honored Contributor

Re: nettl error !!

Hi

If you believe sam is to blame then start the card from the command line and then try nettl again.

Also you can use nettladm to configure tracing and logging on your x25 subsystem.


x25init -c /etc/x25/x25config_2

-c is the config file for the card.

Paula
If you can spell SysAdmin then you is one - anon
David Almada
Occasional Contributor

Re: nettl error !!

Hi Paula,
Thank you for your help too.
I have already done that but I receive the same error message.I get the following messages in x25init.log when i start the interface with SAM :
[x25init]/usr/sbin/x25init -c /etc/x25/x25conf_0 -a /etc/x25/ip_to_x121map
[x25init]Downloading x25 interface
[x25init]/usr/sbin/nbload /etc/x25/brdconf.0e
[x25init]Reactivating listen sockets
[x25init]Configuration has been initialized successfuly
[x25init](/usr/sbin/ixemap -Z -d /dev/ixe; /usr/sbin/ixemap -P -f /etc/x25/ixemapconf -d /dev/ixe) >> /var/x25/log/x25init.log 2 >&1
[x25init]IP mapping has been initialized successfuly

I do not know the meaning of the second command. I hope this gives you some ideas that may help me

Thanks in advance

David