- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Group Field 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
11-22-2002 01:10 AM
11-22-2002 01:10 AM
Group Field limit
How to increase Group field list limit, i have already crossed 1000 characters,,
How to increase it
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:23 AM
11-22-2002 01:23 AM
Re: Group Field limit
This can not be changed:
check:
/usr/include/limits.h for LINE_MAX.
In UX11:
# define LINE_MAX 2048L /* Expected length in bytes of a utility's input line when input is from text files */
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:25 AM
11-22-2002 01:25 AM
Re: Group Field limit
Is there a problem in a specific group ?
You can solce this by adding a second group with the same groupid.
oracle::1000:oracle,composer
oracle1::1000:
Hope it helps.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:43 AM
11-22-2002 01:43 AM
Re: Group Field limit
you can start other line with same group name and group id
users:2020:a,a,a,a,a,a
users:2020:b,b,b,b,b,b
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:47 AM
11-22-2002 01:47 AM
Re: Group Field limit
i want to increase the no of characters a group line can hold in NIS
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:02 AM
11-22-2002 02:02 AM
Re: Group Field limit
I have told you the practical situation in NIS only.
I am doing the same this in our NIS map. nad it is working fine.
you can not increase the line lenght.
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:09 AM
11-22-2002 02:09 AM
Re: Group Field limit
-Quote-
Rick Garland
Haven't had trouble doing this. This is a known issue with HPUX and the character length of the groups in the group file. It is suppose to be 1024 characters in a group, but I have seen it barf at less. When doing add users, do a count on the number of characters in a group and if the number is exceeded, create a duplicate group with the same name, GID, etc, and add the new user entry in there.
My count has been 990 characters in a group. If it will be more than 990, make a new group
-andquote-
Regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 03:23 AM
11-22-2002 03:23 AM
Re: Group Field limit
the secong group entry is accepted by NIS but when i do id -a it doesnt show me the group name for that user.
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 03:50 AM
11-22-2002 03:50 AM
Re: Group Field limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 04:05 AM
11-22-2002 04:05 AM
Re: Group Field limit
Is the command groups giving you the same output ?
Kind regards,
Robert-Jan.