Operating System - HP-UX
1833471 Members
2749 Online
110052 Solutions
New Discussion

Ftp / rcp does not find files

 
SOLVED
Go to solution
Shuky bendek
New Member

Ftp / rcp does not find files

Hi,

I have a problem that sometimes the commands ftp / rcp do not find the files I want to copy from a remote server.
The files exist but I get a "no match" error.
(Hp - UX 11 Servers)
Sometimes it works and other times it doesn't. We copy files every night and there is no pattern in what days it works and what days it doesn't.

Please if anybody has any clue.

Regards,

Oded
6 REPLIES 6
John Carr_2
Honored Contributor

Re: Ftp / rcp does not find files

Hi

Have you checked the file permissions on the files which did not copy to make sure they have read permissions.

John.
Clemens van Everdingen
Honored Contributor

Re: Ftp / rcp does not find files

Hi,

Try adding -l and -v flags to the ftpd command in /etc/inetd.conf.
This will log every ftp command received in /var/adm/syslog/syslog.log.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Deepak Extross
Honored Contributor
Solution

Re: Ftp / rcp does not find files

umm, are you sure the files are present on the host *before* you start the ftp/rcp?
Clemens van Everdingen
Honored Contributor

Re: Ftp / rcp does not find files

Hi,

Are you using a script to ftp/rcp those files ?

If yes: does it work if you do it manual ?

If not check your patch level for:
s700_800 11.00 libc cumulative patch

As from PHCO_22923 there was a issue with no_match.

Install possible the latest one would help you out.
Latest is: PHCO_25707

You should install this one with the dependencies:

PHCO_23436 cumulative SAM/ObAM patch
PHCO_23651 fsck_vxfs(1M) cumulative patch
PHCO_23963 libc cumulative header file patch
PHKL_18543 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
PHKL_20016 2nd CPU not recognized in G70/H70/I70
PHKL_22677 fix of getdirentries, MVFS, rcp, mmap & IDS
PHKL_24027 VxFS 3.1 cumulative patch
PHKL_25906 Probe,IDDS,PM,VM,PA-8700,asyncio,T600,FS
PHKL_26059 syscall, signal, umask cumulative patch

Leave your options as they are during swinstall.
Some patches might be already on your system.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Shuky bendek
New Member

Re: Ftp / rcp does not find files

Thank you all for your help.

I double checked and found that I got a little mixed up :

In the process I compress the files. The compress does not change the date of the files. So I was miss lead to believe that the files reside on the server with the extension .Z at a certian time when they actualy didn't.

After all the process finished (Later then shown) the compress was activated.

I searched for *.Z when *.txt existed.

Thanks again for showing me the way.....

Not all problems are always technical .....

Regards,

Oded
Clemens van Everdingen
Honored Contributor

Re: Ftp / rcp does not find files

Hi,

Since you are not a heavy user of the forum, please read the following thread, if you find the time.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !