- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inetd
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-13-2006 10:32 PM
03-13-2006 10:32 PM
inetd
we are facing a problem in hpux 11.11.
We have installed a patch PHNE_33395. Since it is a network patch system got rebooted and after that data mirroring is not happening.
We uninstalled this patch and system got rebooted and again the same problem happening.
A user named as dmmirror run some data mirror processes.But now this user could not able to run those process(eg inetd), the port which is using for the process are 2000 and 10103.But as a root we can run those process.We didnt change any permissions of the process or user other than installing the patch.
We should run these process only using this user not as root.Could anybody help?
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
inetd 941 root 20u inet 0x4c47ce68 0t0 TCP *:ebmdwpe (LISTEN)
inetd 6263 root 0u inet 0x60007068 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9256 (CLOSE_WAIT)
inetd 6263 root 1u inet 0x60007068 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9256 (CLOSE_WAIT)
inetd 6263 root 2u inet 0x60007068 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9256 (CLOSE_WAIT)
inetd 6264 root 0u inet 0x4c2c3a68 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9257 (CLOSE_WAIT)
inetd 6264 root 1u inet 0x4c2c3a68 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9257 (CLOSE_WAIT)
inetd 6264 root 2u inet 0x4c2c3a68 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9257 (CLOSE_WAIT)
inetd 6265 root 0u inet 0x4c7ff868 0t0 TCP edcdbs01:ebmdwpe->EDCBPCS.uk.eu.heinz.com:9258 (CLOSE_WAIT)
Thanks and regards
S.O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:39 PM
03-13-2006 10:39 PM
Re: inetd
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:39 PM
03-13-2006 10:39 PM
Re: inetd
I dont know if is your case, but try use inetd.sec. (man inetd.sec)
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:42 PM
03-13-2006 10:42 PM
Re: inetd
Normally, Inetd is being run by "root". Normal user can't run a inetd process. Check the startup scripts for any changes being made.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 10:50 PM
03-13-2006 10:50 PM
Re: inetd
Thanks for your fast response.
Please find the inetd.conf entries below.
#ebmdwpe stream tcp nowait dmirror /data1/app/dmirror/DMC/target/bin/dmt100 /data1/app/dmirror/DMC/target/bin/dmt100 ORA
ebmdwpt stream tcp nowait dmirror /data1/app/dmirror/DMC/target/bin/tgtagent /data1/app/dmirror/DMC/target/bin/tgtagent /dat
a1/app/dmirror/DMC/target
thanks and regds
s.o