This wiki is obsolete, see the NorduGrid web pages for up to date information.
ARC 0.8.1 TODO
Availability
The 0.8.1 packages are available from download.nordugrid.org through direct downloads or via the yum/apt repositories.
Information system
BDIIv4 major problem on Fedora 11
The symtoms are that the infosystem works briefly and then queries will either be: veryslow, hang or fail. The bug related to this is: Bug #1617)
BDIIv4 minor problem
Errors like this show up in logs, this does not seem to be related to any performance issues. It is no longer visible in perl 5.10.1.
Oct 16 11:10:45 hostname kernel: bdii4-fwd[28985]: segfault at 65c ip 005c4919 sp bf928a40 error 4 in libperl.so[518000+256000]
ARC Information Index Server (EGIIS)
Due to the way that the new ARC Information Index Server is implemented it is not supported by all platforms. It is known not to work with out-of-the box openldap on the following systems:
- Gentoo (slapd not a shared object)
Distributions which have been checked and should work:
- Red Hat Enterprise 5 i386,x86_64
- Red Hat Enterprise 4 i386
- CentOS 5 i386,x86_64
- Fedora 11 i386, x86_64
- Debian 5.0.x AMD64
- Ubuntu 8.04 i386
- Ubuntu 8.10 i386
- Ubuntu 9.04 x86_64
The reason is that EGIIS uses the standard openldap server, but modifies the functionality slightly so it is backwards compatible with old ARC. Globus implemented a non-standard LDAP server (MDS GIIS) which responds with a whole LDAP entry even though the single attribute (giisregistrationstatus) is requested.
The directory /etc/openldap/cacerts may be missing but referenced in /etc/openldap/ldap.conf . This will prevent the slapd from starting. Easiest solution is to create that directory.
RHEL4 ships with OpenSSL 0.9.7, this version does not support issuer_hash command
A new feature was added in 0.8.1 to report an expired host certificate in the information system. This feature require OpenSSL 0.9.8 and lacks fail-checks. The end result being that all queues are set to inactive with the message: "inactive, host credentials expired".
A patch was sent to nordugrid-discuss 11/16/2009 03:08 PM, message name: 0.8.1 Issues and hotfixes Another approach will be tested though.
Stricter requirements in information system does not support underscores (_)
You can not have underscores in queue/cluster-names (0.6.5 had schemacheck turned off, this is no longer supported in newer OpenLDAP). This can be fixed by changing PrintableString (OID=1.3.6.1.4.1.1466.115.121.1.44) to DirectoryString (OID=1.3.6.1.4.1.1466.115.121.1.15) in /opt/nordugrid/share/schema/nordugrid.schema
A crude version would look something like:
mv /opt/nordugrid/share/schema/nordugrid.schema \ /opt/nordugrid/share/schema/nordugrid.schema.old
cat /opt/nordugrid/share/schema/nordugrid.schema.old \ | sed 's/121\.1\.44/121\.1\.15/g' > \ /opt/nordugrid/share/schema/nordugrid.schema
A better solution is to just update the affected field and leave the others until they have been tested to work.