- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- group file query
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
11-20-2003 01:08 AM
11-20-2003 01:08 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:13 AM
11-20-2003 01:13 AM
Re: group file query
It is related to:
/usr/include/limits.h
LINE_MAX
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:22 AM
11-20-2003 01:22 AM
Re: group file query
I can not help you with a solution, since i do not know it.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:22 AM
11-20-2003 01:22 AM
SolutionCheck this doc,
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065680326
Document id: KBRC00011210
The maximum line length that is valid for a group entry (or script) is 2048 characters as defined in the /usr/include/limits.h for LINE_MAX as input from text files. This translates to the practical limit again defined in the limits.h file: 2048 -50 /9 = 222.
There is a workaround but is does have restrictions: Create multiple entries of the exact same group but with different users in each occurrence of the group entry. (In this case, they might want to use the yearly expiration date as a group identifier). For example:
users::20:root, ..., hundreds more users.
users::20:rooty, ..., hundreds more users.
users::20:rooter, ..., hundreds more users. .
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:38 AM
11-20-2003 01:38 AM
Re: group file query
Thanks, splitting users across multiple entries of each group will probably be my best way forward. When new users are added into these groups, however, what determines the line that the uid is appended to? Is it simply the first encountered and this should therefore be left with space to grow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:46 AM
11-20-2003 01:46 AM
Re: group file query
Yes to your question.
As described in the doc, this is a workaround not a fix. To administer these groups will be a bit of pain.
Kind regards and a good weekend.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:46 AM
11-21-2003 06:46 AM