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
10-06-2009 04:22 AM
10-06-2009 04:22 AM
FTP
How to find FTP services is enabled in HP-UX11.11,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:27 AM
10-06-2009 04:27 AM
Re: FTP
/etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:30 AM
10-06-2009 04:30 AM
Re: FTP
Find ,and Comment out (if it is commented) tje line:
ftp 21/tcp
save the file and restart daemon:
/etc/inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:30 AM
10-06-2009 04:30 AM
Re: FTP
# netstat -a |grep ftp
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:32 AM
10-06-2009 04:32 AM
Re: FTP
you need to do above for /etc/inetd.conf also .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:36 AM
10-06-2009 04:36 AM
Re: FTP
> HP-UX11.11,
One fairly reliable way would be to try to
talk to the FTP server, "ftp
if it works.
> Go to vi /etc/services
No, please don't. Leave it in peace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:42 AM
10-06-2009 04:42 AM
Re: FTP
I could see in /etc/services but not in inetd.conf
netstat -a report nothing
Is there any way to find out, one of my server is FTP is working but entry is not there in inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:45 AM
10-06-2009 04:45 AM
Re: FTP
hostname OR
getip
note that IP or hostname
then
ftp
if you get ftp prompt it is working:
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 04:57 AM
10-06-2009 04:57 AM
Re: FTP
> server is FTP is working but entry is not
> there in inetd.conf
As already suggested, TRY IT.
Normally, however, if it's not in
"/etc/inetd.conf", then it's not enabled.
> netstat -a report nothing
Nothing at all, or nothing about FTP? As
usual, showing an actual command with its
actual output can be more helpful than a
vague description or interpretation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 05:00 AM
10-06-2009 05:00 AM
Re: FTP
Does this mean you can use FTP to log INTO this server? If so, the FTP is definitely enabled somewhere.
Or does this mean you can FTP to another server from this one? If this is the case there's not a whole lot you can do as FTP from a server can be difficult to control.
>>but entry is not there in inetd.conf
There could be a separate process that runs FTP. It is possible that you have an FTP Daemon running all the time that is not controlled by inetd.
# ps -ef |grep -i ftp
may show the process if it is running all the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 06:35 AM
10-06-2009 06:35 AM