- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Why can't I delete this file!!!
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
09-23-2007 11:40 PM
09-23-2007 11:40 PM
Can someone tell why I can't delete this file. I am the owner and the protection is set accordingly. There are no ACEs restricting me.
Info you may want to know:
$ sho proc
24-SEP-2007 13:31:02.70 User: CM51_CC Process ID: 2B97CDA5
Node: xxxxxx Process name: "xxxxxxxxxxxxx"
Terminal: TNA738: (Host: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
User Identifier: [CM51_CC]
Base priority: 4
Default file spec: U40$:[CM51_CC]
Number of Kthreads: 1
Devices allocated: TNA738:
$
$
$
$ show sec U32$:[xxxxxxxxxx.SCR.TMPSCR]SHOWUSERS.COM;
U32$:[xxxxxxxxxx.SCR.TMPSCR]SHOWUSERS.COM;9 object of class FILE
Owner: [CM51_CC]
Protection: (System: RE, Owner: RWED, Group: RE, World)
Access Control List:
$
$
$
$ delete% U32$:[xxxxxxxxxx.SCR.TMPSCR]SHOWUSERS.COM;
%DELETE-W-FILNOTDEL, error deleting U32$:[cccccccccc.SCR.TMPSCR]SHOWUSERS.COM;9
-RMS-E-PRV, insufficient privilege or file protection violation
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2007 11:57 PM
09-23-2007 11:57 PM
Re: Why can't I delete this file!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 12:08 AM
09-24-2007 12:08 AM
Re: Why can't I delete this file!!!
$ SHO SEC SCR:TMPSCR.DIR
U32$:[xxxxxxxxxx.SCR]TMPSCR.DIR;1 object of class FILE
Owner: [xxxxxxxxxx]
Protection: (System: RWE, Owner: RWE, Group: RE, World: E)
Access Control List:
(IDENTIFIER=[CM51_CC],OPTIONS=DEFAULT,ACCESS=READ+WRITE+EXECUTE+DELETE+CONTROL)
(IDENTIFIER=[xxxxxxxxxx],OPTIONS=DEFAULT,ACCESS=READ+WRITE+EXECUTE+DELETE+CONTROL)
$
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 12:16 AM
09-24-2007 12:16 AM
SolutionYou have an ACE with "options default", and not one that allows you access to the directory. You also need an ace without the "options default".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 12:18 AM
09-24-2007 12:18 AM
Re: Why can't I delete this file!!!
You could do the following:
$ SET WATCH FILE/CLASS=ALL
$ DELETE 'your-file'
$ SET WATCH FILE/CLASS=none
The output produced by set watch will give you more information on what's the problem.
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 12:57 AM
09-24-2007 12:57 AM
Re: Why can't I delete this file!!!
HC. I tried set watch file/class=all, but I didn't have priviledges to execute it.
Thanks for your help.
JamesP