<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tftp service in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675653#M244522</link>
    <description>Have a look here, it's pretty much the same info... excpet you don't need a support contract to view the online manuals. There are also several existing ITRC threads out there that should help if the below doc doesn't get it up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90147/ch05s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90147/ch05s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Mon, 21 Nov 2005 07:36:18 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-11-21T07:36:18Z</dc:date>
    <item>
      <title>tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675650#M244519</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I need to put configuration of MDS 9120 switch to tftp server. How to configure tftp service on hp-ux host to do that?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 06:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675650#M244519</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-11-21T06:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675651#M244520</link>
      <description>In addition to the tftpd man page, here's a thread to help out...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97116" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=97116&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you have access to technical docs, DocID KBRC00015669 "How to install and troubleshoot tftp" will do it&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000081573202" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000081573202&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 21 Nov 2005 07:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675651#M244520</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-21T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675652#M244521</link>
      <description>I dont have permission to technical docs.&lt;BR /&gt;Could you attach brief discription from that document for me?</description>
      <pubDate>Mon, 21 Nov 2005 07:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675652#M244521</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-11-21T07:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675653#M244522</link>
      <description>Have a look here, it's pretty much the same info... excpet you don't need a support contract to view the online manuals. There are also several existing ITRC threads out there that should help if the below doc doesn't get it up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90147/ch05s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90147/ch05s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 21 Nov 2005 07:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675653#M244522</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-21T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675654#M244523</link>
      <description>Shalom Igor,&lt;BR /&gt;&lt;BR /&gt;You need to configure /etc/inetd.conf to allow the tftp server.&lt;BR /&gt;&lt;BR /&gt;There needs to be a tftp user on the system(there usually is with hpux).&lt;BR /&gt;&lt;BR /&gt;The user's home directory in /etc/passwd must not conflict with inetd.conf&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;# restarts inetd which manages and runs tftp&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;That is a manual summary from memory. I just did a meeting on setting this up so I'm fairly familiar.&lt;BR /&gt;&lt;BR /&gt;Good Luck Igor,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 21 Nov 2005 07:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675654#M244523</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-21T07:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675655#M244524</link>
      <description>what group must tftp user belong to?</description>
      <pubDate>Mon, 21 Nov 2005 22:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675655#M244524</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-11-21T22:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675656#M244525</link>
      <description>I've created group named tftp, change the ownership of /home/tftp to user tftp&lt;BR /&gt;but the following error occures&lt;BR /&gt;&lt;BR /&gt;UIT1# copy running-config tftp://10.1.1.41/mds9120.cfg&lt;BR /&gt;Trying to connect to tftp server......&lt;BR /&gt;&lt;BR /&gt;TFTP put operation failed:Access violation &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 22:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675656#M244525</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-11-21T22:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: tftp service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675657#M244526</link>
      <description>Igor,&lt;BR /&gt;&lt;BR /&gt;"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?&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 25 Nov 2005 09:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/3675657#M244526</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-25T09:27:14Z</dc:date>
    </item>
  </channel>
</rss>

