How can I prevent a CPU to be seen as a potential Queue Manager in PolySpace Server for C/C++?

2 views (last 30 days)
When I install a Polyspace server, the machine starts the Polyspace daemon/service, and can be used as a Queue Manager or QM (the associated CPU being the machine itself).
Is it possible to prevent this machine to be seen as a QM, so that this machine is strictly a CPU?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Apr 2010
It is possible to prevent this machine to be seen as a Queue Manager, so that the machine is strictly a CPU. To do that, there are two possibilities:
On the desired machine,
1. Edit the file polyspace.conf, located in the following location:
Windows : C:\PolySpace\PolySpace_RLDatas\polyspace.conf
Unix: /etc/PolySpace/polyspace.conf
and remove the line starting with
cpu=
2. Open PolySpace Remote Launcher Manager interface, and remove the item(s) in the list "Available PolySpace servers" (the list must be completly empty). Click 'Apply' and restart the daemon.
Since there is no cpu attached to this machine, it is not possible to send remote verifications by mistake.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!