- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System slow, syncer responsible?
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
10-08-2006 12:18 AM
10-08-2006 12:18 AM
I noticed syncer in the process table, now it's back to normal. I couldn't figure out what started it, I thought it ran only once at start up time. It also doesn't appear to be in cron jobs.
The other idea what that the user was accessing a NFS filesystem... But I didn't see any NFS mounted filesystems, so that's not a problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 12:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 02:31 AM
10-08-2006 02:31 AM
Re: System slow, syncer responsible?
Seems there might be a network response issue here.
You need to look at the top command yourself as an admin or run performance stats rather than rely on the user to say what the information is.
http://www.hpux.ws/system.perf.sh
This may help.
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
10-08-2006 05:29 AM
10-08-2006 05:29 AM
Re: System slow, syncer responsible?
The 'syncer' daemon runs every 30-seconds or so and is responsible for flushing modified file buffers from the Unix buffer cache. Its performance has been improved on 11.23 relative to prior releases. The number of modified buffers present in the buffer cache will affect the amount of work each 'syncer' pass has to perform. A buffer cache constituting about 5% of overall memory, particularly on a multi-CPU platform, should not mean that users will see any "pulsations" in performance.
If the filesystems in question are NFS ones, I'd look to your network settings. In particular, is your network switch configurated to match your LAN? If you are running a gibabit connnection, make sure that you have auto-negotiation enabled at both points. If you are running 100MB connections, you generally want to set full-duplex and 100MB speed at both points.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 05:56 AM
10-08-2006 05:56 AM
Re: System slow, syncer responsible?
As far as commands hanging, excessive syncer time would not affect command unless the commands are also on an NFS disk or the commands are struggling to access data on an NFS disk. Note that if you are running automounter, you won't see the NFS disks until they are used.
Bill Hassell, sysadmin