1819932 Members
3253 Online
109607 Solutions
New Discussion юеВ

Error 67

 
Andreas Bednarz
Occasional Contributor

Error 67

Our server are working under HP-UX 10.20 and we use LAN Manager 2.2. At one of it I become after almost all "net" commands the error message:
net user

Error 67 has occurred.
The network name cannot be found.
How can I find out, where the Problem exist ?
6 REPLIES 6
Bill McNAMARA_1
Honored Contributor

Re: Error 67

I think these errors come from /usr/include/errno.h in which case the error is trying to read unreadable message.
I have no idea where that'll get you though!
Can you trace the application somehow, or have you got any other logs?

Later,
Bill
It works for me (tm)
Andreas Bednarz
Occasional Contributor

Re: Error 67

Hi Bill, thank you for your assistance.
I suspect it is a problem of Netbios. I have a trace, that i made with nbtrace, but I have not enough experience to read it. Could you ?
Rainer von Bongartz
Honored Contributor

Re: Error 67

Andreas,

You got a runaway netbios daemon, I saw this very often when we were using LM/X and LM/U

Try restarting netbios (but very often it won't help)
Sometimes you even have to reboot and after a couple of times you start thinking of upgrading LM/(X or U) to AS/U or CIFS/9000

I have done this and haven't seen error 67 for a couple of years now.

rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Magdi KAMAL
Respected Contributor

Re: Error 67

Hi Andreas,

Check the following :
1. Are your lan manager 2.2 is part of a NT Domain, in this case PDC, BDC or member ?

2. If member, are there any problems with PDC or BDCs ?

3.If netBios is running :
#nbutil -C

4. The content of the event log:
#elfread -d system ? more

Action :
if no problem in the above points, then :
#nbutil -N start
#net start server


Magdi


Andreas Bednarz
Occasional Contributor

Re: Error 67

Hi folks,
thanks you for your interest. Our application is rather old and I haven't a possibility to install a new software. We have 101 Server with the same konfiguration and it is the only one with this problem. The LAN processes run correcttly and all functions are OK. We use LAN to manage the printers and to give a server directory free to NT clients. I try to find a solution of this problem since months. I've tried to restart, reboot, reconfiguration a couple of times without success. This Netbios version can't the option -C. What is elfread ?
Rainer von Bongartz
Honored Contributor

Re: Error 67

You'll find elfread only on AS/U 9000, which gives you the events of your smb server.

He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...