Operating System - HP-UX
1752775 Members
5807 Online
108789 Solutions
New Discussion юеВ

Re: Unable to open file '/var/adm/nettl.LOG00'

 
zxcv
Super Advisor

Unable to open file '/var/adm/nettl.LOG00'

Hi guys,

 

i have a server model rx6600 hpux 11i v2.

On running

 

root #/ >netfmt -f /var/adm/nettl.LOG00 > tejas

netfmt          Unable to open file '/var/adm/nettl.LOG00'. (208)
                open() returned error code : 2 - No such file or directory.
                Check input file name and try again.
Please suggest .

6 REPLIES 6
James R. Ferguson
Acclaimed Contributor

Re: Unable to open file '/var/adm/nettl.LOG00'


@zxcv wrote:

root #/ >netfmt -f /var/adm/nettl.LOG00 > tejas

netfmt          Unable to open file '/var/adm/nettl.LOG00'. (208)
                open() returned error code : 2 - No such file or directory.


You don't believe what the error code says?  What does this show you?

 

# ls -l /var/adm/nettl.LOG00

 

Regards!

 

...JRF...

zxcv
Super Advisor

Re: Unable to open file '/var/adm/nettl.LOG00'

Hi James ,
root #/ >ls -l /var/adm/nettl.LOG00
/var/adm/nettl.LOG00 not found
Dennis Handly
Acclaimed Contributor

Re: Unable to open file '/var/adm/nettl.LOG00'

>/var/adm/nettl.LOG00 not found

 

Any other files?  ll /var/adm/nettl.LOG*

Laurent_Menase
Occasional Advisor

Re: Unable to open file '/var/adm/nettl.LOG00'

since 11.11 it is /var/adm/nettl.LOG000

and not nettl.LOG00

zxcv
Super Advisor

Re: Unable to open file '/var/adm/nettl.LOG00'

Hi ,

 

I found there were two files .

 

root #/ >ll /var/adm/nettl*
-rw-r--r--   1 root       root        326705 May 16 19:33 /var/adm/nettl.LOG000
-rw-r--r--   1 root       root        512102 Sep 30  2010 /var/adm/nettl.LOG001

Thanks.

Naj
Valued Contributor

Re: Unable to open file '/var/adm/nettl.LOG00'

HI,

Try touch on that path, see any improvement after that?

i.e

#touch kk /var/adm/

and also

#fuser -cu /var/adm

BR
Naj

____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!