|  |
Grid File Replication Manager
A Web-based tool for managing replicas on the data grid.
Date Posted: August 5, 2004
|
|
 |
 |
|
Platform requirements
Operating Systems: Thoroughly tested on RedHat 8.0 (Linux kernel 2.4.18-14)
Software:
Installation instructions
- Make sure you have installed all the required software listed above.
(Note: MyProxy is used to authenticate the user logging in via the GFRM log-in page with the user's Globus user proxy already registered in the MyProxy server. The MyProxy server is specified in the properties/myproxy.config properties file.)
- Assuming you installed Globus in /opt/globus and Bobcat in /opt/bobcat, the following commands will make sure Bobcat knows of the Globus libraries:
sed '/^ WAS_LIBPATH/s/$/\:\/opt\/globus\/lib/' /opt/bobcat/bin/setupCmdLine.sh > \
/tmp/setupCmdLine.sh
mv /tmp/setupCmdLine.sh /opt/bobcat/bin
- The following commands will install the gfrm.ear in Bobcat. Place the gfrm.ear file in the /tmp directory or change the command below accordingly.
cp /tmp/gfrm.ear /opt/bobcat/installableApps
/opt/bobcat/bin/wsadmin.sh -conntype NONE -c "\$AdminApp install /opt/bobcat/installableApps/gfrm.ear {-was.install.root /opt/bobcat/installedApps -appname gfrm -usedefaultbindings}"
|
|
 |
|
| |
|