[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] SPecifying network port of COLLECTOR_HOST



Hi I am adding another execute machine to the single central manager/submit/execute machine we have in our department. They don't seem to be communicating(condor_status not showing the new machine n the pool) . Reading the manual i notice that you can define the port that the collector_host is using by,  COLLECTOR_HOST = $(CONDOR_HOST):1234    (just example port number)
Do i need to change the port from the default? The machines are on the same network switch and can secure shell (ssh) each other with no problems. I included the bottom of the Master_log on the central manager and the new execute machine. They lead me to believe the default  port number  might be the problem. Do you notice anything? They are sun servers and have Rethat Enterprise 5.1

I also ran netstat -nlp on the central manager to see if I have any conflicts on the central manager
[root@checkpoint ~]# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name  
tcp        0      0 127.0.0.1:2208              0.0.0.0:*                   LISTEN      2610/hpiod         
tcp        0      0 0.0.0.0:45960               0.0.0.0:*                   LISTEN      6264/condor_schedd 
tcp        0      0 0.0.0.0:60207               0.0.0.0:*                   LISTEN      6264/condor_schedd 
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      2363/portmap       
tcp        0      0 0.0.0.0:34577               0.0.0.0:*                   LISTEN      6263/condor_negotia
tcp        0      0 0.0.0.0:9618                0.0.0.0:*                   LISTEN      6262/condor_collect
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      2643/cupsd         
tcp        0      0 0.0.0.0:60760               0.0.0.0:*                   LISTEN      6039/condor_master 
tcp        0      0 0.0.0.0:888                 0.0.0.0:*                   LISTEN      2402/rpc.statd     
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      2663/sendmail: acce
tcp        0      0 0.0.0.0:44895               0.0.0.0:*                   LISTEN      6265/condor_startd 
tcp        0      0 127.0.0.1:2207              0.0.0.0:*                   LISTEN      2617/python        
tcp        0      0 :::22                       :::*                        LISTEN      2632/sshd          
udp        0      0 0.0.0.0:45960               0.0.0.0:*                               6264/condor_schedd 
udp        0      0 0.0.0.0:34577               0.0.0.0:*                               6263/condor_negotia
udp        0      0 0.0.0.0:9618                0.0.0.0:*                               6262/condor_collect
udp        0      0 0.0.0.0:36135               0.0.0.0:*                               2792/avahi-daemon: 
udp        0      0 0.0.0.0:60207               0.0.0.0:*                               6264/condor_schedd 
udp        0      0 0.0.0.0:60760               0.0.0.0:*                               6039/condor_master 
udp        0      0 0.0.0.0:44895               0.0.0.0:*                               6265/condor_startd 
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               2792/avahi-daemon: 
udp        0      0 0.0.0.0:111                 0.0.0.0:*                               2363/portmap       
udp        0      0 0.0.0.0:882                 0.0.0.0:*                               2402/rpc.statd     
udp        0      0 0.0.0.0:885                 0.0.0.0:*                               2402/rpc.statd     
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               2643/cupsd         
udp        0      0 :::41552                    :::*                                    2792/avahi-daemon: 
udp        0      0 :::5353                     :::*                                    2792/avahi-daemon: 
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node PID/Program name    Path
unix  2      [ ACC ]     STREAM     LISTENING     10100  2726/xfs            /tmp/.font-unix/fs7100
unix  2      [ ACC ]     STREAM     LISTENING     12622  2920/gdm-binary     /tmp/.gdm_socket
unix  2      [ ACC ]     STREAM     LISTENING     33560  6308/Xorg           /tmp/.X11-unix/X0
unix  2      [ ACC ]     STREAM     LISTENING     10272  2792/avahi-daemon:  /var/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     11902  2842/gam_server     @/tmp/fam-root-
unix  2      [ ACC ]     STREAM     LISTENING     10309  2804/hald           @/var/run/hald/dbus-2hBaiC9vs4
unix  2      [ ACC ]     STREAM     LISTENING     10310  2804/hald           @/var/run/hald/dbus-WuG3hITA0K
unix  2      [ ACC ]     STREAM     LISTENING     9563   2377/python         /var/run/setroubleshoot/setroubleshoot_server
unix  2      [ ACC ]     STREAM     LISTENING     9884   2684/gpm            /dev/gpmctl
unix  2      [ ACC ]     STREAM     LISTENING     8664   2291/audispd        /var/run/audispd_events
unix  2      [ ACC ]     STREAM     LISTENING     8869   2350/mcstransd      /var/run/setrans/.setrans-unix
unix  2      [ ACC ]     STREAM     LISTENING     9199   2463/dbus-daemon    /var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     9279   2479/sdpd           /var/run/sdp
unix  2      [ ACC ]     STREAM     LISTENING     9397   2546/pcscd          /var/run/pcscd.comm
unix  2      [ ACC ]     STREAM     LISTENING     9518   2599/acpid          /var/run/acpid.socket
unix  2      [ ACC ]     STREAM     LISTENING     9684   2643/cupsd          /var/run/cups/cups.sock


Attachment: CentralManager_MasterLog.doc
Description: MS-Word document

Attachment: Execute_MasterLog.doc
Description: MS-Word document