- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: copying data with rights and protection intact...
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
01-11-2006 03:33 AM
01-11-2006 03:33 AM
IS it possible to copy files and structure from DIsk on 6.2 system with all protections and rightlist information intact onto the 8.2 system?
Is it possible to use BACKUP to backup disk from the 6.2 host into save-sets on the 8.2 host disks?
Thx
CLayton
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 04:22 AM
01-11-2006 04:22 AM
Re: copying data with rights and protection intact accross remote nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 06:41 AM
01-11-2006 06:41 AM
Re: copying data with rights and protection intact accross remote nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 08:24 AM
01-11-2006 08:24 AM
Re: copying data with rights and protection intact accross remote nodes?
you can try some related info here under the subtitle of
B.1 Building a Common SYSUAF.DAT File
B.2 Merging RIGHTSLIST.DAT Files
http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_023.html#build_uaf_upgrade
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 08:53 AM
01-11-2006 08:53 AM
Re: copying data with rights and protection intact accross remote nodes?
"VMS guide to system security" says that BACKUP of RIGHTSLIST.database will not be correct even if we use /IGNORE=INTERLOCK qualifier in the backup command as RIGHTSLIST database is one of the VMS CORE files which should be open always.
And the manual says RIGHTSLIST database cannot be recovered from a BACKUP copy.
So better
1. CREATE RIGHTSLIST database
2. ADD/IDENTIFIER to generate UIC for each user in SYSUAF.database.
3, Redefine the holders of the identifiers with GRANT/IDENTIFIER commands.
I saw your couple posting on this same topic earlier, I guess this is best way as per the the manual.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 09:08 AM
01-11-2006 09:08 AM
Re: copying data with rights and protection intact accross remote nodes?
A consistent copy of active SYSUAF.DAT and RIGHTSLIST.DAT (and other permanently opened files) can be made by
$ CONVERT/SHARE
and then copying temp-file.
(see the MANY postings on this and related subjects by Mr. RMS himself, Hein van den Heuvel)
Proost.
Have one on me.
Jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 09:31 AM
01-11-2006 09:31 AM
Re: copying data with rights and protection intact accross remote nodes?
Yes, Jan. Clayton can use CONVERT/SHARE to a copy of rightslist file, and he already mentioned in his previous posting that he used COPY command and it worked for him.
I never tried BACKUP?, our docs also says backup/restore can't be the best way.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 06:46 PM
01-11-2006 06:46 PM
Re: copying data with rights and protection intact accross remote nodes?
IMHO there is very little write/update activity on RIGHTSLIST on a normal system. So when you take this backup on a system which is not doing anything else, the chance that you wind up with an unusable RIGHTSLIST file is very slim.
OK, the documentation is correct. There is a chance that something goes wrong. In practice, if you know what you are doing, just do it!
Regards,
Bart Zorn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:15 PM
01-11-2006 11:15 PM
Re: copying data with rights and protection intact accross remote nodes?
yes, BACKUP can save original owner-UIC of file (Did you mean this as "righlist information"?). The best solution is to use the same user with the same UIC on both systems for owner of the saved file. If user of orig. UIC doesn't exist, you'll see only UIC-num as owner of file. You can use parameter /BY_OWNER=ORIGINAL into your BACKUP comands for backup and restor (or /BY_OWNER=['actual_uic'] for restore command).
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:19 AM
01-13-2006 03:19 AM
Re: copying data with rights and protection intact accross remote nodes?
Thx
Clayton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:24 AM
01-13-2006 03:24 AM
Re: copying data with rights and protection intact accross remote nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:28 AM
01-13-2006 03:28 AM
Re: copying data with rights and protection intact accross remote nodes?
Thx
Clayton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:37 AM
01-13-2006 03:37 AM
Re: copying data with rights and protection intact accross remote nodes?
/BY_OWNER as an output qualifier is a silly name (IMO), because it changes the ownership of all files created.
I say silly, because, prior to VAX/VMS V5.0 we had the /OWNER qualifier with the same functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:48 AM
01-13-2006 03:48 AM
Re: copying data with rights and protection intact accross remote nodes?
No /BY_OWNER is a file selection qualifier.
Backup always preserves the security info in the backup saveset.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 04:58 AM
01-13-2006 04:58 AM
Re: copying data with rights and protection intact accross remote nodes?
Does the security permissions automatically restore or is there a switch or qualifier that will do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 05:02 AM
01-13-2006 05:02 AM
Re: copying data with rights and protection intact accross remote nodes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:07 AM
01-16-2006 05:07 AM
Re: copying data with rights and protection intact accross remote nodes?
One little quirk!
I backup from the 6.2 system:
backup /verify /record /ignore=(interlock) device:[*...] userdata:[username]file.bck /saveset
I copy the file to the 8.2 system then restore the data:
device:[backups]file.bck.bck/saveset device:[newdir...] /by_owner=original
All the files and and directories retain there ownership and the ACLS
EXCEPT!
All the directories at the root of newdir.
All device:[newdir.*] retain ownership but not the ACLS. All device[newdir.*.*] do have ACLs retained, all files have ACLs retained?
ANy ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 06:06 AM
01-16-2006 06:06 AM
Re: copying data with rights and protection intact accross remote nodes?
And then restore data saveset with the [...]
output specification:
backup /verify /record /ignore=(interlock) device:[000000]*.dir userdata:[username]rootdirfile.bck /saveset
backup /verify /record /ignore=(interlock) device:[*...] userdata:[username]file.bck /saveset
I copy the file to the 8.2 system then restore the data:
then first restore the root tree structure:
device:[backups]rootdirfile.bck.bck/saveset device:[newdir] /by_owner=original
This gives the root directories with ACLS
then restore all files by command:
device:[backups]file.bck.bck/saveset device:[newdir...] /by_owner=original
IS the the best solution?
Thx
Clayton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 06:58 AM
01-16-2006 06:58 AM
Re: copying data with rights and protection intact accross remote nodes?
IS the the best solution?
I don't know if it is THE best solution, but it sure is a GOOD solution, and it is straightforward.
Success!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 07:07 AM
01-16-2006 07:07 AM
Re: copying data with rights and protection intact accross remote nodes?
Thx for all feedback, as always every contribution was very helpful in learning about the topic at hand and OPENVMS as well.
CLayton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 07:07 AM
01-16-2006 07:07 AM
Re: copying data with rights and protection intact accross remote nodes?
backup /verify /record /ignore=(interlock) device:[000000]*.dir userdata:[username]
perhaps it is better to /EXCLUDE 000000.DIR here.
All kinds of strange effects can occur if you create a 000000.DIR in your MFD.
The one you (and a BACKUP command!) normally see there is in fact a self-reference, but upon restore sometimes (and I still have not found out exactly WHEN and WHEN NOT) a real one gets created. Better safe than sorry!
As an aside: what goal is served here by /RECORD?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 07:16 AM
01-16-2006 07:16 AM
Re: copying data with rights and protection intact accross remote nodes?
I had the 000000 problem when I restored the *.dir saveset with [newdir...] output qualifier but not with the [newdir] qualifier. I shall use the /exclude qualifier.
Thanks Again
Clayton