- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Having trouble to add a person to a group!
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
06-26-2006 05:27 AM
06-26-2006 05:27 AM
Having trouble to add a person to a group!
Any suggestions? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 05:36 AM
06-26-2006 05:36 AM
Re: Having trouble to add a person to a group!
Check /var/adm/syslog/syslog.log
Your user may be in more groups than the OS supports and thats a hard limit that can not be changed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 05:36 AM
06-26-2006 05:36 AM
Re: Having trouble to add a person to a group!
Try this from the commandline
# vi /etc/group
group::
group::
#
# id new_user_you_want_add
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 07:21 AM
06-26-2006 07:21 AM
Re: Having trouble to add a person to a group!
You can probably fix your problem by simply removing the login's from a given group that are only members of their primary group.
If you must exceed 2048 characters then the workaround is to create multilple group entries which have different group names
but a common GID
e.g
disney::201:mickey,minnie,pluto,donald,goofy
disney2::201:huey,louie,dewey,scrooge
disney3::201:sneezy,sleepy,dopey,doc,grumpy,happy,bashful
Not that all 3 share a common GID but only the first group entry will actually be mapped by NIS; therefore, all of your users which must be members of multiple groups should be placed in the first group file entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 07:21 AM
06-26-2006 07:21 AM
Re: Having trouble to add a person to a group!
You can probably fix your problem by simply removing the login's from a given group that are only members of their primary group.
If you must exceed 2048 characters then the workaround is to create multilple group entries which have different group names
but a common GID
e.g
disney::201:mickey,minnie,pluto,donald,goofy
disney2::201:huey,louie,dewey,scrooge
disney3::201:sneezy,sleepy,dopey,doc,grumpy,happy,bashful
Note that all 3 share a common GID but only the first group entry will actually be mapped by NIS; therefore, all of your users which must be members of multiple groups should be placed in the first group file entry.