- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i cannot access my hp-ux using FTP
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
04-05-2010 04:19 AM
04-05-2010 04:19 AM
i cannot access my hp-ux using FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 04:31 AM
04-05-2010 04:31 AM
Re: i cannot access my hp-ux using FTP
I dont know about ,
-a -d doing here
and this is what my inetd.conf says
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
and please check , /var/adm/inetd.sec
and ftpusers /etc/ftpd/ftpusers
man ftpusers for more info.
and check the port is enabled in /etc/servces
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 04:59 AM
04-05-2010 04:59 AM
Re: i cannot access my hp-ux using FTP
-I is write to syslog
-d is write debugging information to syslog
Have you checked syslog?
-a is Use ftp authentication
Question: What are you using for authentication?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:15 AM
04-05-2010 05:15 AM
Re: i cannot access my hp-ux using FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:20 AM
04-05-2010 05:20 AM
Re: i cannot access my hp-ux using FTP
b) source ip address / hostname and remoted or destination ip address / hostanem could be considered forms of authentication, especially with banks.
c) encryption from sftp, ( secure ftp ) includes the exchange of private and public keys.
d) passphrases used to open an encryped message are a 4th form of authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:29 AM
04-05-2010 05:29 AM
Re: i cannot access my hp-ux using FTP
Additionally, you may have to go through a proxy server and will have to ask your network admin about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:32 AM
04-05-2010 05:32 AM
Re: i cannot access my hp-ux using FTP
thank you, but i noticed on my /etc i don't have ftpd. and how can i configure my ftpacces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:58 AM
04-05-2010 05:58 AM
Re: i cannot access my hp-ux using FTP
Well of course you.
Sigh.
How new to UNIX and computers are you?
Look, 'grep "*ftp*" /etc/services', post report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 05:59 AM
04-05-2010 05:59 AM
Re: i cannot access my hp-ux using FTP
Well of course you do.
Sigh.
How new to UNIX and computers are you?
'grep "*ftp*" /etc/services', post report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 06:06 AM
04-05-2010 06:06 AM
Re: i cannot access my hp-ux using FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 06:18 AM
04-05-2010 06:18 AM
Re: i cannot access my hp-ux using FTP
The ftpd location in HP-UX is in /etc/ftpd, there you can find ftpaccess file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 06:43 AM
04-05-2010 06:43 AM
Re: i cannot access my hp-ux using FTP
i check everything that u said but still i cannot access my server using ftp.
# cat /var/adm/inetd.sec
ftp allow
telnet allow
tftp allow
login allow
shell allow
exec allow
ntalk allow
auth allow
printer allow
daytime allow
time allow
echo allow
discard allow
chargen allow
kshell allow
klogin allow
swat allow
recserv allow
hacl-probe allow
registrar allow
hacl-cfg allow
this is the output of etc/inetd.conf
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
C:\Documents and Settings\user>ftp 10.10.15.140
Connected to 10.10.15.140.
Connection closed by remote host.
this is the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 07:56 AM
04-05-2010 07:56 AM
Re: i cannot access my hp-ux using FTP
"...ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l..."
What is /usr/lbin/ftpd?
Read this:
http://docs.hp.com/en/B2355-91058/ch02.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 08:25 AM
04-05-2010 08:25 AM
Re: i cannot access my hp-ux using FTP
uname -a
> [...]
> this is the problem.
It's nice (at long last) to get something
more informative than "i cannot access my
server".
> Have you checked syslog?
Well?
grep -i ftp /var/adm/syslog/syslog.log
If you see anything, then look more closely.
Any difference if you start with the FTP
client on the HP-UX system itself?
> C:\Documents and Settings\user>ftp 10.10.15.140
And 10.10.15.140 really is the right IP
address?