- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems/question: Online-JFS 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
12-06-2004 07:01 PM
12-06-2004 07:01 PM
Problems/question: Online-JFS and ACL
we want to use ACL on our file server.
The basic features are working, but
I can not add more then 7 users, if I
want to allow access to a certain folder ...
The problem is simply that we already have a lot
of project groups. Using ACL can reduce it, when
the people would be able to add 5-25 people
allowing the access to files/folders.
Any hint ?
The error message is: no space left on the device, HPUX 11.00
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:14 PM
12-06-2004 07:14 PM
Re: Problems/question: Online-JFS and ACL
use
#bdf
to find out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:34 PM
12-06-2004 07:34 PM
Re: Problems/question: Online-JFS and ACL
yes this error message means that probably one of your FS is full, I think it's probably /home...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 07:55 PM
12-06-2004 07:55 PM
Re: Problems/question: Online-JFS and ACL
there a filesystems, but not this one is full,
nor a os system fs (vg00 has space).
mkdir ACL2
setacl -mgroup::--- ACL2
bash-2.03$ getacl ACL2
# file: ACL2
# owner: pkoch
# group: users
user::rwx
group::---
class:---
other:r-x
setacl -m user:gzuk:r-- ACL2
setacl -m user:mmueller:r-- ACL2
setacl -m user:bsmolny:r-- ACL2
setacl -m user:kschind:r-- ACL2
setacl -m user:mkastow:r-- ACL2
setacl -m user:tmai:r-- ACL2
setacl -m user:srichter:r-- ACL2
setacl -m user:jrichter:r-- ACL2
setacl -m user:pbauer:r-- ACL2
setacl -m user:bwild:r-- ACL2
setacl -m user:ychen:r-- ACL2
setacl -m user:shege:r-- ACL2
setacl -m user:okolle:r-- ACL2
Everything OK and working, but now
setacl -m user:langlotz:r-- ACL2
acl failed for "ACL2", No space left on device
bash-2.03$ bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lv10 163840000 147521872 16246088 90% /mnt/Local/Groups/AG_DV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 09:58 PM
12-06-2004 09:58 PM
Re: Problems/question: Online-JFS and ACL
From acl(2)
ENOSPC cmd is ACL_SET and nentries is greater than NACLVENTRIES, which is defined in
ENOSPC = no space left on the device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:27 PM
12-06-2004 10:27 PM
Re: Problems/question: Online-JFS and ACL
Ok, not nice, but I can understand now what's going on.
Is this limit also in new versions of vxfs ?
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 09:51 AM
12-07-2004 09:51 AM