- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP problem with HP-UX 11.31
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
07-03-2008 02:12 AM
07-03-2008 02:12 AM
I have just got my system setup with HP-UX 11.31 and I was trying to FTP to the server but failed.
In the /etc/inetd.conf, the ftp service is enabled as below:
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
However, /usr/lbin/ftpd does not exist.
Then I downloaded and installed the the TCP Wrapper, tcp_wrappers-7.6-ia64-11.31.depot and I updated the /etc/inetd.conf and restarted inetd (/usr/sbin/inetd -c) as below:
ftp stream tcp6 nowait root /usr/local/bin/tcpd /usr/lbin/ftpd -l -v
But I still failed to FTP to the server.
Appreaciate your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 03:54 AM
07-03-2008 03:54 AM
Re: FTP problem with HP-UX 11.31
Check for FTP fileset:
#swlist -l fileset FTP
# FTP B.11.31 FTP Protocol daemons and utilities
FTP.FTP-AUX B.11.31 File transfer protocol utilities configuration and scripts
FTP.FTP-ENG-A-MAN B.11.31 FTP Manual Pages for HP-UX
FTP.FTP-JPN-E-MAN B.11.31 FTP Manual Pages for HP-UX
FTP.FTP-JPN-S-MAN B.11.31 FTP Manual Pages for HP-UX
FTP.FTP-RUN B.11.31 File transfer protocol daemons
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 04:06 AM
07-03-2008 04:06 AM
Re: FTP problem with HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 07:41 PM
07-03-2008 07:41 PM
Re: FTP problem with HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 07:46 PM
07-03-2008 07:46 PM
Re: FTP problem with HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 07:47 PM
07-03-2008 07:47 PM
Re: FTP problem with HP-UX 11.31
http://docs.hp.com/en/B2355-90950/ch08s12.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2008 11:59 PM
07-03-2008 11:59 PM
Re: FTP problem with HP-UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 03:35 AM
07-04-2008 03:35 AM
SolutionWe see this issue fairly often. The FTP Daemon used by HP-UX, WU-FTPD, is an ISU (Independent Software Unit) at 11.31, as is NFS. You need to ensure that when you install from OS Media that you select it from the Applications DVD. If you do not have this, then pick it up from the HP Software Depot. The direct link to the WU-FTPD is:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=WUFTPD26
Hope that helps,
Brian Hackley
HP-UX Networks and Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2008 06:07 AM
07-10-2008 06:07 AM
Re: FTP problem with HP-UX 11.31
The issue is resolved after installing the WU-FTP software.
Thanks!