- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in moving a file
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
11-18-2004 05:03 PM
11-18-2004 05:03 PM
Error in moving a file
mv: POST011-200_0446_PR0138_20041118_125135.txt: cannot unlink: No such file or directory
The file was there and I have no idea about the error.
Maximum point for all correct replies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:18 PM
11-18-2004 05:18 PM
Re: Error in moving a file
It seems this file is sym link and source file is no more present.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:26 PM
11-18-2004 05:26 PM
Re: Error in moving a file
Perhaps the link was circular.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 05:51 PM
11-18-2004 05:51 PM
Re: Error in moving a file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:06 PM
11-18-2004 06:06 PM
Re: Error in moving a file
# ll POST011-200_0446_PR0138_20041118_125135.txt
then, make a symbolic link from your target dir:
# ln -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:52 PM
11-18-2004 06:52 PM
Re: Error in moving a file
would the file by any chance be physically located in an NFS mounted directory?
Just a thought...
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 06:55 PM
11-18-2004 06:55 PM
Re: Error in moving a file
The file is located in Windows 2003 server. I've used CIFS client to mount it to my HP-UX server.
Fernan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 07:00 PM
11-18-2004 07:00 PM
Re: Error in moving a file
I must admit that I know very little about NFS, but my guess is that the user who tried to delete the file does not have the proper rights to do so on the windows server. Can that be checked?
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 10:27 PM
11-18-2004 10:27 PM
Re: Error in moving a file
what is the result of those commands ?
ls -l POST*
id
(in the directory)
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 12:42 AM
11-19-2004 12:42 AM