CentOS 7.x Rocks cluster 7.0 Son of Grid Engine sge role

From Notes_Wiki
Revision as of 08:02, 11 May 2022 by Saurabh (talk | contribs) (Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Sun Grid Engine sge role =Manager privielges= For a user to submit job with positive priority they must be manager as per SGE. To configure user as manager use: <pre> qconf -am <username> </pre> Refer: * https://docs.oracle.com/cd/E19957-01/820-0698/6ncdvjclp/index.html =Opening qmon= There is graphical qmon tool that comes with SGE. That does not...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Sun Grid Engine sge role

Manager privielges

For a user to submit job with positive priority they must be manager as per SGE. To configure user as manager use:

qconf -am <username>

Refer:


Opening qmon

There is graphical qmon tool that comes with SGE. That does not opens by default on node with errors such as:

Warning: Cannot convert string "-adobe-helvetica-medium-r-*--14-*-*-*-p-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-helvetica-bold-r-*--14-*-*-*-p-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-helvetica-medium-r-*--20-*-*-*-p-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-helvetica-medium-r-*--12-*-*-*-p-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-helvetica-medium-r-*--24-*-*-*-p-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-courier-medium-r-*--14-*-*-*-m-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-courier-bold-r-*--14-*-*-*-m-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-courier-medium-r-*--12-*-*-*-m-*-*-*" to type FontStruct
Warning: Cannot convert string "-adobe-helvetica-medium-r-*--10-*-*-*-p-*-*-*" to type FontStruct
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  45 (X_OpenFont)
  Serial number of failed request:  1087
  Current serial number in output stream:  1098

To solve this use:

yum -y install xorg-x11-*

After that qmon should open properly.




Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Sun Grid Engine sge role