Operating System - HP-UX
1821833 Members
3400 Online
109638 Solutions
New Discussion юеВ

How to disable the ident service?

 
SOLVED
Go to solution
dictum9
Super Advisor

How to disable the ident service?


hp-ux 11.23

How do I check that the ident service is running, and how do I turn it off?
5 REPLIES 5
Jeff_Traigle
Honored Contributor
Solution

Re: How to disable the ident service?

Check for the following line in /etc/inetd.conf:

auth stream tcp6 wait bin /usr/lbin/identd identd

To disable, comment it and then run "inetd -c".
--
Jeff Traigle
dictum9
Super Advisor

Re: How to disable the ident service?


will it break anything if I disable it?
Tim Nelson
Honored Contributor

Re: How to disable the ident service?

Only the ident service :)
Jeff_Traigle
Honored Contributor

Re: How to disable the ident service?

If you're using Serviceguard, you'll want to add the -i option to a couple of the inetd.conf entries to allow it to operate without ident. The modified lines are:

hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmo
md -i -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c -i

Other than Serviceguard, I'm not aware of any other HP product that relies on it. If you have third-party applications, check with them to see what impact there will be.
--
Jeff Traigle
dictum9
Super Advisor

Re: How to disable the ident service?

Thanks for clarifying that..

Also it seems that it's not a recommended procedure. I think I will keep indent service activated.