Changes between Version 25 and Version 26 of installation_QCG_Broker

Show
Ignore:
Timestamp:
06/03/11 10:02:10 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker

    v25 v26  
    8080  QCG-Broker needs set of opened ports to be able to receive notifications about changes of jobs and tasks statuses and to communicate with gridFTP server.The port range must be set in ~/.globus/cog.properties file. 
    8181{{{#!sh 
    82 echo "tcp.port.range=5000,5100" >> .globus/cog.properties 
     82mkdir -p ~/.globus 
     83echo "tcp.port.range=5000,5100" >> ~/.globus/cog.properties 
    8384}}} 
    8485