![]() Information Grids at Nikhef User Access NDPF Status LCG Site status Support Grid Guides LCG Tutorial LCG-2 Users Guide Certificate Guide LCG Tutorial June 2004 LCG Tutorial Oct 2004 Facilities NDPF Systems NDPF Statistics NIKHEF Network NIKHEF Grid Wiki SARA LISA stats SARA MATRIX stats SC Transfer status Accounting Gantt Engineering & Research VL-e PoC VL-e DISc LCAS/LCMAPS BIG GRID Authentication NIKHEF OID Registry Local Photo Gallery 1 Photo Gallery 2 AMD node photos APEL Accounting for Management |
Globus 1.1.3x quick-start guide for NIKHEF users
Your environment settingsThe Globus software at NIKHEF is installed in "/global/globus/globusversion". A `default' version exists as `/global/globus/globus' - this symbolic link will usually point to the latest beta-version of globus, as used in the DataGRID and Virtual Lab testbed. You need to modify your environment to include, somewhere in your profile settings:
This will enable you to locate the Globus software. Just beware that the Globus toolkit is installed on a limited number of platforms only:
The user certificateNext, generate your certificate request with the "grid-cert-request" command. Note that your FullName (as defined in the password file) will be used as your Common Name in the certificate. If needed, change your FullName using the "passwd" command (or the equivalent on your system, e.g., "passwd -r nis -g"), or provide your common name to the script explicitly with the "-cn" option.Choose a passphrase to protect the private key associated with your certificate. Make it strong, since the single-signon technology will allow access to many systems with this certificate. There are some explicit requirements associated with your certificate, see the NIKHEF CA policy document for details. Your common name is printed at the top of your certificate request. Please verify it! It should contain your real name, including in full both your given name and your family name. In particular, your login-name is not adeqate. Mail the resulting certificate request to the nikhefCA, per instructions witten to the screen. You will get your signed certificate, after your identity has been verified. The applicable NIKHEF CA policy is available here. Install your certificate in "$HOME/.globus/usercert.pem". You may safely delete any empty file with this name that is alreaddy there. The CA's e-mail address is "ca@nikhef.nl". Getting accountsContact "gridadm@nikhef.nl" to get an account on the micro testbed. Include the your certificate "subject" and your local username. Your distinguished name will be added to the grid mapfile for some (or possily all) gridded hosts at NIKHEF. The reply you get back from the gridadm will state which hosts are available to you.After you got your account, try authenticating with the test host:
% grid-proxy-init
Now, you can try running your first grid job, say, /bin/ls, on this host: % globus-job-run bilbo /bin/ls This should result in a listing of all files in your home directory. If that's indeed the case: congratulations! You can now start, for example, with the user tutorial examples from the Globus site (they are available locally from `/global/ices/grid/techn/globus-tut'). On globus-setup-testAre you running globus-setup-test from the install directory in /global/globus/globus/tools/...../bin/globus-setup-test? Are you getting errors like:error:8006A06F::lib(128) :proxy_local_create:Problems creating proxy file:/global/globussrc/globus-20010312/Security/gssapi_ssleay/sslutils.c:3261 Open failed for File=/global/globus/globus/tmp/test_proxy.17237.pem .........................................failed! The version of this test program in the install directory has some bugs; you should use the one from a deploy directory, so login to one of the systems on which Globus has been deployed and run: /opt/globus/sbin/globus-setup-testSee also globus-discuss message 1148 for related problem messages. Information Index ServicesThe WCW employs a central information index service (GIIS) to register the globus hosts at NIKHEF and the UvA. This host is called `giishost.nikhef.nl' and can be contacted on port 30001. The standard scripts (grid-info-search) can be used to browse this `MDS' service. Alternatively, use an LDAP browser like LBE to get a graphical overview. At NIKHEF, this browser is installed as /global/ices/toolset/ldapbrowser/lbe.sh and select the NIKHEF public GIIS service.Please note that, although a lot of resources are visible, you will in general only have access to NIKHEF systems (i.e., those below `/O=Grid/dc=nl/dc=nikhef/*'). Programming GlobusFor the default globus version (1.1.3 beta 14), the development libraries were built in both a threaded and non-threaded version. Solaris has solaris threads only, Linux only POSIX threads. Look at the examples for more detailed information.I'm stuck!Try some lubricant, or contact me at gridadm@nikhef.nl, telephone 2179.Comments to David Groep |