gLite > gLite 3.1 > lcg-CE > Known Issues  
 
 

 

 

gLite 3.1

gLite 3.1 lcg-CE known issues


Configuration issue with the 3.1 Update 45

Tracked via Bug 49831

Description


After introducing the fix for Bug #45887, YAIM has stopped to create /opt/edg/var/info directories. This is a mistake since the version of lcg-tags that will be able to write in the new directory /opt/glite/var/info/<SubClusterUniqueId>/<vo> is released in Patch #2940 that hasn't been certified yet. Old directories need to be supported for a while. The workaround is needed in clean installations or when a new VO is added in the CE. Edit $INSTALL_ROOT/glite/yaim/functions/cofig_gip_vo_tag and add at the end the old code to create the /opt/edg/var/info directory:


    for VO in $VOS; do
        dir=${INSTALL_ROOT}/edg/var/info/$VO
        mkdir -p $dir
		f=$dir/$VO.list
		[ -f $f ] || touch $f
        # work out the sgm user for this VO
        sgmusers=`users_getspecialusers $VO sgm`
        sgmuser=`echo $sgmusers | cut -d " " -f 1`
        vogroup=`users_getvogroup ${VO}`
        sgmgroup=`users_getspecialgroup ${VO} sgm`

	sgmgroup=`id -g -n $sgmuser`
	chown -R ${sgmuser}:${sgmgroup} $dir
        yaimlog DEBUG "$vogroup, $sgmgroup"
        if [ "x$vogroup" = "x$sgmgroup" ]; then
                yaimlog DEBUG "Removing grop writeability of files in $dir, sgm's primary group is equal to pool account's primary group."
		chmod -R go-w $dir 
        else
                yaimlog DEBUG "Adding grop writeability of files in $dir, sgm's primary group is different to pool account's primary group."
		chmod -R ug+rw,o-w $dir 
        fi
    done

Configuration issue with cleanup-grid-accounts

Tracked via Bug 49546

Description


SW manager accounts are configured in some sites with the SW area of the corresponding VO as their home dir. If cleanup- grid-accounts is run against these accounts, VO SW area is basically deleted (files older than the threshold). cleanup-grid-accounts will check the home directory it is processing is not matching a SW area and give up with a warning message in this case.

Configuration issue with the 3.1 Update 16

Tracked via Bug 33755

Description


The config_vomsdir function requires that VO__VOMS_CA_DN variables are defined for all VOs. This means that sites have no way to enable this functionality selectively.

If rebooting lcg-CE, globus-gatekeeper, globus-gridftp and glite-lb-locallogger will not be started automatically.

Tracked via Bug 31079 / Bug 31126

Description

Known workaround
 

The startup level for globus-gatekeeper and globus-griftp on lcg-CE is enabled, please run

   chkconfig globus-gatekeeper on

and

       chkconfig globus-gridftp on

In case that you rebooted your lcg-CE, please restart glite-lb-locallogger via

      /opt/glite/etc/init.d/glite-lb-locallogger start


Read permissions not set correctly

Tracked via None  

Description
 

File permission for configuration file are incorrectly set.

Known workaround

chmod a+r /var/spool/maui/maui.cfg


YAIM Known issues

For an up to date documentation of lcg CE configuration known issues, please check also:

gLite wide known issues

Please also check the gLite wide known issues.