HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- daemons & Process in HPUX
Operating System - HP-UX
1830676
Members
2690
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-30-2005 05:21 PM
01-30-2005 05:21 PM
Hello,
Could any one define the difference between HP Daenons & HP Process with example
tar
siva
Could any one define the difference between HP Daenons & HP Process with example
tar
siva
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2005 05:45 PM
01-30-2005 05:45 PM
Solution
Hi
Daemon--> are also processes, started at boot time (eg, init, cron,lp etc)
process--> Each program (comand)creates a process, and will end as soon as job is completed ( eg. find, application process like oracle listener, dbwr etc)
Daemon--> are also processes, started at boot time (eg, init, cron,lp etc)
process--> Each program (comand)creates a process, and will end as soon as job is completed ( eg. find, application process like oracle listener, dbwr etc)
never give up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2005 06:34 PM
01-30-2005 06:34 PM
Re: daemons & Process in HPUX
Hi,
Process is a program of an application. It usually run for a specific of time, and it have 5 states:
run: the process is running or runable.
sleep: the process is waiting for an event in memory or on swap device.
idle: the process is being setup via fork and exec
zombi: the process has released all system resources except for the process table entry.
stop: the process has been stopped by job control
Example: run a script file or issue a command
Daemon is also a process but it always run in background mode, and always in running state. Maybe it 's a realtime process. The purpose of a daemon is monitoring, schedule task or a service for the use of other processes. (Example: cront job, sard (system activity report), telnetd, rlogind, ...)
HMT
Process is a program of an application. It usually run for a specific of time, and it have 5 states:
run: the process is running or runable.
sleep: the process is waiting for an event in memory or on swap device.
idle: the process is being setup via fork and exec
zombi: the process has released all system resources except for the process table entry.
stop: the process has been stopped by job control
Example: run a script file or issue a command
Daemon is also a process but it always run in background mode, and always in running state. Maybe it 's a realtime process. The purpose of a daemon is monitoring, schedule task or a service for the use of other processes. (Example: cront job, sard (system activity report), telnetd, rlogind, ...)
HMT
Bus wait at bus station, Work wait at my work station
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 09:37 PM
01-31-2005 09:37 PM
Re: daemons & Process in HPUX
A daemon is a process that sits in the background waiting for something to happen.
For instance, inetd just waits for a connection attempt. Let's say you make a telnet connection: inetd detects the connection attempt, and determines that it's a telnet connection, so it starts a telnet daemon (telnetd) then inetd goes back to just waiting for something else to happen. Meanwhile the telnetd daemon/process waits for you to type something. When you do, it passes what you type to the operating system, then passes things back when necessary.
For instance, inetd just waits for a connection attempt. Let's say you make a telnet connection: inetd detects the connection attempt, and determines that it's a telnet connection, so it starts a telnet daemon (telnetd) then inetd goes back to just waiting for something else to happen. Meanwhile the telnetd daemon/process waits for you to type something. When you do, it passes what you type to the operating system, then passes things back when necessary.
What does this button do?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP