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
12-08-2004 06:08 AM
12-08-2004 06:08 AM
tftp
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite
tftp dgram udp wait root /RJOP1/dos/bsg/tftp/tftpd32 tftpd32 -p2121 -l100 /RJOP1/dos/bsg
but , only the second one is working. How can I join it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 06:45 AM
12-08-2004 06:45 AM
Re: tftp
Short answer - You can't.
IF the services have the same name, socket type & protocol then only one will be executed.
So you have to either:
1) Setup a new service name on another port.
2) Use a different socket type like stream
or
3) Use another protocol - tcp in this case
Unfortunately none of these would be a trivial change. So what you might do is comment out the one least used & then juggle the commenting when necessary.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 07:28 AM
12-08-2004 07:28 AM
Re: tftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:38 PM
12-08-2004 09:38 PM
Re: tftp
The other line is used for application, and I can't change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 05:16 AM
12-09-2004 05:16 AM
Re: tftp
However, wondering if the application can really use HPUX tftp instead of the one listed. May be worth a try:
tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite /RJOP1/dos/bsg
(Append the application's path to the end of the original line, comment out the second line, run inetd -c, see if application still works.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 05:30 AM
12-09-2004 05:30 AM
Re: tftp
Well, my problem is with ignite, that needs the first line with tftpd , then I will try other solution, or make other ignite server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:03 AM
12-09-2004 08:03 AM
Re: tftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 09:39 PM
12-09-2004 09:39 PM
Re: tftp
Ok, people, thanks for help, I will change my ignite server .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 09:40 PM
12-09-2004 09:40 PM