- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux 11.31 tftp error while installing.
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
11-19-2009 02:52 AM
11-19-2009 02:52 AM
hp-ux 11.31 tftp error while installing.
We were trying to install a new BL860 from ignite server.The server boot from ignite server and we have given the IP details.After that we are getting the error,
* Bringing up Network (lan3)
add net default: gateway 172.22.130.1
* Reading configuration information from server...
* tftp error log follows:
tftp> tftp> tftp> tftp> tftp> Error code 2: Access violation
tftp>
...
Failed to read "INDEX" file from install server. Check that the
install server's IP address is correct and the server has the
"Ignite-UX" product loaded and is available via the tftp(1)
service.
Press any key to return to the network configuration menu:
When I checked the tftp functioning, it was giving this way,
$ tftp ngmhv439
tftp> get /opt/ignite/boot/nbp.efi /tmp/nbp.efi
Transfer timed out.
tftp>
The entry in /etc/inetd.conf is proper.And we have done inetd through inetd -c.
While doing a tftp , no tftp service is showing in ps o/p of ignite server.
Abhilash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 04:15 AM
11-19-2009 04:15 AM
Re: hp-ux 11.31 tftp error while installing.
I think tftp is odd to use and if it is not correctly configured you'll get troubles.
Plese post the line of tftp ftom /etc/inetd.conf on Ignite-UX server (tftp should be configured there to work well).
I suppose ngmhv439 is the name of your Ignite-UX server.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 07:02 AM
11-19-2009 07:02 AM
Re: hp-ux 11.31 tftp error while installing.
Please check tftp from locally.Most probably your network firewall could be the culprit.
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 07:04 AM
11-19-2009 07:04 AM
Re: hp-ux 11.31 tftp error while installing.
It there any network securities like inetd.sec/wrappers/filters configured in your ignite server ?
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 12:57 AM
11-20-2009 12:57 AM
Re: hp-ux 11.31 tftp error while installing.
Please find the o/p from /etc/inetd.conf.
# information about setting up this service.
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite
I have restarted inetd many times thru inetd -c.
The server ngmhv439 is ignite server.I have tried the tftp locally as follows.
$ tftp ngmhv439
tftp> get /opt/ignite/boot/nbp.efi /tmp/nbp.efi
Received 24809 bytes in 0.0 seconds
tftp>
Please correct if I am wrong.
Abhilash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 01:09 AM
11-20-2009 01:09 AM
Re: hp-ux 11.31 tftp error while installing.
/etc/inetd.conf
------------------
Below lines should be uncommented.
tftp
bootps
instl_boots
/etc/services (These ports should be opened through network)
--------------
tftp 69/UDP
instl_boots 1067/UDP
intsl_bootc 1068/UDP
bootps 67/UDP
bootpc 68/UDP
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 01:40 AM
11-20-2009 01:40 AM
Re: hp-ux 11.31 tftp error while installing.
The inetd and services settings are correct.
# cat /etc/services |egrep "tftp|instl_boots|instl_bootc|bootps|bootpc"
bootps 67/udp # Bootstrap Protocol Server
bootpc 68/udp # Bootstrap Protocol Client
tftp 69/udp # Trivial File Transfer Protocol
instl_boots 1067/udp # installation bootstrap protocol server
instl_bootc 1068/udp # installation bootstrap protocol client
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
bootps dgram udp wait root /usr/lbin/bootpd bootpd -d 2
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
tftp entry is having entry for ignite also
Abhilash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 02:04 AM
11-20-2009 02:04 AM
Re: hp-ux 11.31 tftp error while installing.
I have commented tftp in inetd.conf.Then did an inetd -c.
Then uncommented in inetd.conf and restarted inetd thry inetd -c.
Now working .Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 02:13 AM
11-20-2009 02:13 AM
Re: hp-ux 11.31 tftp error while installing.
Aneesh