From: Stefano E. <ste...@so...> - 2009-06-04 15:57:27
|
Hi, I don't have the directory /de/fd but I have the directory /dev/fd0, however I created symlink: ln -s /proc/self/fd /dev/fd The service start on IP address 10.43.100.204 and can also relocate on the clu02 if the node clu01 go down but when the service start, in the log file messagges I read: Jun 4 16:46:11 clu01 clurgmgrd[15051]: <notice> Starting disabled service service:RHTTPD Jun 4 16:46:12 clu01 in.rdiscd[15537]: setsockopt (IP_ADD_MEMBERSHIP): Address already in use Jun 4 16:46:12 clu01 in.rdiscd[15537]: Failed joining addresses Jun 4 16:46:13 clu01 clurgmgrd[15051]: <notice> Service service:RHTTPD started how do I make permanent the symlink that I created ? After the symlink, I have to re-create a new initrd file ? Thanks. Ing. Stefano Elmopi Gruppo Darco - Area ICT Sistemi Via Ostiense 131/L Corpo B, 00154 Roma cell. 3466147165 tel. 0657060500 email:ste...@so... > > Message: 2 > Date: Mon, 1 Jun 2009 22:02:30 +0200 > From: Mark Hlawatschek <hla...@at...> > Subject: Re: [OSR-users] Relocate a service > To: ope...@li... > Message-ID: <200...@at...> > Content-Type: text/plain; charset="utf-8" > > Hi Stefano, > > the errors indicate, that the fd devices have not been configured > correctly. > udev is responsible for doing this in RHEL. > You can workaround this issue by creating the following symlink: > ln -s /proc/self/fd /dev/fd > > Hope this helps ! > > Mark > >> rg_test test /etc/cluster/cluster.conf start service RHTTPD >> Running in test mode. >> Starting RHTTPD... >> /usr/share/cluster/ip.sh: line 583: /dev/fd/62: No such file or >> directory >> /usr/share/cluster/ip.sh: line 673: /dev/fd/62: No such file or >> directory >> Failed to start RHTTPD >> /usr/share/cluster/ip.sh: line 583: /dev/fd/61: No such file or > |