Operating System - HP-UX
1833758 Members
2859 Online
110063 Solutions
New Discussion

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

 
Snehal Patel
Occasional Contributor

Still getting tftp error Can Not read /var/opt/ignite/INDEX

Still getting error message. Need some help.
Thanks, Snehal
6 REPLIES 6
Michael Roberts_3
Honored Contributor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

The perms on /var/opt/ignite/INDEX should be 644 bin:bin.

From another system in multi-user mode:

cd /var/tmp
tftp serverIP << eof
get /var/opt/ignite/INDEX
quit
eof

Does this succeed?

On the Ignite server in /etc/inetd.conf do you see:
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite

If you make changes to inetd.conf you need to run:
inetd -c
to cause the changes to be read in.

On the Ignite server run:
/opt/ignite/bin/instl_adm |grep -i server

Does the IP address match the server IP address?
etouq ot hguone revelc ton m'i
Vincenzo Restuccia
Honored Contributor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

magnus linner
Advisor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

Hi,
I have seen this problem a couple of times.
Those times it have been pure network problem like:
Apply an invalid ip-address, wrong default gateway or
when selecting a network card that do not have any physical
connection.
Hope it helps
Nick Tarmey
Occasional Contributor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

Do you have the tftp user account setup on the Ignite server? The following entry should appear in the /etc/passwd file:

tftp:*:510:1:Trivial FTP user:/home/tftpdir:/usr/bin/false

hope this helps!
Snehal Patel
Occasional Contributor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

I have taken all of your advices. Now I'm getting tftp> Error Code 2: Access Violation
Can not read file

Need some ideas please.
Thanks
Pedro Sousa
Honored Contributor

Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX

Hi Snehal!
from http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=13875fde0be557fda6/screen=ckiDisplayDocument?docId=200000024598402

4.'Error code 2: Access violation'
'Error code 1: File not found'
This error indicates a problem with permissions of a file or directory.
Verify that the file on the server exists in tftps' home directory. Check that the file is in one of the paths listed on the line for tftp in /etc/inetd.conf. Verify that the file has tftp as the owner, users as the group, and tftp has read and write permissions.

also check this:
http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=13875fde0be557fda6/screen=ckiDisplayDocument?docId=200000048469786

hope this helps.