- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to increase TFTP time out ?
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
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
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
тАО04-27-2004 11:44 PM
тАО04-27-2004 11:44 PM
How to increase TFTP time out ?
I am getting this below message while trying to install 11.11 OS.
===========
* Reading configuration information from server...
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Transfer timed out.
tftp> * tftp error log follows:
ERROR: Could not read /var/opt/ignite/INDEX from install tftp server.
NOTE: Retrying loadfile command...
tftp> tftp> tftp> tftp> tftp> Transfer timed out.
tftp>
ERROR: Could not read /var/opt/ignite/INDEX from install tftp server.
NOTE: Retrying loadfile command...
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Transfer timed out.
* tftp error log follows:
tftp>
ERROR: Could not read /var/opt/ignite/INDEX from install tftp server.
==========
How to increase time out for TFTP server ?
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2004 11:52 PM
тАО04-27-2004 11:52 PM
Re: How to increase TFTP time out ?
tftpd settings can be changed on the ignite server in order to do that.
tftpd [-R retransmission-timeout] [-T total-transmission-timeout]
This can be altered in the /etc/inetd.conf file. To reinitialise that file you can use:
#inetd -c
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2004 11:53 PM
тАО04-27-2004 11:53 PM
Re: How to increase TFTP time out ?
Does /var/opt/ignite/INDEX exist on your server? Is it readable by everyone?
What do your tftp logs on your server say?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 12:06 AM
тАО04-28-2004 12:06 AM
Re: How to increase TFTP time out ?
Thanks for your replies. I would like to know how to find out tftp log files. Please let me know the path to the log file.
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 12:12 AM
тАО04-28-2004 12:12 AM
Re: How to increase TFTP time out ?
that bwould be the syslog.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 12:20 AM
тАО04-28-2004 12:20 AM
Re: How to increase TFTP time out ?
I went through syslog (/var/adm/syslog/syslog.log) couldnt find anything useful. All i got is this,
Apr 28 17:08:15 chola inetd[672]: tftp/udp: Added service, server /usr/lbin/tftpd
After going thro manual, i find a way to enable logging to syslog using tftpd -l command. I hope this will work.
Thanks,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 02:41 AM
тАО04-28-2004 02:41 AM
Re: How to increase TFTP time out ?
You should not have to change the tftp timeout. Most or all versions of Ignite require boot and therefore tftp transfer on the built in lan card, not any add in card.
The transfer itself can be on any NIC after the initial boot.
Every time I had this problem it was due to networking issues.
You can monitor progress from the image server.
inetd -l # if enhanced logging is not enabled.
tail -f /var/log/syslog/syslog.log
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 02:51 AM
тАО04-28-2004 02:51 AM
Re: How to increase TFTP time out ?
This does not looks like something to do with tftp timeout.
Looks like what is happening is that you are trying to install a client in a subnet other than the subnet in which the ignite server is present and do not have a ignite helper to assisit you in doing this across different subnets.
http://www.software.hp.com/products/IUX/faq.html#N10E84
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2004 02:58 AM
тАО04-28-2004 02:58 AM
Re: How to increase TFTP time out ?
Just a basic question, How to start install client on same subnet ? i.e How to assign subnet parameters in the GSP Prompt?
Also, please notify the command to verify N/W parameters at GSP prompt.
Thanks,
Arnu