Hi all. I have to install only globus mds on a ia64 machine. Here's what i've done (following quickstart):
- Installe JAVA SDK - Installed ANT <http://jakarta.apache.org/ant> - installed GCC - GNU tar <http://www.gnu.org/software/tar/tar.html> - GNU sed <http://www.gnu.org/software/sed/sed.html> - zlib 1.1.4+ <http://www.gzip.org/zlib/> - GNU Make <http://www.gnu.org/software/make/> - sudo <http://www.courtesan.com/sudo/> - Openssl then i add globus user and as root I run mkdir /opt/gt4.2.1 chown globus /opt/gt4.2.1 && chgrp globus /opt/gt4.2.1 AS globus user: export GLOBUS_LOCATION=/opt/gt4.2.1 ./configure --prefix=$GLOBUS_LOCATION then make gt4-mds && make install Now I'm following this http://www.globus.org/toolkit/docs/2.4/admin/guide-verify.html#mds to test my installation but i cannot generate certificate (i miss the command) and i also miss $GLOBUS_LOCATION/sbin/globus-mds start Where i'm wrong? Thanks in advance
