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-14-2003 08:19 AM
04-14-2003 08:19 AM
FTP
I'm execute different process from UNIX which connect via IIS at my server WINDOWS NT4.0.
The problem is the process FTP.
It's stop in the connection FTP and i don't know why?
Thanks for all informations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:24 AM
04-14-2003 08:24 AM
Re: FTP
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:25 AM
04-14-2003 08:25 AM
Re: FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:26 AM
04-14-2003 08:26 AM
Re: FTP
I don't know where are logs file from ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:29 AM
04-14-2003 08:29 AM
Re: FTP
top
ps -ef | grep ftp
FTPD logs I guess would be on your ftp server (NT)
What is your script/process name?
What does it try to do?
Can you cut and paste the FTP bit?
netstat -an
to check active network sockets/ports.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:38 AM
04-14-2003 08:38 AM
Re: FTP
The message in NT4.0 log is
"Delay expired after 900 sec"
But some times it's.
For example (my script) :
And search 'The problem is in this session'.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:41 AM
04-14-2003 08:41 AM
Re: FTP
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:48 AM
04-14-2003 08:48 AM
Re: FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:56 AM
04-14-2003 08:56 AM
Re: FTP
This being said, make sure it's not a network issue on the Unix side. Scan syslog and look for errors, if none are around, run
netfmt -t 40 -f /var/adm/nettl.LOG00|more
If there are no disconnects there, then it's an NT problem.
If the problems are in Unix, check the wiring and port on the switch.
If it's NT, good luck. The system will not log normal errors like dropping the LAN interfaces (which occurs periodically on every NT machine I have ever seen, some more common than others). You may get some success by re-installing your network interfaces and making sure that they are certified and compliant with microsloth standards.
Win2K also drops connections periodically for no known reason. This is most notable on a non microsloth host, and usually occurs when netbios is very busy with calls.
regards,
Shannon