It is necessary to have certain ports open for the Qube! Supervisor, Worker, and Client machines to communicate. You should either disable the firewall completely on the local machine, or open specific ports for Qube! to communicate via TCP/IP and UDP.
- 50001 TCP/IP and UDP
- 50002 TCP/IP and UDP
- 50011 TCP/IP and UDP
- 50012 TCP/IP and UDP
Setting Command line variables
Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up:
- Linux (~/.cshrc/ or ~/,tcshrc):
setenv QBDIR /usr/local/pfx/qube
set path = ($path $QBDIR/bin $QBDIR/sbin)
- Linux (~/.bashrc):
export QBDIR=/usr/local/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- OS X (~/.bashrc):
export QBDIR=/Applications/pfx/qube
export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- Windows: The .msi automatically adds the
C:\Program Files\qube\bin
to the PATH.