- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Changing Disk volume ownership
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
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
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
05-14-2007 01:10 PM
05-14-2007 01:10 PM
Changing Disk volume ownership
I have a couple of disks which were initialized with a specific person’s ownership rather than system and need to correct this.
Now, I should know this myself but don’t. How do you change disk ownership without having to take the volume off-line? I've managed to successfully update ownership on all files except indexf.sys using set file/owner.
Appreciate your input.
Regards
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 01:33 PM
05-14-2007 01:33 PM
Re: Changing Disk volume ownership
(Sorry no test system running just now).
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 01:52 PM
05-14-2007 01:52 PM
Re: Changing Disk volume ownership
You can use BACKUP /NOINIT /IMAGE over onto the newly-initialized disk volume, etc. I tend to use INITIALIZE /SYSTEM ... here.
This can also be an opportunity to reset volume attributes, such as the numbers of headers or the disk cluster size, for instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 05:21 PM
05-14-2007 05:21 PM
Re: Changing Disk volume ownership
GONDOR_MKH>> d/sec data:[000000]indexf.sys
Directory DATA:[000000]
INDEXF.SYS;1 2144/48492 11-AUG-2004 13:59:24.50 [SYSTEM] (RWE,RWE,RE,E)
Total of 1 file, 2144/48492 blocks.
GONDOR_MKH>> set file/owner=tsg_mkh DATA:[000000]INDEXF.SYS
%SET-E-READERR, error reading DATA:[000000]INDEXF.SYS;1
-SYSTEM-W-ACCONFLICT, file access conflict
GONDOR_MKH>> set sec/owner=tsg_mkh DATA:[000000]INDEXF.SYS
GONDOR_MKH>> d/sec DATA:[000000]INDEXF.SYS
Directory DATA:[000000]
INDEXF.SYS;1 2144/48492 11-AUG-2004 13:59:24.50 [SYSMGR,TSG_MKH] (RWE,RWE,RE,E)
Total of 1 file, 2144/48492 blocks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 05:25 PM
05-14-2007 05:25 PM
Re: Changing Disk volume ownership
If the volume ownership has been set successfully with SET VOLUME/OWNER, and all files except INDEXF.SYS with SET FILE/OWNER, does it matter that INDEXF.SYS is (apparently) owned by someone else? On the system I checked, the volume is owned by SYSTEM ([1,4]) but all the files 11 files at the top of the disk, like INDEXF.SYS, are owned by [1,1]. I suspect the security & ownership on those files is probably irrelevant as all working accesses are too low level for it to matter. The only possible issue might be that the specific user may have some kind of elevated access.
If that's a concern, it may be simpler to force that user onto a different UIC and change ownership of all their legitimate files than risk a backup and restore of the data (which will break your requirement of not taking the volume off line anyway).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2007 07:53 PM
05-14-2007 07:53 PM
Re: Changing Disk volume ownership
Set security has done the trick.