- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Having trouble renaming file within VMS 7.3-2
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
02-06-2006 08:16 AM
02-06-2006 08:16 AM
I'm having little trouble renaming a file from my home directory sys$login to another directory. Does this have anything to do with
OSD-5??
Thanks,
J
Crow-TBC> rename TEST1.TXT;1 disk23:[crow_archive]TEST1.TXT;* /log
%RENAME-E-NOTRENAMED, DISK5:[USER.XXX]TEST1.TXT;1 not renamed
-RENAME-E-NOTSAMEDEV, Cannot RENAME to a different device
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 08:23 AM
02-06-2006 08:23 AM
SolutionSYS$LOGIN seems to be DISK5:[USER.XXX], and you try to rename to another device (disk23). And that cannot be done by RENAME. You have to copy and delete the original.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 10:39 AM
02-06-2006 10:39 AM
Re: Having trouble renaming file within VMS 7.3-2
$ backup TEST1.TXT;1 disk23:[crow_archive]TEST1.TXT; /log /verify /delete /new
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 11:45 AM
02-06-2006 11:45 AM
Re: Having trouble renaming file within VMS 7.3-2
We can rename dirs/files within the same disk device only. If we want to move the files to difft disk, then as William and Bob said, we have to use use copy/delete or backup for this purpose.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 02:50 PM
02-06-2006 02:50 PM
Re: Having trouble renaming file within VMS 7.3-2
Thanks so much for fast responses.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2006 02:53 PM
02-06-2006 02:53 PM