Hello, How I can enter to the 389-console ?<br>I need correct port for Administration URL. (for example <a href="http://0.0.0.0:9830/" target="_blank">0.0.0.0:9830</a>  0.0.0.0:* LISTEN  8932/httpd.worker)<br><br>On my Fedora 11 i have RHN-Satellite and 389 Directory Server. Satellite service stoped and /etc/init.d/dirsrv started.<br>
Netstat show next stats:<br><br>$ netstat -ptan<br>Active Internet connections (servers and established)<br>Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   <br>tcp        0      0 <a href="http://0.0.0.0:57485">0.0.0.0:57485</a>               0.0.0.0:*                   LISTEN      1223/rpc.statd      <br>
tcp        0      0 <a href="http://0.0.0.0:111">0.0.0.0:111</a>                 0.0.0.0:*                   LISTEN      1205/rpcbind        <br>tcp        0      0 <a href="http://192.168.122.1:53">192.168.122.1:53</a>            0.0.0.0:*                   LISTEN      2281/dnsmasq        <br>
tcp        0      0 <a href="http://0.0.0.0:22">0.0.0.0:22</a>                  0.0.0.0:*                   LISTEN      1558/sshd           <br>tcp        0      0 <a href="http://127.0.0.1:631">127.0.0.1:631</a>               0.0.0.0:*                   LISTEN      1294/cupsd          <br>
tcp        0      0 <a href="http://127.0.0.1:25">127.0.0.1:25</a>                0.0.0.0:*                   LISTEN      1722/sendmail: acce <br>tcp        0      0 <a href="http://10.1.10.211:35594">10.1.10.211:35594</a>           <a href="http://74.125.87.167:80">74.125.87.167:80</a>            ESTABLISHED 7784/firefox        <br>
tcp        0      0 <a href="http://10.1.10.211:57888">10.1.10.211:57888</a>           <a href="http://74.125.87.189:80">74.125.87.189:80</a>            ESTABLISHED 7784/firefox        <br>tcp        0      0 <a href="http://10.1.10.211:36308">10.1.10.211:36308</a>           <a href="http://74.125.87.103:80">74.125.87.103:80</a>            ESTABLISHED 7784/firefox        <br>
tcp        0      0 <a href="http://10.1.10.211:44402">10.1.10.211:44402</a>           <a href="http://74.125.87.132:80">74.125.87.132:80</a>            ESTABLISHED 7784/firefox        <br>tcp        0      0 <a href="http://10.1.10.211:41462">10.1.10.211:41462</a>           <a href="http://74.125.87.17:80">74.125.87.17:80</a>             ESTABLISHED 7784/firefox        <br>
tcp        0      0 <a href="http://10.1.10.211:41463">10.1.10.211:41463</a>           <a href="http://74.125.87.17:80">74.125.87.17:80</a>             TIME_WAIT   -                   <br>tcp        0      0 :::111                      :::*                        LISTEN      1205/rpcbind        <br>
tcp        0      0 :::22                       :::*                        LISTEN      1558/sshd           <br>tcp        0      0 ::1:631                     :::*                        LISTEN      1294/cupsd          <br>
tcp        0      0 :::389                      :::*                        LISTEN      9637/ns-slapd       <br><br>$ /etc/init.d/dirsrv status<br>dirsrv satellite (pid 9637) is running...<br><br>Where is httpd.worker processes ? <br>