- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tftpd/opt/ignite/var/opt/ignite process is running...
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
08-13-2003 11:31 AM
08-13-2003 11:31 AM
Thank you for any help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 12:23 PM
08-13-2003 12:23 PM
Re: tftpd/opt/ignite/var/opt/ignite process is running ?
Also, update your system with latest patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 12:51 PM
08-13-2003 12:51 PM
SolutionYou've probably received a request on UDP port 69 - tftp for a make_net_recovery, read or write, from another server. Ignite uses tftp (69/UDP) as one of it's transfer mechanisms.
If you'll not be using this server as an Ignite server then comment out the tftp line in /etc/inetd.conf & run inetd -c
Yes, you can kill it - just use a "normal" kill i.e. don't kill -9
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 01:01 PM
08-13-2003 01:01 PM
Re: tftpd/opt/ignite/var/opt/ignite process is running ?
or you could do it manually.
run
/usr/sbin/setup_tftp to setup tftp.
to do it manually,
edit the /etc/inetd.conf file, uncomment tftp and add the directories you want end continuation lines with a
restart inetd
/usr/sbin/inetd -c
to reread the config file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 01:04 PM
08-13-2003 01:04 PM
Re: tftpd/opt/ignite/var/opt/ignite process is running ?
read your question way too fast. :-)
yes you can kill it.
if its configured in inetd.conf the next time someone tries to use tftp, it will automatically start again.
peace.
Donny