1753865 Members
7313 Online
108809 Solutions
New Discussion юеВ

Problem with identd

 
Dani_Galera
Occasional Advisor

Problem with identd

hi

I just installed SG. I tried to check config with: "cmcheckconf -v -C $SGCONF/SAPCLUHPOS.config" and i recieve this error:

[root@emhbssap10 log]#cmcheckconf -v -C /usr/local/cmcluster/conf/SAPCLUHPOS.config
SAPCLUHPOS.config SAPCLUHPOS.config2
[root@emhbssap10 log]#cmcheckconf -v -C /usr/local/cmcluster/conf/SAPCLUHPOS.config
Begin cluster verification...
Checking cluster file: /usr/local/cmcluster/conf/SAPCLUHPOS.config
Checking nodes ... Done
Checking existing configuration ... Done
Gathering storage information
Unable to connect to node emhbssap10: Permission denied
Gathering network information
Beginning network probing (this may take a while)
Not probing node emhbssap10 as it is currently unreachable.
This may cause network partitions to be reported.
Completed network probing
cmcheckconf: Unable to reconcile configuration file /usr/local/cmcluster/conf/SAPCLUHPOS.config
with discovered configuration information.
[root@emhbssap10 log]#

The problem is identd because if i check the service:

root@emhbssap10 log]#service identd status
identd dead but pid file exists

the error that i have when i start process is:

Jun 6 10:15:23 emhbssap10 identd[7044]: fopen("/proc/net/tcp", "r"): Permission denied


so, permission process. I saw that in /etc/identd.conf the user startin the process is identd. so i changed to root and now i can start service but i receive this error when i try to check cluster:

[root@emhbssap10 ~]#cmapplyconf -k -v -C $SGCONF/SAPCLUHPOS.config
Begin cluster verification...
Checking cluster file: /usr/local/cmcluster/conf/SAPCLUHPOS.config
Checking nodes ... Done
Checking existing configuration ... Done
Gathering storage information
Gathering network information
Network interface bond0 cannot be found on node emhbssap10
Beginning network probing (this may take a while)
Completed network probing
Network interface bond0 on node emhbssap10 couldn't talk to itself.
Network interface eth0 on node emhbssap10 couldn't talk to itself.
cmapplyconf: Unable to reconcile configuration file /usr/local/cmcluster/conf/SAPCLUHPOS.config


any idea?

regards
Daniel

4 REPLIES 4
skt_skt
Honored Contributor

Re: Problem with identd

u dont need to change that to root. check if you have an entry in /etc/services.

auth 113/tcp authentication tap ident
auth 113/udp authentication tap ident

Make sure the port 113 is able to LISTEN. All the nodes need be checkded.

Could u put the ident entry from /etc/inetd.conf
Dani_Galera
Occasional Advisor

Re: Problem with identd

hi

with root works and 113 is available. with user ident not working and port 113 KO. i think it's somthing with Jun 6 10:15:23 emhbssap10 identd[7044]: fopen("/proc/net/tcp", "r"): Permission denied

Regards
skt_skt
Honored Contributor

Re: Problem with identd

fopen i have seen when the sticky bit/set uid is missing!!
Dani_Galera
Occasional Advisor

Re: Problem with identd

i resolved. NW problem, Once NW ok, all worked fine.

Regards