1834272 Members
75685 Online
110066 Solutions
New Discussion

Re: tftp service

 
amipankaj
Frequent Advisor

tftp service

Hi Experts,
how i can disable tftp services on HP-UX11.11 server?

thanks in advance.
Roy
6 REPLIES 6
Ivan Krastev
Honored Contributor

Re: tftp service

Comment out line in /etc/inetd.conf. See more information here - http://docs.hp.com/en/B2355-90685/ch05s04.html

regards,
ivan
amipankaj
Frequent Advisor

Re: tftp service

Is tftp required for ignite...?
Ivan Krastev
Honored Contributor

Re: tftp service

You can disable tftp service on clients. On server is required.

See this previous thread - http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=292407

regards,
ivan
amipankaj
Frequent Advisor

Re: tftp service

what should i do in case an nfs file system is mounted on client from ignite server which contains ignite image?

can i assume the server as client and stop tftp of i should concider it as server?

thanks,

Roy
Aneesh Mohan
Honored Contributor

Re: tftp service

Hi Roy,

Tftp service should be enabled on the Ignite server ( /etc/inetd.conf) at the time of net_recovery .

Aneesh
amipankaj
Frequent Advisor

Re: tftp service

Thanks guys, your info helped me alot.