- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TCPIP Services
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
06-04-2007 04:43 AM
06-04-2007 04:43 AM
TCPIP Services
No Services are running, FTP not but TELENET is ok.
TCPIP Config, Client and Server shows selected services enabled and started.
tcpip show service : Shows services disabled.
Sho system/network : No entries an empty list.
Started the BIND proces, but it informs that BIND has already started.
tcpip show host : all host are there.
tcpip show route : routs are correct.
try telent from other nodes - works
try FTP from other nodes ->
%TCPIP-E-FTP_NETERR, I/O error on network device
-SYSTEM-F-REJECTED, connect to network object rejected.
IS this a faulty piece of hardware, if so why does TELNET work?
DECNET functions ok.
Anybody with some ideas please ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:52 AM
06-04-2007 04:52 AM
Re: TCPIP Services
You can just do
$ reply/enable=netw
and do again a ftp from a remote site to trigger the error message.
Can you post the end of the ftp log file,
sys$sysdevice:[tcpip$ftp]tcpip$ftp_run.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:59 AM
06-04-2007 04:59 AM
Re: TCPIP Services
check the FTP server logfile -
Directory SYS$SYSDEVICE:[TCPIP$FTP]
TCPIP$FTP_RUN.LOG;96
and look for any errors. Also check ownership of the directory and any LOGIN.COM (including SYLOGIN) involved.
Common problems can often result from changes to SYLOGIN.COM which have not allowed for non-interactive logins (i.e doing "set term/inq").
You could also look at the accounting log to see what the final exit status of the TCPIP$FTP_1 process was.
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 05:01 AM
06-04-2007 05:01 AM
Re: TCPIP Services
DECnet is unrelated to telnet and to FTP and to IP in general, though that it functions end-to-end does indicate that the controllers and driver stacks and the interstitial cloud are operational.
That telnet operates implies that TCP/IP Services itself is basically working.
For inbound telnet or FTP into a node, have the telnet or FTP server (daemon) is enabled and then restart TCP/IP Services. For outbound telnet or FTP, enable the associated client is enabled and then restart TCP/IP Services.
Do also ensure that telnet and/or FTP is started on both ends of the connection.
And once you get this all going and if you're not already familiar with and using it, see COPY/FTP; I've a write-up on that here http://64.223.189.234/node/136 and/or the details in the OpenVMS documentation set. COPY/FTP makes FTP easier to use, and easier to incorporate into DCL command procedures.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 06:49 PM
06-04-2007 06:49 PM
Re: TCPIP Services
TCPIP$FTP_RUN.log - just one entry as follows:
%DCL-E-OPENIN, error opening SYS$SYSROOT:[SYSMGR]INIT_JOURNAL.COM ; File exists SHO SEC :
dir : (s:rwe,o:rwe,g:re,w:re) ACL - empty
file : (s:rwe,o:rwe,g:re,w:) ACL - empty
Have tried restart of FTP makes no change, tried it by com file and via config appl.
The operator.log file has many entries : one is as follows INTERnet ACP Error durring process startup - FTP Server.
I cant post this file as FTP is us, ie internet not on my VMS network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:10 PM
06-04-2007 08:10 PM
Re: TCPIP Services
It's unusual, that you see the error message %DCL-E-OPENIN, error opening SYS$SYSROOT:[SYSMGR]INIT_JOURNAL.COM
Do a TCPIP SHO SERVICE FTP/FULL
There you should see the following:
Service: FTP
State: Enabled
Port: 21 Protocol: TCP Address: 0.0.0.0
Inactivity: 5 User_name: TCPIP$FTP Process: TCPIP$FTP
Limit: 1000 Active: 0 Peak: 1
File: TCPIP$SYSTEM:TCPIP$FTP_RUN.COM
Flags: None
Socket Opts: Rcheck Scheck
Receive: 0 Send: 0
Log Opts: Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
File: SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG
Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
The Commandfile SYS$COMMON:[SYSEXE]TCPIP$FTP_RUN.COM will executed if you start a FTP transfer. It may be that somebody changed the file for the FTP service from TCPIP$FTP_RUN.COM to SYS$SYSROOT:[SYSMGR]INIT_JOURNAL.COM, or somebody applied changes to TCPIP$FTP_RUN.COM
So first check the FTP Service and the file called by it.
Hope that helps
Regards
Geni
*** In your forum profile we can see the following:
I have assigned points to 0 of 19 responses to my questions.
It would be nice, if you can find the time to assign points to those people who helped you with their answers.........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:31 PM
06-04-2007 08:31 PM
Re: TCPIP Services
I tried to set the file of ftp to init_journal.com. On 5.3 / 7.3. This resulted in a log file saying "error activating init_journal.exe (I set it to .com !!!).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:41 PM
06-04-2007 08:41 PM
Re: TCPIP Services
Isn't there a part missing ? "as input" ?
Is it possible that someone modified the startup file to log something. It could be an open in dcl or a @init_journal.com or something like that.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:41 PM
06-04-2007 08:41 PM
Re: TCPIP Services
TCPIP sho serv ftp/full gives just a few lines:
Port 21 that's ok, I know that, but :
state disabled, protocol tcp address 0.0.0.0
user name - undefined ?? process tcpip$ftp
Have tried to redefine FTP using CONFIG.
History, I have installed the system, setup DECNET and I thought TCPIP, have not changed any system files except sylogin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:47 PM
06-04-2007 08:47 PM
Re: TCPIP Services
FTP-E-NETERR, SYSTEM-F-REJECT Errors Using Inbound FTP
http://h18000.www1.hp.com/support/asktima/communications/CHAMP_SRC960729007492.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:51 PM
06-04-2007 08:51 PM
Re: TCPIP Services
How do I check the FTP Service and the file that is called?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 08:57 PM
06-04-2007 08:57 PM
Re: TCPIP Services
it seems for me, that Ftp is not configured propperly.
If yoe enter
$ tcpip sho conf ena service
can you see FTP?
It could help to do the following (Be carefull in case this is a production machine and take care if this machine belongs to a cluster):
Remove the TCPIP$FTP Account from SYSUAF. Then use SYS$STARTUP:TCPIP$CONFIG to disable the Service ftp for the local node.
Finnaly use TCPIP$CONFIG to reenable the Service FTP. After this FTP should be configured propperly and should work.
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:00 PM
06-04-2007 09:00 PM
Re: TCPIP Services
*** How do I check the FTP Service and the file that is called? ***
$ TCPIP sho service ftp/full
on Line nr. 8 of the output you can see
File: TCPIP$SYSTEM:TCPIP$FTP_RUN.COM
If there is another file defined, then this could be your problem
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:32 PM
06-04-2007 09:32 PM
Re: TCPIP Services
Did user removal and the disable reenable, no difference, sho serv tcp/ip only shows 2 lines so I cannot find the file. Anyway the file exists and contains "run ftp_server.exe" but it looks as if it doesnt get called. As I said before in the config all services required are enabled started but show sys/net has zero lines and tcpip sho serv all required is disabled.
Also the INSTALL list/full tcpip$ftpc & ftpd are not found. I really dont want to re-install TCPIP, any other things I can look at?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:36 PM
06-04-2007 09:36 PM
Re: TCPIP Services
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:39 PM
06-04-2007 09:39 PM
Re: TCPIP Services
$ mc authorize sh tcpip$ftp
$ dir/sec sys$sysdevice:<000000>tcpip$ftp.dir
$ dir/sec sys$sysdevice:
DO you have a sys$manager:sylogin.com (or follow the logical sys$sylogin) with specific things inside ?
Can you login with the user tcpip$ftp if you change the password/acces restrictions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:46 PM
06-04-2007 09:46 PM
Re: TCPIP Services
do you have a valid license for tcpip?
e.g. NET-APP-SUP-400
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:51 PM
06-04-2007 09:51 PM
Re: TCPIP Services
I think so its : NET-APP-SUP-200 not 400 but does this make a difference.
tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:50 PM
06-04-2007 10:50 PM
Re: TCPIP Services
Thanks, the problem was in the sylogin.com, there was incorrect logic and the startup/login of TCPIP services was falling in a black hole, thanks for all your help, I have gained a lot.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:51 PM
06-04-2007 10:51 PM
Re: TCPIP Services
Thanks everybody.