[SCore-users] Problem with installation Score5.4

kameyama at pccluster.org kameyama at pccluster.org
Wed Sep 24 09:32:37 JST 2003


In article <77E4B59F0FABF443A0E3344564C0FC2E34EFC2 at apl03.poli.usp.br> "Augusto Mendes Gomes Junior" <augusto.gomes at poli.usp.br> wrotes:
> 
> root at sol etc]# /etc/rc.d/init.d/scoreboard start
> SCOREBOARD: bind(OpenServerPort)

Please check scoreboard is running already:
    % /etc/rc.d/init.d/scoreboard status
If the number is returned, scoreboard is running already.
Otherwith probabry, other program ia used scoreboard port.

scoreboard use tcp port 9950 by default.
If yoy want to hange this port, please execute as following:
1. please edit /etc/rc.d/init.d/scoreboard
   scoreboard started function startsccoreboard() in this file.
   please add -port option to scoreboard.
   From
       su nobody -s /bin/sh  -c "$INSTALL_ROOT/sbin/scoreboard $DEFECTS_ARG ...
   to
       su nobody -s /bin/sh  -c "$INSTALL_ROOT/sbin/scoreboard -port XXXX $DEFECTS_ARG ...
2. please use SCBDSERV to host:port instead of host.

                       from Kameyama Toyohisa



More information about the SCore-users mailing list