- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TFTP Service in hp-ux
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-19-2005 06:44 AM
10-19-2005 06:44 AM
TFTP Service in hp-ux
I already checked /etc/inetd.conf file and uncommented the lines
# When needed by intermec
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/var/opt/intermec\
/opt/ignite\
/var/opt/ignite
# Below commented out from Ignite-UX install. reenable to use
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite
and ran
/etc/inetd -c and /usr/sbin/inetd -c
and after that if i use
telnet localhost 69
its not working.
Can somebodyhelp me in fixing this one.
Thanks in Advance
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:49 AM
10-19-2005 06:49 AM
Re: TFTP Service in hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:49 AM
10-19-2005 06:49 AM
Re: TFTP Service in hp-ux
also if you have /var/adm/intd.sec file make sure tftp connections were not totally disbled for all IP address ranges.
if both of the above is okay, instead of inetd -c command, run these two:
/usr/sbin/inetd -k
/usr/sbin/inetd -l
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:51 AM
10-19-2005 06:51 AM
Re: TFTP Service in hp-ux
tftp localhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:52 AM
10-19-2005 06:52 AM
Re: TFTP Service in hp-ux
I don't think you can telnet to the tftp port. Telnet uses tcp & TFTP uses udp.
What happens when you run:
tftp localhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 06:54 AM
10-19-2005 06:54 AM
Re: TFTP Service in hp-ux
tftp localhost
usxsl003:root# tftp localhost
tftp>
i am getting the following output. does it mean the services are started.????
Thanks for every body who are trying to resolve my problem.
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:00 AM
10-19-2005 07:00 AM
Re: TFTP Service in hp-ux
The link which you posted is not opening.
Thanks for your reply
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:05 AM
10-19-2005 07:05 AM
Re: TFTP Service in hp-ux
if you see something like "Connected to localhost." it means that your tftp port is listening and you are in good shape
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:09 AM
10-19-2005 07:09 AM
Re: TFTP Service in hp-ux
Hope its seems working fine.
Thanks for everybisy who posted.
Thanks Mr Mel Burslan
tftp> status
Connected to localhost.
Mode: netascii Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 07:16 AM
10-19-2005 07:16 AM