Chapter 6: Deploying The Globus Toolkit 4.0.x
Starting globus-gridftp-server
The globus-gridftp-server is run as root, so log in as such. Before starting the server set the GRIDMAP environment variable to point to the (now empty) grid-mapfile that you previously created:
[root@nodeB etc]# export GRIDMAP=/opt/globus-4.0.1/etc/grid-mapfile
Start the server using using the -p flag to run it on the default port of 2811 and the -S flag to have it run in the background and deattached from the terminal:
[root@nodeB etc]# /opt/globus-4.0.1/sbin/globus-gridftp-server -p 2811 -S
|