- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: default protection and backup
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
08-28-2006 10:05 PM
08-28-2006 10:05 PM
I have files created with a UIC-based protection (s:wred, o:rwed, g:re, w:), owned by SYSTEM. In a batch procedure run under a system account,these files are copied to another location using BACKUP:
$ BACKUP/LOG/BY_OWNER=
The destination directory has a default protection specified: (DEFAULT_PROTECTION,SYSTEM:RWEDC,OWNER:RWEDC,GROUP:RWE,WORLD:RE).
I expect that the UIC-base protection defined on the directory is used, but it seems that this DEFAULT_PROTECTION is bypassed, and the original UIC-based protection is copied.
OpenVMS Developer & System Manager
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 10:27 PM
08-28-2006 10:27 PM
Re: default protection and backup
Did you hacve sysprv or where you logged in as the owner ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 10:35 PM
08-28-2006 10:35 PM
Re: default protection and backup
Using the COPY utility in the opposite the new file takes the default protection.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 11:50 PM
08-28-2006 11:50 PM
Re: default protection and backup
Found no way of creating the files with backup and following the acl protection.
New for me (newbe in acl's) is that you can do your backup and do
$ set sec/def *.*.*.
This works but modifies the mod date of the files.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 12:27 AM
08-29-2006 12:27 AM
Re: default protection and backup
But note that acl's are NOT copied when using /interchange. And check help backup/int : I don't understand the first remark.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 12:39 AM
08-29-2006 12:39 AM
Re: default protection and backup
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 01:54 AM
08-29-2006 01:54 AM
Re: default protection and backup
Example of how to "select by name" ?
I always seem to get the empty directory too.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 04:58 AM
08-29-2006 04:58 AM
Re: default protection and backup
have you ever looked at a Backup output qual /BY_OWN=parent?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 06:00 PM
08-29-2006 06:00 PM
Re: default protection and backup
tested it. Doesn't work either.
BTW : set priv/def *.* preserves acl's copied by backup.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 11:07 PM
08-29-2006 11:07 PM
Re: default protection and backup
Some have appearently assumed ACL on the files themselves. That is _not_ the case: nor sorce, nor destination carry ICL protection. According the manula, setting a default protection for all files in a directory is to specify THAT directory with the given ACE.
Another point is that the creation date needs to be preserved (preferrably).
Karl: Copy is not a real option: it can concern a number of files in one go, and some files can be locked at the time of copy. BACKUP/IGNORE=INTERLOCK solves this issue - and since it are all sequential files used for reference only (log files, to be precise) I don't bother on missing data ;-)
Jan: The destination owner is _not_ SYSTEM, but an normal user (used for general puposes). That's why I put /BY_OWNER=
Volker: Might be the solution if the creation date/time is preserved.
I will implement the solutions this week.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:27 PM
08-30-2006 07:27 PM
Re: default protection and backup
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 08:04 AM
10-08-2006 08:04 AM
Re: default protection and backup
OpenVMS Developer & System Manager