Difference between revisions of "CentOS 7.x Rocks cluster 7.0 Troubleshooting"
From Notes_Wiki
(Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Troubleshooting =Unable to use rocks command or sun-grid-engine= If while using rocks you face errors such as: <pre> [root@rocks ~]# rocks sync host network gpu error: commlib error: got select error (Connection refused) unable to send message to qmaster using port 536 on host "rocks.local": got send error [root@rocks ~]# qhost error: commlib error: got...") |
m |
||
Line 18: | Line 18: | ||
should help in solving the problme. | should help in solving the problme. | ||
Refer: | |||
* https://peteris.rocks/blog/sun-grid-engine-installation-on-ubuntu-server/ | |||
Latest revision as of 16:15, 10 May 2022
Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Troubleshooting
Unable to use rocks command or sun-grid-engine
If while using rocks you face errors such as:
[root@rocks ~]# rocks sync host network gpu error: commlib error: got select error (Connection refused) unable to send message to qmaster using port 536 on host "rocks.local": got send error [root@rocks ~]# qhost error: commlib error: got select error (Connection refused) error: unable to send message to qmaster using port 536 on host "rocks.local": got send error
Then using:
service sgemaster.<hostname> restart
should help in solving the problme.
Refer:
Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Troubleshooting