- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pwgrd daemon
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
07-08-2004 03:35 PM
07-08-2004 03:35 PM
I am running a script which change shell some userID /etc/passwd. When the script is running, I noticed pwgrd daemon got hang. Could you pls help the following items :
1. What is pwgrd for?
2. What happen if the daemon is not running on a server?
3. Is it fine if I just stop prgrd and start it again after the script finished?
Pls help. High score will be given.
Thanks and Best Regards,
Negara
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 03:50 PM
07-08-2004 03:50 PM
Solutionpwgrd is the password and group caching daemon - it is used to improve the speed withwhich users are authenticated if the password and group information is unusually large.
As fas as I know, it is not going to have any impact in the system as long as your password and group is not very huge.
How did you find out pwgrd is hung ? - There should be no need to stop and restart pwgrd.
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 03:58 PM
07-08-2004 03:58 PM
Re: pwgrd daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 01:42 AM - last edited on 09-16-2024 02:30 AM by support_s
07-09-2004 01:42 AM - last edited on 09-16-2024 02:30 AM by support_s
Re: pwgrd daemon
"pwgrd(1M) is intermittently consuming CPU time and not responding to the requests."
which was actually fixed back in PHCO_28007. (these are 11.11 patches, see PHCO_28563 for 11.00 and the same problem)
Bill Hassell, sysadmin
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 08:54 PM
07-13-2004 08:54 PM
Re: pwgrd daemon
Big deal, you say? Yes, it's a big deal, because /sbin/chown is called from a lot of our scripts in SD packages, since /sbin is a primary path (apparently)... Probably because in /sbin/init.d/swagentd PATH is set to /sbin:/usr/sbin:/usr/bin
We just ran into this this morning, so I'm still looking for a solution/workaround...
P.S.: we stopped the pwgrd, because NIS updates were not correctly visible if we had this daemon running. Have it run again is no solution.