Verification

Once you have grb_rs running, you can check to make sure that you will be able to submit jobs to it by issuing the following command from any machine that can reach the server on your network:

> grbcluster nodes --server=server1 --password=pass --long
ADDRESS STATUS TYPE    LICENSE PROCESSING #Q #R JL IDLE %MEM  %CPU  STARTED             RUNTIMES VERSION
server1 ALIVE  COMPUTE VALID   ACCEPTING  0  0  1  43m  42.67 2.53  2017-09-13 20:17:10 [8.0.0]  8.0.0

You are ready to submit jobs if both of the following are true:

  • the STATUS column indicates that one or more servers are ALIVE
  • the LICENSE column indicates that the license is VALID (or N/A for distributed workers).

If grbcluster is unable to connect or if it does not show any live nodes, then check your network and the log of the grb_rs nodes (the console output or <installdir>/bin/service.log if started as a service).

If a node has an INVALID license, the ERROR field will provide more information about the error. For example:

> grbcluster licenses --server=server1 --password=admin
ADDRESS STATUS  TYPE KEY EXP ORG USER APP VER CS    DL  ERROR
server1 INVALID NODE                          false 0   No Gurobi license found...

Optionally, you can also check that submitting a job is successful. To this end, you may want to identify a machine from which the users will typically submit jobs and install the gurobi client package. Then, you can submit a job running the following command:

> gurobi_cl --server=server1 --password=pass misc07.mps

For more information on how to install the client and run gurobi_cl please refer to the section about using Remote Services.

Note that if you started the node with a specific port, you can specify it in the server URL:

> grbcluster nodes --server=server1:61000 --password=pass
...
> gurobi_cl --server=server1:61000 --password=pass misc07.mps

Try Gurobi for Free

Choose the evaluation license that fits you best, and start working with our Expert Team for technical guidance and support.

Evaluation License
Get a free, full-featured license of the Gurobi Optimizer to experience the performance, support, benchmarking and tuning services we provide as part of our product offering.
Academic License
Gurobi supports the teaching and use of optimization within academic institutions. We offer free, full-featured copies of Gurobi for use in class, and for research.
Cloud Trial

Request free trial hours, so you can see how quickly and easily a model can be solved on the cloud.

Search