- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP problem
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
05-07-2004 12:12 AM
05-07-2004 12:12 AM
FTP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 12:25 AM
05-07-2004 12:25 AM
Re: FTP problem
Try to locate the processid
$ ps -ef | grep ftp
look if you can find a process connected to the other Unix box
root 486 400 15 14:21:25 pts/1 0:17 ftp jr0001
and kill the PID
# kill 486
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 12:37 AM
05-07-2004 12:37 AM
Re: FTP problem
the box can still ftp somewhere else and you can ftp the box from somewhere else, but i can`t ftp from the box to the special other one. if nothings going to help i?ll do a reboot at the weekend
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 12:39 AM
05-07-2004 12:39 AM
Re: FTP problem
Can you ping the "special box" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 01:01 AM
05-07-2004 01:01 AM
Re: FTP problem
from the working one , which has only one networkcard and it is in the net so far.
what could this be that i can`t ping the other. from my workstation i can ping both.
from both machine i can ping several others.
i ve also rebooted the backup machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 01:08 AM
05-07-2004 01:08 AM
Re: FTP problem
# /sbin/init.d/net stop
# /sbin/init.d/net start
also the inetd service
# /sbin/init.d/inetd stop
# /sbin/init.d/inetd start
and try again.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2004 01:18 AM
05-07-2004 01:18 AM
Re: FTP problem
but i`m sure this would help... anyway today`S friday i`m going to reboot the machine tomorrow there are not many people on it........
thank for your help