cancel
Showing results for 
Search instead for 
Did you mean: 

ralus init fails

Todw1fd
Level 3
Install of RALUS was successful on RH Enterprise 3 but service fails to start. When running beremote --log-file you get the following:
Red Hat Enterprise Linux AS release 3 (Taroon Update 4)
Kernel 2.4.21-20.ELsmp on an i686
# cat vrts.log
b6584640 Tue Mar 8 16:36:40 2005: Starting BE Remote Agent
b6584640 Tue Mar 8 16:36:40 2005: Log file: /root/vrts.log
b6584640 Tue Mar 8 16:36:40 2005: No configuration file specified. Using default.
b6584640 Tue Mar 8 16:36:40 2005: Log to console: disabled
b6584640 Tue Mar 8 16:36:40 2005: Starting NDMP processor
b6583bb0 Tue Mar 8 16:36:41 2005: FS_InitFileSys
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsnt5.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedssql2.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsxchg.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsxese.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsmbox.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedspush.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsnote.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsmdoc.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedssps2.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsupfs.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsshadow.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsoffhost.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: loaded libbedsvx.so
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsorcl.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsagnt.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: libbedssms.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: loaded libbedssmsp.so
b6583bb0 Tue Mar 8 16:36:41 2005: libbedsra.so could not be loaded: 0x 2 (2)
b6583bb0 Tue Mar 8 16:36:41 2005: Initializing FSs
b6583bb0 Tue Mar 8 16:36:41 2005: Using 'UTF-8' Encoding.
b6583bb0 Tue Mar 8 16:36:41 2005: VXMS Initialization OK.
b6583bb0 Tue Mar 8 16:36:41 2005: Listening on port 10000
b6583bb0 Tue Mar 8 16:36:41 2005: ERROR: system call (bind): 0.
b6584640 Tue Mar 8 16:36:46 2005: Stopping remote agent due to explicitly failed initialization
b6584640 Tue Mar 8 16:36:52 2005: Startup failure detected
b6584640 Tue Mar 8 16:36:52 2005: Remote agent exit
#


What do I need to do to get the service running?
4 REPLIES 4

Todw1fd
Level 3
Hate replying to myself, but rebooting the linux server solved the problem of not being able to start the remote linux agent. Surprised the box had to be rebooted. Did everyone else have to reboot also?

Alain_Dolbec
Level 2
I had myself problems starting the remote agent service until I found out that a stray beremote process was still running when ever I stopped the RALUS service. Kill that process and you should be able to start the service properly.

Alain

Milin_Desai
Level 4
A bind error usually shows up if the port is active i.e. a beremote process might be hanging out there somewhere.

ps -ef | grep beremote

kill the process.

and then resetart beremote.

Todw1fd
Level 3
I believe the culprit for the bind error was webmin which listens on the same port by default.