- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: copy/ftp
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
10-19-2004 04:08 AM
10-19-2004 04:08 AM
The command I use is
copy/ftp xx.txt server"username password"::"dir"
But I get the error "no logical name match"
I can ftp onto the server, enter the user name and password, CD to the correct directory and then PUT the files. It only fails when I do the copy/ftp command.
The Alpha is running VMS V7.3-1 and TCPIP V5.3 ECO4
Thanks for any help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 04:47 AM
10-19-2004 04:47 AM
Re: copy/ftp
You might want to try the /verbose qualifier to see if that tells you anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 05:47 AM
10-19-2004 05:47 AM
Re: copy/ftp
I guess your command has a syntax error; may be in dir component if you are using vms convention.
Example of wrong command:
$ COPY/FTP XX.TXT W2K3"USER PWD"::"[TEMP]"
Example of right command:
$ COPY/FTP XX.TXT W2K3"USER PWD"::"\TEMP"
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 05:48 AM
10-19-2004 05:48 AM
Re: copy/ftp
don't forget you could use /NOSTRU qualifier.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:43 AM
10-19-2004 08:43 AM
Re: copy/ftp
If Craigs and Antonios sugestions have not work, can you post the exact copy of the error you received?
Try to copy with a command without the output file specification:
copy/ftp xx.txt server"username password"::
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:28 PM
10-19-2004 08:28 PM
Re: copy/ftp
$ copy/ftp/verbose file.txt
server"domain\user pwd"::"c:\dir\file.txt"
hth,
HF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:33 PM
10-19-2004 08:33 PM
Re: copy/ftp
copy/ftp *.txt servername"username password"::"\didata"
Error: %SYSTEM-F-NOLOGNAME, no logical name match.
If I use /verbose and /nostruvms, or leave off the directory name at the end, I get exactly the same response.
I have also found that if I put in an incorrect username and password or even use a server name that doesn't exist, I still get the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:40 PM
10-19-2004 08:40 PM
Re: copy/ftp
I have just tried your suggestion and received the exact same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:43 PM
10-19-2004 08:43 PM
Re: copy/ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 08:53 PM
10-19-2004 08:53 PM
Re: copy/ftp
"OPENVMS$FTP" = "SYS$SYSTEM:TCPIP$FTP_CLIENT.EXE" (LNM$SYSTEM_TABLE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:01 PM
10-19-2004 09:01 PM
Re: copy/ftp
Try to look at the OPENVMS$FTP logical name. Is that logical name defined? Where is pointing? If you do a DIR OPENVMS$FTP did you receive something like this:
Directory SYS$COMMON:[SYSEXE]
TCPIP$FTP_CLIENT.EXE;1
Total of 1 file.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:12 PM
10-19-2004 09:12 PM
Re: copy/ftp
I have also found that if I put in an incorrect username and password or even use a server name that doesn't exist, I still get the same error.
if you receive same error on wrong server means trouble is local. The logical name is right (it's the same on my system).
Can you copy onto your same system?
Example:
$ COPY/FTP XX.TXT -
LOCALHOST"user pwd"::"[DIR]"
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:30 PM
10-19-2004 09:30 PM
Re: copy/ftp
I definitely type to slow ;)
Ftp can have many logical names to adjust its work. So check all the TCPIP$FTP* logical names. Check also the SYS$LOGIN and SYS$DISK logical name.
And did you try Antonios sugestion?
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:40 PM
10-19-2004 09:40 PM
Re: copy/ftp
username ?
On XP i cannot specify the directory.
It is defined in the properties of
IIS ftp server.
Just specifying the file name works :
$copy /ftp/verbose login.com 11.132.69.2"domain\faris Password"::"test" Passive is ON.
220 Microsoft FTP Service Connected to dhcp-11-132-69-2.xxx.yy.com.
331 Password required for domain\faris.
230 User domain\faris logged in.
227 Entering Passive Mode (11,132,69,2,17,124).
125 Data connection already open; Transfer starting.
226 Transfer complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:57 PM
10-19-2004 09:57 PM
Re: copy/ftp
Can you post a
$ set watch file /class=major
$ copy/ftp ...
/HF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 10:53 PM
10-19-2004 10:53 PM
Re: copy/ftp
$ copy/ftp login.com hayesfuelsmf"user pass"::"\didata"
%XQP, Thread #0, Access FDLSHR.EXE;1 (2131,2,0) Status: 00000001
%XQP, Thread #0, Access (0,0,0) Status: 00000910
%XQP, Thread #0, Access DECC$SHR.EXE;1 (6508,3,0) Status: 00000001
%XQP, Thread #0, Control function (6508,3,0) Status: 00000001
%XQP, Thread #0, Deaccess (6508,3,0) Reads: 2, Writes: 0, Status: 00000001
%XQP, Thread #0, Access (0,0,0) Status: 00000910
%XQP, Thread #0, Access TCPIP$ACCESS_SHR.EXE;1 (14886,54,0) Status: 00000001
%XQP, Thread #0, Control function (14886,54,0) Status: 00000001
%XQP, Thread #0, Deaccess (14886,54,0) Reads: 2, Writes: 0, Status: 00000001
%XQP, Thread #0, Lookup (9158,675,0) Status: 00000001
%XQP, Thread #0, Access DECC$SHR_EV56.EXE;1 (9158,675,0) Status: 00000001
%XQP, Thread #0, Control function (9158,675,0) Status: 00000001
%XQP, Thread #0, Deaccess (9158,675,0) Reads: 12, Writes: 0, Status: 00000001
%XQP, Thread #0, Access SYS$PUBLIC_VECTORS.EXE;1 (6534,3,0) Status: 00000001
%XQP, Thread #0, Lookup (6534,3,0) Status: 00000001
%XQP, Thread #0, Access SYS$PUBLIC_VECTORS.EXE;1 (6534,3,0) Status: 00000001
%XQP, Thread #0, Control function (6534,3,0) Status: 00000001
%XQP, Thread #0, Deaccess (6534,3,0) Reads: 4, Writes: 0, Status: 00000001
%XQP, Thread #0, Lookup (9249,938,0) Status: 00000001
%XQP, Thread #0, Access UCX$IPC_SHR.EXE;1 (9249,938,0) Status: 00000001
%XQP, Thread #0, Control function (9249,938,0) Status: 00000001
%XQP, Thread #0, Deaccess (9249,938,0) Reads: 3, Writes: 0, Status: 00000001
%SYSTEM-F-NOLOGNAM, no logical name match
%XQP, Thread #0, Deaccess (6534,3,0) Reads: 0, Writes: 0, Status: 00000001
%XQP, Thread #0, Deaccess (2131,2,0) Reads: 7, Writes: 0, Status: 00000001
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:17 PM
10-19-2004 11:17 PM
Re: copy/ftp
Comparing yours output from the set watch file /class=major, I see that the next file open on my system is TCPIP$HOSTS.DAT. So check the logical name (and the file) TCPIP$HOSTS.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:32 PM
10-19-2004 11:32 PM
Re: copy/ftp
"TCPIP$HOST" = "SYS$COMMON:[SYSEXE]TCPIP$HOST.DAT;1" (LNM$SYSTEM_TABLE)
I have looked at the contents of TCPIP$HOST.DAT and it all looks ok. I have noticed however, that the Alpha TCPIP hostname in this file is not the same as the Alpha system name, could this be a problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:46 PM
10-19-2004 11:46 PM
Re: copy/ftp
$ deass /sys /exe "TCPIP$INET_HOST"
$ copy /ftp/verbose login.com - 151.10.9.2"domain\faris Password"::test
%SYSTEM-F-NOLOGNAM, no logical name match
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:47 PM
10-19-2004 11:47 PM
Re: copy/ftp
show log *inet* shows that no logicals are defined. (I compared it with another Alpha that has these logicals defined)
Any suggestions as to how these logicals get
defined?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 12:02 AM
10-20-2004 12:02 AM
Re: copy/ftp
It seems that you have similar problems which are described in this thread. Take a look:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=717760
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 12:11 AM
10-20-2004 12:11 AM
Re: copy/ftp
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:04 AM
10-20-2004 02:04 AM
Re: copy/ftp
sys$manager:tcpip$config.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 02:07 AM
10-20-2004 02:07 AM
Re: copy/ftp
was not defined. I ran the config procedure again and this set up the logicals, and now
my copy/ftp works.
Thanks everyone