1834093 Members
2398 Online
110063 Solutions
New Discussion

ACL'S entries

 
Lino Martinez
Contributor

ACL'S entries

I have an HP9000/V2500 with OS HPUX-11.0, whit JFS.
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!
7 REPLIES 7
Bill Hassell
Honored Contributor

Re: ACL'S entries

You need Advanced JFS, version 3.3 to handle ACL entries in the directory.


Bill Hassell, sysadmin
federico_3
Honored Contributor

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
Annie Hoi
New Member

Re: ACL'S entries

I have the JFS 3.3 (B3929CA) installed but I still got the same error message
chacl: file "XXXX": Function is not available (errno = 251)

Pls advise.
acl

Re: ACL'S entries

The chacl command will not work with jfs3.3..You have to use setacl and getacl commands.
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.
Krishnakumar Pazhore

Re: ACL'S entries

The chacl command will not work with jfs3.3..You have to use setacl and getacl commands.
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.
Krishnakumar Pazhore

Re: ACL'S entries

The chacl command will not work with jfs3.3..You have to use setacl and getacl commands.
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.
Krishnakumar Pazhore

Re: ACL'S entries

The chacl command will not work with jfs3.3..You have to use setacl and getacl commands.
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.
Krishnakumar Pazhore