Originally posted by: SystemAdmin
I'm in a process of migrating users from an old aix 4.3.2 microchannel system
to a modern aix 5.3 platform. (oslevel -s returns 5300-05-06)
Here are my findings and I am looking for some help:
One of the groups in /etc/group has 2101 users in it.
I've read a single group can hold a maximum of 2000 members and
also found a definition in /usr/include/grp.h
Having more than 2000 members in the old system didn't cause problems.
Having more than 2000 members in the new system prevents anyone in that
group from logging in. Cannot even "su - username" from root account.
"su - username" fails with error:
3004-503 Cannot set process credentials.
Telnetting from another machine fails with error:
3004-010 Failed setting terminal ownership and mode.
Connection closed.
SSH from another machine fails in similar manner:
Connection to xxx.xxx.xxx.xxx closed by remote host.
I did play with the /etc/group file... and the very moment
I had 2000 users in the group, su/telnet/ssh worked fine.
Is there a known fix available for me to raise the cap from 2000?
Thanks,
I.A.M.