<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=InstallDcachePool180REF</id>
	<title>InstallDcachePool180REF - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=InstallDcachePool180REF"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=InstallDcachePool180REF&amp;action=history"/>
	<updated>2026-05-16T08:14:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=InstallDcachePool180REF&amp;diff=141&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; === Installation of the 180 reference Pool Node ===  *Rpm&#039;s  &lt;pre&gt; wget http://www.dcache.org/downloads/1.8.0/dcache-server-1.8.0-15p12.noarch.rpm rpm -ivh dcache-serve...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=InstallDcachePool180REF&amp;diff=141&amp;oldid=prev"/>
		<updated>2015-08-26T12:28:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; === Installation of the 180 reference Pool Node ===  *Rpm&amp;#039;s  &amp;lt;pre&amp;gt; wget http://www.dcache.org/downloads/1.8.0/dcache-server-1.8.0-15p12.noarch.rpm rpm -ivh dcache-serve...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=== Installation of the 180 reference Pool Node ===&lt;br /&gt;
&lt;br /&gt;
*Rpm&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://www.dcache.org/downloads/1.8.0/dcache-server-1.8.0-15p12.noarch.rpm&lt;br /&gt;
rpm -ivh dcache-server-1.8.0-15p12.noarch.rpm&lt;br /&gt;
wget http://quattor.begrid.be/begrid/Central_BEGrid_Repository/noarch_dcache/dcache-srmclient-1.8.0-15p5.noarch.rpm&lt;br /&gt;
rpm -ivh dcache-srmclient-1.8.0-15p5.noarch.rpm&lt;br /&gt;
wget http://quattor.begrid.be/begrid/Central_BEGrid_Repository/noarch_dcache/dcache-dcap-1.8.0-4.x86_64.rpm&lt;br /&gt;
rpm -ivh dcache-dcap-1.8.0-4.x86_64.rpm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Config files from behar030&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scp ccq:/root/dCache_essential_config/behar030_essential_config/dCacheSetup /opt/d-cache/config/dCacheSetup&lt;br /&gt;
scp ccq:/root/dCache_essential_config/behar030_essential_config/dcache.kpwd /opt/d-cache/etc/dcache.kpwd&lt;br /&gt;
scp ccq:/root/dCache_essential_config/behar030_essential_config/dcachesrm-gplazma.policy /opt/d-cache/etc/dcachesrm-gplazma.policy&lt;br /&gt;
scp ccq:/root/dCache_essential_config/behar030_essential_config/node_config /opt/d-cache/etc/node_config&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Generate keys&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /opt/d-cache/config/&lt;br /&gt;
ssh-keygen -t rsa1 -b  768 -f ./server_key -N &amp;quot;&amp;quot; &lt;br /&gt;
ssh-keygen -t rsa1 -b 1024 -f ./host_key   -N &amp;quot;&amp;quot; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/opt/d-cache/install/install.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Add a pool&lt;br /&gt;
**in /opt/d-cache/config/pool-shadow.poollist&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pool-shadow_3  /storage/3/pool  sticky=allowed recover-space recover-control recover-anyway lfs=precious tag.hostname=pool3-shadow&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
**make symlink&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ln -s /var/storage /storage&lt;br /&gt;
mkdir /var/storage&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
**create the pool &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
/opt/d-cache/bin/dcache pool create 20g /storage/2/pool/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo&lt;br /&gt;
mv EGI-trustanchors.repo /etc/yum.repos.d/&lt;br /&gt;
yum install ca-policy-egi-core&lt;br /&gt;
yum install lcg-CA&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>