- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How install ACL fonctions
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
05-24-2005 03:29 AM
05-24-2005 03:29 AM
On some of my servers i can use setacl et getacl fonctions. But on some others, i can't. How can i install theses fonctions on that last servers ?
Thanks for help.
Dahu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 03:40 AM
05-24-2005 03:40 AM
Solution# swlist -l JFS.VXFS-BASE-RUN
Chances are either: -
- You don't have this installed on your server for some reason.
- You are trying to set ACLs on a filesystem that doesn't support them. (eg HFS instead of VXFS).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 04:00 AM
05-24-2005 04:00 AM
Re: How install ACL fonctions
swlist -l product | grep jfs.
fstyp -v /dev/vgxx/lvolx
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 07:47 AM
05-24-2005 07:47 AM
Re: How install ACL fonctions
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 08:07 AM
05-24-2005 08:07 AM
Re: How install ACL fonctions
Please make sure u are dealing with right version of JFS.
HFS - supports ACL's
JFS 3.0 - doesnot support ACL's
JFS 3.5 and upward - support ACL's
use 'swlist -l product | grep vxfs' to check the version of the JFS u are dealing with..
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2005 01:24 AM
05-26-2005 01:24 AM
Re: How install ACL fonctions
This option does'nt work !
Thanks for help.
Dahu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 09:11 PM
07-21-2005 09:11 PM
Re: How install ACL fonctions
Thanks.