- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tftpd
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
10-17-2001 04:51 AM
10-17-2001 04:51 AM
tftpd
tftp dgram udp wait root/usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
syslog logs tftpd running and timing out
I have turned on inetd logging and syslog logs following:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 05:49 AM
10-17-2001 05:49 AM
Re: tftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 06:04 AM
10-17-2001 06:04 AM
Re: tftpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:23 AM
10-17-2001 07:23 AM
Re: tftpd
is your
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:38 AM
10-17-2001 07:38 AM
Re: tftpd
no it is not a bootp server
...interestingly enough I now notice (with inetd -l) a 'connection from unknown' ip address in syslog and am checking this out, may be the culprit!
could it be a dns bootp server probing this server? but the ip address is not in our segment!!! I welcome any other clues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 07:44 AM
10-17-2001 07:44 AM
Re: tftpd
Try manuall doing a tftp from another system.
tftp your_ignite_server
tftp>get
INDEX test_file
See if this works. tftp should pickup the INDEX file from /var/opt/ignite as specified in your /etc/inetd.conf.
Also check your /var/adm/inetd.sec to see if you are blocking tftp for some systems.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 08:48 AM
10-17-2001 08:48 AM
Re: tftpd
get
INDEX test_file
and it returned
Error code 2: Access violation !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 09:01 AM
10-17-2001 09:01 AM
Re: tftpd
/var/opt/ignite to make sure that they have read permissions atleast. Also files like INDEX should also have read permissions for others so that tftp can download the files.
Access violation tells that the files are not readable by tftp.
Try setting the permissions and see if it works.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 09:51 AM
10-17-2001 09:51 AM
Re: tftpd
Maybe I should simply disable tftpd on the oracle db servers. Should I need to ignite one of these servers, due to system failure, a push boot from the ignite server should resolve itself, correct? As for creating a network system recovery, that should not be a problem either.