Operating System - HP-UX
1752789 Members
5868 Online
108789 Solutions
New Discussion юеВ

Re: How to verfiy ident daemon is running or not

 
shameemsoft
Frequent Advisor

How to verfiy ident daemon is running or not

Dear Gents,

How to verify ident daemon is running or not.

it is not configured in /etc/inetd.conf file.

Kindly help me on this.
5 REPLIES 5
Sajjad Sahir
Honored Contributor

Re: How to verfiy ident daemon is running or not

Dear Shameem

u can use the following command to check

ps -eaf | grep -i ident

u should conifigure the file

/etc/inetd.conf:
ident stream tcp wait bin /usr/lbin/identd identd

also /etc/services file

thanks and regards

Sajjad Sahir
Lijeesh N G_1
Respected Contributor

Re: How to verfiy ident daemon is running or not

Hi,

1) Checking identd daemon is running or not?
---------------------------------
#ps -ef|grep identd
root 9329 1 0 04:39:05 pts/ta 0:00 /usr/lbin/identd

2) Entry in /etc/inetd.conf?
------------------------
ident stream tcp wait bin /usr/lbin/identd identd

3) Entry in /etc/services?
----------------------
ident 113/tcp authentication

4) Starting identd
----------------
#/usr/lbin/identd

Reagrds,
LIJEESH N G
shameemsoft
Frequent Advisor

Re: How to verfiy ident daemon is running or not

Dear,

Thanks for your response.

I already know that ident is not configured on /etc/inetd.conf file and /etc/services ident autentication configured with tcp port & this process is not running.

But our security tool detected ident daemon is running on our HP UX node.

my question - is there any other file avaialble for configuration?

sen_ux
Valued Contributor

Re: How to verfiy ident daemon is running or not

HP-UX support two ways. /etc/inetd.conf and /sbin/init.d/sendmail.

Check for /usr/lbin/identd in /usr/lbin/identd.

If the entry is there, identd will be started if sendmail is running.


Thanks
SEN
sen_ux
Valued Contributor

Re: How to verfiy ident daemon is running or not

typo

check for /usr/lbin/identd in /sbin/init.d/sendmail.

thanks