- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- 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
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
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
тАО06-24-2007 10:28 PM
тАО06-24-2007 10:28 PM
ftp service problem
when i check with
$ ucx show service ftp/full
the limit info is ;
Limit: 10 Active: 10 Peak: 10
when i disable / enable ftp service , active session begins to increase up to 10 and when it reaches to 10 ftp becomes unavailable.
i want to check the log file to find out what is causing this but when i try to read the log file UCX$FTPD.LOG;5044 under SYS$SYSDEVICE:[UCX$FTP] , it gives
$type UCX$FTPD.LOG
%TYPE-W-OPENIN, error opening SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD.LOG;5044 as input
-RMS-E-FLK, file currently locked by another user
error. this is because the service is using the file , how can i cutoff this log file without stopping the service. i have tried disabling the service then opening it and it didn't work ... thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 10:32 PM
тАО06-24-2007 10:32 PM
Re: ftp service problem
You should increase the service limit for FTP
ucx set service ftp/limit=200
for example, but then you will need to bump some quotas
What gives
$ ucx sh version ?
$ mc authorize sh ucx$ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 10:39 PM
тАО06-24-2007 10:39 PM
Re: ftp service problem
$ ucx sh version
DIGITAL TCP/IP Services for OpenVMS VAX Version V4.2
on a VAX 4000-106A running OpenVMS V7.1
Username: UCX$FTP Owner: UCX$FTP
Account: UCX$FTP UIC: [375,1] ([UCX$AUX,UCX$FTP])
CLI: DCL Tables: DCLTABLES
Default: SYS$SYSDEVICE:[UCX$FTP]
LGICMD: LOGIN
Flags: Restricted
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
Primary 000000000011111111112222 Secondary 000000000011111111112222
Day Hours 012345678901234567890123 Day Hours 012345678901234567890123
Network: ##### Full access ###### ##### Full access ######
Batch: ----- No access ------ ----- No access ------
Local: ----- No access ------ ----- No access ------
Dialup: ----- No access ------ ----- No access ------
Remote: ----- No access ------ ----- No access ------
Expiration: (none) Pwdminimum: 6 Login Fails: 0
Pwdlifetime: 90 00:00 Pwdchange: (pre-expired)
Last Login: (none) (interactive), 14-MAR-2007 19:22 (non-interactive)
Maxjobs: 0 Fillm: 50 Bytlm: 108000
Maxacctjobs: 0 Shrfillm: 0 Pbytlm: 0
Maxdetach: 0 BIOlm: 96 JTquota: 4096
Prclm: 2 DIOlm: 96 WSdef: 350
Prio: 8 ASTlm: 250 WSquo: 512
Queprio: 0 TQElm: 15 WSextent: 512
CPU: (none) Enqlm: 100 Pgflquo: 10240
Authorized Privileges:
NETMBX TMPMBX
Default Privileges:
NETMBX TMPMBX
we have 2 nodes running same application and on the other node the info is like below and there is no problem ;
$ ucx sho service ftp/full
Service: FTP
State: Enabled
Port: 21 Protocol: TCP Address: 0.0.0.0
Inactivity: 5 User_name: UCX$FTP Process: UCX$FTPD
Limit: 10 Active: 0 Peak: 11
something connects to server and could not bye and i want to find out what is going on ,for this i have to check the log file that i mentioned in my question. but i cnnot open it ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 10:51 PM
тАО06-24-2007 10:51 PM
Re: ftp service problem
$ BACK/IGN=INTER file.log tmp.file
$ TYPE tmp.file
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:01 PM
тАО06-24-2007 11:01 PM
Re: ftp service problem
Bump tqelm, bytlm and pgflquota of the ucx$ftp account, and restart ftp, so
mc authorize mod ucx$ftp/tqelm=bigger/pgflquo=bigger/bytlm=bigger
begin with 5 times the values posted.
Then stop and start ftp (when it is not a problem for other people)
$ @sys$startup:ucx$ftp_shutdown
$ @sys$startup:ucx$ftp_startup
Apply the last Eco for Ucx ( I think it is Eco 5)
ftp://ftp.itrc.hp.com/openvms_patches/archived_patches/vax7x.html
read first
ftp://ftp.itrc.hp.com/archived_patches/openvms_patches/vax/7.X/v7.0/tcpip/4.2/ucxvax_e05042.README
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:06 PM
тАО06-24-2007 11:06 PM
Re: ftp service problem
and then look at X.X
$ UCX SHO DEV /PORT=21 should also tell you, which session exist to the local FTP server.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:14 PM
тАО06-24-2007 11:14 PM
Re: ftp service problem
$ ucx sho dev /port=21
Port Remote
Device_socket Type Local Remote Service Host
bg7526 STREAM 21 37770 FTP xxx.xxx.xxx.xxx
bg7541 STREAM 21 37776 FTP xxx.xxx.xxx.xxx
bg7548 STREAM 21 37782 FTP xxx.xxx.xxx.xxx
bg7552 STREAM 21 37789 FTP xxx.xxx.xxx.xxx
bg7737 STREAM 21 48369 FTP xxx.xxx.xxx.xxx
bg9987 STREAM 21 0 FTP 0.0.0.0
$ ucx sho dev /port=21
Port Remote
Device_socket Type Local Remote Service Host
bg7526 STREAM 21 37770 FTP xxx.xxx.xxx.xxx
bg7541 STREAM 21 37776 FTP xxx.xxx.xxx.xxx
bg7548 STREAM 21 37782 FTP xxx.xxx.xxx.xxx
bg7552 STREAM 21 37789 FTP xxx.xxx.xxx.xxx
bg7737 STREAM 21 48369 FTP xxx.xxx.xxx.xxx
bg9987 STREAM 21 0 FTP 0.0.0.0
$ ucx disable service ftp
$ ucx sho dev /port=21
Port Remote
Device_socket Type Local Remote Service Host
bg7526 STREAM 21 37770 FTP xxx.xxx.xxx.xxx
bg7541 STREAM 21 37776 FTP xxx.xxx.xxx.xxx
bg7548 STREAM 21 37782 FTP xxx.xxx.xxx.xxx
bg7552 STREAM 21 37789 FTP xxx.xxx.xxx.xxx
bg7737 STREAM 21 48369 FTP xxx.xxx.xxx.xxx
bg9987 STREAM 21 0 FTP 0.0.0.0
$ ucx enable service ftp
$ ucx sho dev /port=21
Port Remote
Device_socket Type Local Remote Service Host
bg7526 STREAM 21 37770 FTP xxx.xxx.xxx.xxx
bg7541 STREAM 21 37776 FTP xxx.xxx.xxx.xxx
bg7548 STREAM 21 37782 FTP xxx.xxx.xxx.xxx
bg7552 STREAM 21 37789 FTP xxx.xxx.xxx.xxx
bg7737 STREAM 21 48369 FTP xxx.xxx.xxx.xxx
bg9987 STREAM 21 0 FTP 0.0.0.0
and the log file says ;
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
%UCX-E-FTP_GETHST, Error in getting host name
%RMS-E-RNF, record not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:17 PM
тАО06-24-2007 11:17 PM
Re: ftp service problem
%SYSTEM-F-NOLINKS, maximum network logical links exceeded
%UCX-E-FTP_GPRNAM, Error in getting peer name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:18 PM
тАО06-24-2007 11:18 PM
Re: ftp service problem
try< to find out, what's running on that remote node and causing the FTP sessions to be quickly consumed.
You might need to stop the FTP server process before re-starting FTP.
$ SHOW SYS/PROC=*FTP*
$ STOP/ID=
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:26 PM
тАО06-24-2007 11:26 PM
Re: ftp service problem
restart it by submiting
SYS$COMMON:[SYSMGR]UCX$FTPD_STARTUP.COM
in this case the account that ftp'es and gets files couldn't get files resides in its home folder. vms gave "could not create socket" error.
If i stop the process by pid id , how can i restart it ? by SYS$COMMON:[SYSMGR]UCX$FTPD_STARTUP.COM ? or is there anyway different ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:34 PM
тАО06-24-2007 11:34 PM
Re: ftp service problem
$ @ SYS$COMMON:[SYSMGR]UCX$FTPD_STARTUP.COM
or using the menu
$ @sys$startup:ucx$config
and take the option
"start ucx" or a similar text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:35 PM
тАО06-24-2007 11:35 PM
Re: ftp service problem
Then start FTP again using @SYS$STARTUP:UCX$FTPD_STARTUP
But be aware, that there seems to be some kind of problem with the FTP client application on that remote node.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:49 PM
тАО06-24-2007 11:49 PM
Re: ftp service problem
Any processes in state beginning with RW ? (e.g. RWAST)
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:02 AM
тАО06-25-2007 12:02 AM
Re: ftp service problem
a collegue of mine suggested to
SET EXECUTOR MAXIMUM LINKS 48
does this work ?
if so , at which promt should i run this command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:04 AM
тАО06-25-2007 12:04 AM
Re: ftp service problem
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:14 AM
тАО06-25-2007 12:14 AM
Re: ftp service problem
$SYS$COMMON:[SYSMGR]UCX$FTPD_SHUTDOWN.COM
$submit SYS$STARTUP:UCX$FTPD_STARTUP.COM
after this there was no process named UCX$FTPD , in place there was BATCH_78.
I think ftp service was running in a different manner and the account XXX could connect but that's all , it couldn't do anything even dir. you can see the process below.
331 Username XXX requires a Password
Password:
230 User logged in.
ftp> dir
200 PORT command successful.
425-Cannot create data socket.
425 insufficient privilege or object protection violation
what can be the problem ?
If i stop/start ftp by the same way again , probably the same thing would occur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:21 AM
тАО06-25-2007 12:21 AM
Re: ftp service problem
The procedure to start/stop FTP should be xxx$FTP_STARTUP.COM or xxx$FTP_SHUTDOWN.COM, but that file doesn't seem to exist on this old UCX V4.2 version.
Stop that batch process and try UCX ENA SERVICE FTP.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:21 AM
тАО06-25-2007 12:21 AM
Re: ftp service problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:33 AM
тАО06-25-2007 12:33 AM
Re: ftp service problem
I didn't run startup.com , this was the recent process.
for most recent problem
SYS$STARTUP:UCX$FTPD_SHUTDOWN.COM was worked and ftp deamon was killed.
SYS$STARTUP:UCX$FTPD_STARTUP.COM didn't work , after command i dropped
to $ promp without any error message but i couldn't see ftp deamon in sh
sys ...
after that i have run
submit SYS$STARTUP:UCX$FTPD_STARTUP.COM
then ftp service has started as batch job but as i mentioned ; while trying to ftp files vms gave error.
labadie ;
how can i run it by @ under system account ? should i login by SYSTEM or is there any parameter that i can use without knowing the password of SYSTEM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:46 AM
тАО06-25-2007 12:46 AM
Re: ftp service problem
Try to start the FTP service by:
$ UCX ENABLE SERVICE FTP
You don't have to do this under SYSTEM. UCX V4.2 does not seem to have a separate DCL procedure to start the FTP service.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 12:53 AM
тАО06-25-2007 12:53 AM
Re: ftp service problem
So if you can't get FTP to start again, you would need to completely shutdown UCX and start UCX again. This will most likely mean a reboot.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 06:08 PM
тАО06-25-2007 06:08 PM
Re: ftp service problem
the problem was encountered due to a problem related with network. today morning , when we came , we have seen that whole network was very slow and ntw team has told that a saturation has occured. there was connection timeouts or reply telegrams were too slow like 130ms - 150ms. and after all i saw that ftp on my healthy box was down , now i had 2 production servers whose ftp services were down. then the magic command came up @sys$system:shutdown ....
after boot everything is fine now. in this case i have to add network issues as a threat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 06:12 PM
тАО06-25-2007 06:12 PM
Re: ftp service problem
Then use UCX ENA SERVICE FTP
If this does not work and you want a supported and working way to stop and start FTP without a reboot, you might need to upgrade to a more recent version of TCPIP...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 08:51 PM
тАО06-25-2007 08:51 PM
Re: ftp service problem
what is the most updated version of ucx that can run on vms 7.1 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 09:18 PM
тАО06-25-2007 09:18 PM
Re: ftp service problem
UCX V4.2 - most recent is ECO 5
Kit name: UCXVAX_E05042
TCPIP V5.0 - most recent ECO 3
Kit name: TCPIPVAX_E03A50
TCPIP V5.1 was once supported on V7.1, but ECO 5 was only supported on V7.2 or higher.
Volker.