- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Still getting tftp error Can Not read /var/opt...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 11:09 AM
05-16-2001 11:09 AM
Still getting tftp error Can Not read /var/opt/ignite/INDEX
Thanks, Snehal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 12:42 PM
05-16-2001 12:42 PM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 12:51 AM
05-17-2001 12:51 AM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 11:19 AM
05-17-2001 11:19 AM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2001 01:00 AM
05-23-2001 01:00 AM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
tftp:*:510:1:Trivial FTP user:/home/tftpdir:/usr/bin/false
hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 09:36 AM
05-25-2001 09:36 AM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
Can not read file
Need some ideas please.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 09:47 AM
05-25-2001 09:47 AM
Re: Still getting tftp error Can Not read /var/opt/ignite/INDEX
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.