- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: JFS 3.0 and ACL
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-20-2002 04:54 AM
02-20-2002 04:54 AM
JFS 3.0 and ACL
I receive a new server to support. The server was already install by someone else and the guys left the cie.
After taking a quick look, I saw something really strange. All the permission of JFS mounted directory in / (i.e. /var /usr /tmp...) finish with a (+) sign. For me this said this directory has some ACL permission.
The strange think is ACL doesn't work on JFS 3.0, only with JFS 3.3. I'm pretty sure JFS 3.3 is not installed on that machine (I do a swlist).
How this is possible. And how can I remove this !@*(#!*&@# acl permission because this create me many error message in pax (pax: z/a/s/d Optional ACL entries are not backed up.)
Help wanted....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 06:37 AM
02-20-2002 06:37 AM
Re: JFS 3.0 and ACL
For removing acl entries, you can use 'chacl' command. See the man pages of chacl, setacl. acl etc. Also see this for more information on ACL:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1996-90011/B1996-90011_top.html&con=/hpux/onlinedocs/B1996-90011/00/01/130-con.html&toc=/hpux/onlinedocs/B1996-90011/00/01/130-toc.html&searchterms=acl&queryid=20020220-064227
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 06:38 AM
02-20-2002 06:38 AM
Re: JFS 3.0 and ACL
Again, check this too:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90012/B9106-90012_top.html&con=/hpux/onlinedocs/B9106-90012/00/00/7-con.html&toc=/hpux/onlinedocs/B9106-90012/00/00/7-toc.html&searchterms=acl&queryid=20020220-064227
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:00 AM
02-20-2002 07:00 AM
Re: JFS 3.0 and ACL
Just because JFS 3.3 doesnt come up in swlist doesnt mean its not installed. Swlist could be mistaken. Does this directory exist;
/usr/lbin/fs/vxfs3.3
If so it looks like youve got, or had, JFS 3.3 installed.
JFS3.0 can use ACL's, just not everything will work with them - backups, copying files etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:02 AM
02-20-2002 07:02 AM
Re: JFS 3.0 and ACL
If you see + sign you have ACLs.
Check swlist output to check for presence of the JFS3.3 on your system.
Use getacl/setacl to see/change acls on files.
Thanks.
Prashant.