- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ACL'S entries
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
10-30-2000 05:48 PM
10-30-2000 05:48 PM
ACL'S entries
How can use ACL's entries?
When I try to use the ACLs, the system display the following message:
chacl: file "anyfile": Function is not available (errno = 251)
thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 07:29 PM
10-30-2000 07:29 PM
Re: ACL'S entries
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2000 11:02 PM
10-30-2000 11:02 PM
Re: ACL'S entries
Hi,
HP-UX 11.00 does not support ACLs for JFS.
HP offers this support in a product called JFS 3.3. This product is a new version of JFS and offers compatibility with the rprevious version and new features included ACLs.
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2000 09:16 PM
11-05-2000 09:16 PM
Re: ACL'S entries
chacl: file "XXXX": Function is not available (errno = 251)
Pls advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2000 11:59 PM
11-05-2000 11:59 PM
Re: ACL'S entries
For this to work the vxfs file system veriosn should be 4.
you can use
#fstyp -v /dev/vgname/lvolname
This should return with verion is 4. Else you have to use vxupgrade to convert the file system to version4.
#/sbin/vxupgrade -n 4 mountpoint.
then setacl should work....Try out and get back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2000 11:59 PM
11-05-2000 11:59 PM
Re: ACL'S entries
For this to work the vxfs file system veriosn should be 4.
you can use
#fstyp -v /dev/vgname/lvolname
This should return with verion is 4. Else you have to use vxupgrade to convert the file system to version4.
#/sbin/vxupgrade -n 4 mountpoint.
then setacl should work....Try out and get back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2000 11:59 PM
11-05-2000 11:59 PM
Re: ACL'S entries
For this to work the vxfs file system veriosn should be 4.
you can use
#fstyp -v /dev/vgname/lvolname
This should return with verion is 4. Else you have to use vxupgrade to convert the file system to version4.
#/sbin/vxupgrade -n 4 mountpoint.
then setacl should work....Try out and get back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 12:00 AM
11-06-2000 12:00 AM
Re: ACL'S entries
For this to work the vxfs file system veriosn should be 4.
you can use
#fstyp -v /dev/vgname/lvolname
This should return with verion is 4. Else you have to use vxupgrade to convert the file system to version4.
#/sbin/vxupgrade -n 4 mountpoint.
then setacl should work....Try out and get back.