Client Installation
Line 7: | Line 7: | ||
The OSG Client contains the tools that are used for job submission and file transfer. The Worker Node Client is insufficient in this regard. However, you can combine these in the same NFS directory (in this example <font color="red">'''<tt>/apps/osg</tt>'''</font>). You can do it separately, it's just a matter of taste and what you find convenient. | The OSG Client contains the tools that are used for job submission and file transfer. The Worker Node Client is insufficient in this regard. However, you can combine these in the same NFS directory (in this example <font color="red">'''<tt>/apps/osg</tt>'''</font>). You can do it separately, it's just a matter of taste and what you find convenient. | ||
− | <tt></tt> <tt></tt> <tt>cd <font color="red">/apps/osg</font></tt> | + | <tt></tt> <tt></tt> <tt>cd <font color="red">/apps/osg</font></tt> |
<tt><font color="red"></font>pacman -get <nowiki>http://software.grid.iu.edu/osg-1.2:client</nowiki></tt> | <tt><font color="red"></font>pacman -get <nowiki>http://software.grid.iu.edu/osg-1.2:client</nowiki></tt> | ||
+ | |||
+ | <tt></tt> [note: reply YALL to "Do you want to add..."] | ||
<tt>source setup.sh</tt> | <tt>source setup.sh</tt> |
Latest revision as of 10:58, 28 July 2011
[edit] Reference
OSG Documentation: Client Installation
[edit] Installation
The OSG Client contains the tools that are used for job submission and file transfer. The Worker Node Client is insufficient in this regard. However, you can combine these in the same NFS directory (in this example /apps/osg). You can do it separately, it's just a matter of taste and what you find convenient.
cd /apps/osg
pacman -get http://software.grid.iu.edu/osg-1.2:client
[note: reply YALL to "Do you want to add..."]
source setup.sh
vdt-post-install
You may want to coordinate the fetch-crl and vdt-update-certs activities between your CE and Client/Worker Node installation directories. See the remarks in the Compute Element and Batch Scheduler Interface if you want to do this. Otherwise,
vdt-ca-manage setupca --location local --url osg
vdt-control --enable fetch-crl vdt-update-certs vdt-rotate-logs
on one system to keep the CA certs and CRLs current in the Worker Node directory.