- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftp error message when trying to load an image fr...
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
01-19-2004 05:13 AM
01-19-2004 05:13 AM
tftp error message when trying to load an image from the ignite server
tftpd[7345]: sendfile: send: Can't assign requested address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 05:33 AM
01-19-2004 05:33 AM
Re: tftp error message when trying to load an image from the ignite server
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 05:37 AM
01-19-2004 05:37 AM
Re: tftp error message when trying to load an image from the ignite server
I have the following entry on my server:
tftp 69/udp # Trivial File Transfer Protocol
but there is probably nothing on the target since the image is being pulled from the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 06:43 AM
01-19-2004 06:43 AM
Re: tftp error message when trying to load an image from the ignite server
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 06:55 AM
01-19-2004 06:55 AM
Re: tftp error message when trying to load an image from the ignite server
How are you loading this Ignite image - pushing it or pulling it?
If the client dir is named correctly for the MAC on the W/S, then why not try booting the CD on the W/S & pull it down by selecting "Ignite Install" from the master Install menu?
Then you just point it to the Ignite server & you don't have to worry about assigning "temp" IPs or even subnets.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:50 AM
01-20-2004 01:50 AM
Re: tftp error message when trying to load an image from the ignite server
The false shell was missing from /etc/shells. I added it and I am retrying.
Jeff:
I am pulling the image since there was not OS on the disk. The ignite server is on the same subnet. I would like to load from CD, but unfortunatly, there is none on the w/s and I do not have any I can hook up to the w/s.
Thanks guys for you help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 01:58 AM
01-20-2004 01:58 AM
Re: tftp error message when trying to load an image from the ignite server
Its important to know that you can only boot an ignite client via the built in lan card, not any faster add in cards.
After the boot, you can run the image transfer through any card you want.
Check the configuration of the ignite dhcp server which is available from the main ignite configuration program.
Try this on the server during the next download
inetd -l # if not running enhanced logging
tail -f /var/adm/syslog/syslog.log
Try the ignite connect or boot.
You'll get more details on the problem.
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
01-20-2004 02:30 AM
01-20-2004 02:30 AM
Re: tftp error message when trying to load an image from the ignite server
If it doesn't work its usually not Ignite fault but something is wrong somewhere networking wise.
When a process attempts to access the system on a particular "port", inetd, which is watching the "ports",
will look in the file /etc/services and see if that port is configured for a service. If the port is configured for
a service, inetd will then look in the file /etc/inetd.conf for that service and execute the command(s) associated with that service.
Resolution: Increase the timeout of tftpd server.
The -R option specifies the per-packet retransmission timeout, in
seconds. The default value is 5 seconds.
The -T option specifies the total retransmission timeout, in seconds.
The default value is 25 seconds.
On the server, if The /etc/inetd.conf file shows:
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
change it to :
tftp dgram udp wait root /usr/lbin/tftpd tftpd -T 50 /opt/ignite /var/opt/ignite
then run "inetd -c" to force the current inetd to reread /etc/inetd.conf.
unless some unseen networking issue (like a incorrect IP) exist the above should help, Please let me know how it goes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 04:12 AM
01-20-2004 04:12 AM
Re: tftp error message when trying to load an image from the ignite server
and "Send: Can't assign requested address.
I put an address not in use on the same subnet the server is and I know my network drop for the load is on that same subnet too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:30 AM
01-20-2004 05:30 AM
Re: tftp error message when trying to load an image from the ignite server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 05:44 AM
01-20-2004 05:44 AM
Re: tftp error message when trying to load an image from the ignite server
1. Properly configure the Ignite server's IP address.
2. Create the /tmp/cfg file:
# instl_adm -d > /tmp/cfg
3. Edit the server IP to correct value.
4. Execute the instl_adm -f /tmp/cfg command.
5. Resume your installation.
Also troubleshoot from LAN Card Level, check that the driver is up-to-date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 06:40 AM
01-20-2004 06:40 AM
Re: tftp error message when trying to load an image from the ignite server
What is the permission on the directory? If you don't have execute permissions there, then the tftp user can't cd to the directory.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 01:12 AM
01-21-2004 01:12 AM
Re: tftp error message when trying to load an image from the ignite server
the test file's permission are 400 and the /home/tftp dir. is 700.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2004 06:10 AM
01-22-2004 06:10 AM