- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd.conf file
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
03-06-2002 10:02 AM
03-06-2002 10:02 AM
appconn stream tcp nowait root /opt/hpwebsuite/hpwebadm/lbin/appconn appconn
I did not find anything when I tried man -k appconn. Can anyone help me in understanding what appconn stands for and what application uses this service.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:05 AM
03-06-2002 10:05 AM
Re: inetd.conf file
Looks like the line has been added by hp web jetadmin software installed on your system.
Try doing a "man appconn" and see if it returns something. you can also look into the hp web jetadmin reference manuals for more info.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:12 AM
03-06-2002 10:12 AM
Re: inetd.conf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:23 AM
03-06-2002 10:23 AM
Solution# ps -ef|grep websuite
There also should be a startup file in /sbin/init.d that starts up the service. The "appconn" service is added during the installation I believe. Have you check /opt/hpwebsuite for documentation ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:24 AM
03-06-2002 10:24 AM
Re: inetd.conf file
I think hp web jetadmin is a swinstall package, so if you have hp webjetadmin installed on your system, you should be able to see it in the swlist output. Run "swlist" and see if you have hp web jetadmin installed on your system.
Also look for a docs or man directory under /opt/hpwebsuite/hpwebadm
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:25 AM
03-06-2002 10:25 AM
Re: inetd.conf file
I think 'appconn' stands for 'Append and Connect'.
This might be a service added along with a webserver installation ( Netscape ?) with HP websuite. Have a look at the specific sites for more relevent information about this.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:34 AM
03-06-2002 10:34 AM
Re: inetd.conf file
http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.61/
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 10:35 AM
03-06-2002 10:35 AM
Re: inetd.conf file
SK and Shiju might be right. See if you have netscape,
you can try this,
swlist -l file |grep appconn
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 11:07 AM
03-06-2002 11:07 AM