- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftp service
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-20-2005 10:52 PM
11-20-2005 10:52 PM
I need to put configuration of MDS 9120 switch to tftp server. How to configure tftp service on hp-ux host to do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:19 PM
11-20-2005 11:19 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97116
If you have access to technical docs, DocID KBRC00015669 "How to install and troubleshoot tftp" will do it
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000081573202
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:28 PM
11-20-2005 11:28 PM
Re: tftp service
Could you attach brief discription from that document for me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:36 PM
11-20-2005 11:36 PM
Re: tftp service
http://docs.hp.com/en/B2355-90147/ch05s04.html
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:37 PM
11-20-2005 11:37 PM
Re: tftp service
You need to configure /etc/inetd.conf to allow the tftp server.
There needs to be a tftp user on the system(there usually is with hpux).
The user's home directory in /etc/passwd must not conflict with inetd.conf
inetd -c
# restarts inetd which manages and runs tftp
You must make sure that the tftp user owns all files in /home/tftp and owns the directory. You can use a different directory, but tftp will fail without strict ownership.
That is a manual summary from memory. I just did a meeting on setting this up so I'm fairly familiar.
Good Luck Igor,
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
11-21-2005 02:18 PM
11-21-2005 02:18 PM
Re: tftp service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 02:24 PM
11-21-2005 02:24 PM
Re: tftp service
but the following error occures
UIT1# copy running-config tftp://10.1.1.41/mds9120.cfg
Trying to connect to tftp server......
TFTP put operation failed:Access violation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2005 01:27 AM
11-25-2005 01:27 AM
Re: tftp service
"TFTP put operation failed:Access violation" would suggest that the tftp user doesn't have sufficient permissions to write the file. Have you checked the permissions on the tftp users $HOME to verify the dir is writable?
Is /home/tftp atleast 0700? If so, maybe touch /home/tftp/switch.cfg and set the new file mode to 0600, owned by tftp user. Then go back to your switch and try to tftp the switch config to the hpux tftp server again.. this time saving it as the file just created, /home/tftp/switch.cfg.
Hope this helps,
-denver