- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: limitation of usermod/useradd concering number...
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-09-2007 02:01 AM
01-09-2007 02:01 AM
we have apparently run into a problem where you cannot specify more then 20 unix groups using the useradd/usermod command.
Thus if you issue the command:
# useradd -G group1,group2,...,group20,group21
you get an error stating the following:
"
Group
"
Is this a know issue or bug or a limitation of HP-UX?
With kind regards,
Kris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 02:03 AM
01-09-2007 02:03 AM
Re: limitation of usermod/useradd concering number of groups
Its a limit:
# getconf NGROUPS_MAX
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 02:13 AM
01-09-2007 02:13 AM
Re: limitation of usermod/useradd concering number of groups
please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=923012
System change and kernel rebuild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 02:43 AM
01-09-2007 02:43 AM
Solution"The Enhancement Request for NGROUPS to be increased is JAGaf08926.
Conclusions: contacted lab answer is ""not in 11.31"". It's on the radar screen, but he didn't know if it was above or below the cut line for post 11.31. The NGROUPS_MAX variable is just the most obvious change that is required. The lab said a value over 20 will break other applications and the kernel won't support it without modification. The lab has the enhancement request to increase the limit. It will take a lot of work to complete and they have not planned to include the change for the next release so far. Alternative 1) What has been described below can be accomplished using the ACL's available in HP-UX. They can put the administrators in a common group (admin) and modify the ACL's on all of the application files to allow ""admin"" to have group access. ACL's are also available on Solaris, AIX and Linux. "
I recently received word that this would make it to 11.41.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 12:45 AM
09-18-2008 12:45 AM
Re: limitation of usermod/useradd concering number of groups
http://docs.hp.com/en/5992-4174/ch05s22.html
Note the whitepaper mentioned in the release notes hasn't been posted yet.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 12:56 AM
09-18-2008 12:56 AM
Re: limitation of usermod/useradd concering number of groups
There is the default limit but in newer versions we can define in kernal tunable.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 01:16 AM
09-18-2008 01:16 AM
Re: limitation of usermod/useradd concering number of groups
It's here:
http://docs.hp.com/en/14531/4AA2-1738ENW.pdf
HTH
Duncan
I am an HPE Employee
