- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Group name length max
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
02-27-2003 06:52 AM
02-27-2003 06:52 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 10:50 AM
02-27-2003 10:50 AM
SolutionTake a look at PHCO_24586 - the pwgrd cumulative patch:
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_24586&context=hpux:800:11:00
Here's a defect description:
Defect Description:
PHCO_24586:
1.pwgrd(1M) can not handle groupnames more than 8
characters in length correctly. This was happening as pwgrd(1M) used to truncate groupnames to 8 characters before caching them. Then this truncated group name used to append in the pwgrd output file.
Resolution:
The code has been modified to take care of the full groupname(without truncation) to be appended to pwgrd output file
Note this has been superseded by PHCO_28006:
http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28006&context=hpux:800:11:00
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 11:10 AM
03-10-2003 11:10 AM
Re: Group name length max
Sorry for the delayed reply - I did not get any email notification on your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 01:07 PM
03-10-2003 01:07 PM
Re: Group name length max
Did a little searching & cannot find a patch that deals with ls and field width.
Have you tested to see if it's just a display limitation?
Do the following on a file with a long group name
ls -l file_name | awk '{print $4}'
Do you get the entire group name then?
If so it's a limit of what can be displayed.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 02:45 PM
03-10-2003 02:45 PM
Re: Group name length max
The pipe to awk makes no difference.
BTW - ls -l on Solaris 6 displays the full 12 character group name.