I recently found a weird problem with qrsh.

If I just use it to login to an exec host, the sge_shepherd uses 100% of CPU.

# qrsh -q lc.q@ibm105<mailto:lc.q@ibm105>
# top
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
22443 sge       25   0 20396 1604 1272 R 99.5  0.0   0:08.80 sge_shepherd
19927 sge       16   0  114m 3096 1836 S  0.0  0.0   0:00.26 sge_execd

But if I submit an actual command with qrsh this doesn't happen.

# qrsh -q lc.q@ibm105 xclock
# top
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
19927 sge       16   0  114m 3100 1836 S  0.0  0.0   0:00.38 sge_execd
22671 sge       18   0 20392 1584 1256 S  0.0  0.0   0:00.00 sge_shepherd

Not sure why that is. How do I troubleshoot this?

Thanks
Johnt
________________________________
This email (including its attachments, if any) may be confidential and 
proprietary information of SMIC, and intended only for the use of the named 
recipient(s) above. Any unauthorized use or disclosure of this email is 
strictly prohibited. If you are not the intended recipient(s), please notify 
the sender immediately and delete this email from your computer.
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to