- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: FTP service 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
02-21-2006 11:45 PM
02-21-2006 11:45 PM
FTP service problem
I have a problem with TCPIP where the FTP service sometimes doesn't start after a reboot. I found the following document in another thread
http://h18000.www1.hp.com/support/asktima/communications/CHAMP_SRC960729007492.html
Within this document it says to run
SYS$MANAGER:TCPIP$SERVICE_SETUP.COM
This command file doesn't exist on my system.
Neither do the files
TCPIP$FTPC.EXE or TCPIP$FTPD.EXE
which it suggests to check their permissions.
Does anyone know why these dont exist?
The version I'm running is TCPIP 5.4 ECO4
(VMS 7.3-2)
Thanks,
Gerry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:25 AM
02-22-2006 12:25 AM
Re: FTP service problem
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:33 AM
02-22-2006 12:33 AM
Re: FTP service problem
these file have changed their names in recent versions of TCPIP:
$ DIR SYS$SYSTEM:TCPIP$*FTP*.EXE
Did you check OPERATOR.LOG for error messages during TCPIP startup ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:54 AM
02-22-2006 12:54 AM
Re: FTP service problem
"SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG".
Not that it matters here, but ECO 5 is current.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 02:14 AM
02-22-2006 02:14 AM
Re: FTP service problem
On TCPIP 5.4 ECO4 files
SYS$MANAGER:TCPIP$SERVICE_SETUP.COM, TCPIP$FTPC.EXE and TCPIP$FTPD.EXE
does not exits.
Files for FTP are on SYS$SYSTEM.
You need use SYS$MANAGER:TCPIP$CONFIG.COM to configure FTP on your node and add
@SYS$STARTUP:TCPIP$STARTUP.COM
on your SYSSTARTUP_VMS.COM file
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 03:46 AM
02-22-2006 03:46 AM
Re: FTP service problem
FTP is enabled and started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 03:54 AM
02-22-2006 03:54 AM
Re: FTP service problem
opposite of "stopped". Why do you say that
it's stopped (or not started)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 04:52 AM
02-22-2006 04:52 AM
Re: FTP service problem
check FTP service is enabled using...
$TCPIP show service FTP
if you don't see the STATE is enabled, try
$TCPIP enable service FTP
if you continue having the problem, then as per Mr.Dan suggestion, better start cinfigure TCPIP using
$ sys$manager:TCPIP$config
To start automatically when the system starts up, and to stop automatically when the system shuts down, edit the SYS$COMMON:[SYSMGR]SYSTARTUP_VMS.COM file and uncomment the following line:
$!$ @SYS$STARTUP:TCPIP$STARTUP.COM
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 09:12 PM
02-22-2006 09:12 PM
Re: FTP service problem
Are you used SYS$MANAGER:TCPIP$CONFIG to "enable and start" FTP client and FTP server?.
In this case you can display with INSTALL LIST command these images:
TCPIP$FTP_CHILD;1
Open Hdr Shared Prv
TCPIP$FTP_CLIENT;1
Open Hdr Shared
TCPIP$FTP_SERVER;1
and using SHO SYS command a process with name:
TCPIP$FTP_1
Saludos.
Daniel.