- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: The function of system main process?
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-14-2002 09:58 PM
11-14-2002 09:58 PM
The function of system main process?
example:
statdaemon???swapper???vhahnd....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 10:52 PM
11-14-2002 10:52 PM
Re: The function of system main process?
This provides the Nfs status monitor.
The statd runs both on server and client.When there is a problem with the NFS server the statd gets the status and informs the NFS client statd.
This also happens vice versa.
swapper and vhand are the daemons related to the paging/swapping activity.
When there is a little paging in the server due to less memory then the vhand process is active in paging processes.
When there is a huge memory crunch then the swapper swaps the entire process into the virtual memory.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 11:27 PM
11-14-2002 11:27 PM
Re: The function of system main process?
can you give me some doc that
focus on system process function?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 11:49 PM
11-14-2002 11:49 PM
Re: The function of system main process?
Don't mistake the statdaemon wih rpc.statd. Only the latter one is NFS related.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 10:50 AM
11-22-2002 10:50 AM
Re: The function of system main process?
I have a script that looks for runaway processes and notifies me of any that exceed a preset limit. The statdaemon process, as well as syncer and prm3d, has been showing up in the list lately.
The only recent changes have been activation of PRM and Service Control Manager.
Considering PRM's function, it wouldn't shock me if there was a connection.