- Grid Computing and Middleware
- Prerequisites
- Globus Toolkit Installation
- Globus Toolkit Configuration and Testing
- Testing Globus Toolkit Services
- Sun N1 Grid Engine Software Installation
- Integrating Sun N1 Grid Engine Software With Globus Toolkit
- Integration Testing
- Troubleshooting
- About the Authors
- Related Resources
- Ordering Sun Documents
- Accessing Sun Documentation Online
Integration Testing
To test that the integration of Sun N1 Grid Engine software with the Globus Toolkit was successful, submit some jobs to the Sun N1 Grid Engine software job manager of both Globus Toolkit 2.4 and Globus Toolkit 3.x.
Make sure that you have a proxy certificate, created as described in "Testing Globus Toolkit Services" on page 18.
To Test Integration With Globus Toolkit 2.4
To test the Globus Toolkit 2.4 GRAM service, run the following command:
$ globus-job-run <hostname>:<port>/jobmanager-sge /bin/date
where <hostname> and <port> identify the machine and port number the globus-gatekeeper daemon runs on (port number default is 2119). For example:
$ globus-job-run solaris.ddns.comp.nus.edu.sg/jobmanager-sge /bin/date
To Test Integration With Globus Toolkit 3.x
To test the Globus Toolkit 3.x grid services container, run the following command:
$ managed-job-globusrun -factory \ http://<hostname>:<port>/ogsa/services/base/gram/MasterSGEManagedJobFactoryService -file <GLOBUS_LOCATION>/etc/test.xml
where <hostname> and <port> identify the grid services container. For example:
$ managed-job-globusrun -factory http://solaris.ddns.comp.nus.edu.sg:8080/ogsa/services/base/gram/MasterSGEManagedJobFactoryService -file <GLOBUS_LOCATION>/etc/test.xml