- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- AIX versus HP-UX daemons
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
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
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
тАО04-30-2004 01:53 AM
тАО04-30-2004 01:53 AM
Can anyone tell me what the equivalent HP-UX deamons are for the following AIX ones :
'/usr/sbin/dpid2','3.1', #AIX
'/usr/lib/errdemon','3.1',#AIX
'/usr/sbin/portmap','3.1',#AIX
'/usr/sbin/qdaemon','3.1',#AIX
'/usr/sbin/srcmstr','0.1',# AIX
'/usr/sbin/syncd','3.1',#AIX should this be /usr/sbin/syncer on HPUX
'/usr/sbin/uprintfd','0.1',# AIX
'/usr/sbin/writesrv','3.1',#AIX
'/usr/sbin/xntpd','3.1',#AIX
Many thanks in advance
I'll allocate points out as neccesary
Cheers
Russ
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 01:58 AM
тАО04-30-2004 01:58 AM
Re: AIX versus HP-UX daemons
Regards,Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 02:03 AM
тАО04-30-2004 02:03 AM
Re: AIX versus HP-UX daemons
http://bhami.com/rosetta.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 02:03 AM
тАО04-30-2004 02:03 AM
Re: AIX versus HP-UX daemons
errdaemon = syslogd
portmap = portmap
qdaemon = lpstat (completely different though)
srcmstr = none
syncd = syncer
uprintfd = don't think there is one
writesrv = doesn't exist but not needed
xntpd = xntpd
Please don't be upset if this is not entirely correct, it's been several years since I touched an AIX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 03:02 AM
тАО04-30-2004 03:02 AM
Re: AIX versus HP-UX daemons
The link that you supplied doesn;t work. It just says 'system unavailble' .....
made me chuckle after reading your replay saying 'this might help' !! ... not much I'm afraid
Any chance of checking it for me? Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2004 03:07 AM
тАО04-30-2004 03:07 AM
Re: AIX versus HP-UX daemons
This is the link Gideon mentioned.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=89229
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2004 04:38 AM
тАО05-02-2004 04:38 AM
Solutiondpid = is a peer snmpd daemon used to talk to old routers. Its a legacy protocol that I bet you won't use, and besides it causes lots of security problems.
errdaemon = syslogd. AIX also has the syslog, but its hardware error reporting is much more sofisticated. There is no HP-UX equivelant.
qdaemon = lpstat (completely different though). AIX printing is based upon the BSD lpd, but it has been greatly enhanced to improve printing. HP-UX only has the "lpd/printer" daemons.
srcmstr is an extension to AIX that lets you handle multiple daemon processes so that they all look and feel the same. In practice it doesn't really do much apart from allow you to deal with processes by catagory/group. In HP-UX you simply use ps etc, and start/stop them like any other process.
writesrv = Is only used if you want to use the write command to send and receive messages in realt time. This is of little practical use, and is a big security hole.
I hope this helps.