- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LINE_MAX limit
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
01-15-2003 06:04 AM
01-15-2003 06:04 AM
What I can doo for having more than 1024 users in one groups?
(OS: HP-UX 11)
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:12 AM
01-15-2003 06:12 AM
SolutionHeres how to do it;
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=1419&q=LINE%5fMAX%20group&fh
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=9550&q=LINE%5fMAX%20group&fh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:13 AM
01-15-2003 06:13 AM
Re: LINE_MAX limit
as an aside, in 11.0, the group(4) man page indicates:
The length of each line in /etc/group is limited to LINE_MAX, as defined in
# more /etc/passwd
users::20:root, ..., hundreds more users.
users::20:rooty, ..., hundreds more users.
users::20:rooter, ..., hundreds more users.
.
.
.
All users listed in each of the additional entries for the users group will have to execute the newgrp() command to access the files and directories restricted to the group users UNLESS the /etc/logingroup linked file is created:
# ln -s /etc/group /etc/logingroup
Best regards,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:25 AM
01-15-2003 06:25 AM
Re: LINE_MAX limit
Armin,
what exactly means "users should not be listed in their primary group" they are logically added but are not displayed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:29 AM
01-15-2003 06:29 AM
Re: LINE_MAX limit
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 06:31 AM
01-15-2003 06:31 AM
Re: LINE_MAX limit
You can solve this by adding a second or more groups with the same groupid.
oracle::1000:oracle,composer
oracle1::1000:usera,userb,etc
oracle2::1000:userx,usery,etc
Kind regards,
Robert-Jan.